]> source.dussan.org Git - aspectj.git/commitdiff
testadata for fast inclusion/exclusion when LTW
authoraclement <aclement>
Wed, 9 Dec 2009 18:04:29 +0000 (18:04 +0000)
committeraclement <aclement>
Wed, 9 Dec 2009 18:04:29 +0000 (18:04 +0000)
loadtime/testsrc/testdata/Apples.java [new file with mode: 0644]
loadtime/testsrc/testdata/Oranges.java [new file with mode: 0644]
loadtime/testsrc/testdata/sub/Apples.java [new file with mode: 0644]
loadtime/testsrc/testdata/sub/Oranges.java [new file with mode: 0644]

diff --git a/loadtime/testsrc/testdata/Apples.java b/loadtime/testsrc/testdata/Apples.java
new file mode 100644 (file)
index 0000000..2d216c1
--- /dev/null
@@ -0,0 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Contributors.
+ * All rights reserved.
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution and is available at
+ * http://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *  Andy Clement
+ *******************************************************************************/
+package testdata;
+
+public class Apples {
+
+}
diff --git a/loadtime/testsrc/testdata/Oranges.java b/loadtime/testsrc/testdata/Oranges.java
new file mode 100644 (file)
index 0000000..d634bb8
--- /dev/null
@@ -0,0 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Contributors.
+ * All rights reserved.
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution and is available at
+ * http://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *  Andy Clement
+ *******************************************************************************/
+package testdata;
+
+public class Oranges {
+
+}
diff --git a/loadtime/testsrc/testdata/sub/Apples.java b/loadtime/testsrc/testdata/sub/Apples.java
new file mode 100644 (file)
index 0000000..6f66689
--- /dev/null
@@ -0,0 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Contributors.
+ * All rights reserved.
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution and is available at
+ * http://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *  Andy Clement
+ *******************************************************************************/
+package testdata.sub;
+
+public class Apples {
+
+}
diff --git a/loadtime/testsrc/testdata/sub/Oranges.java b/loadtime/testsrc/testdata/sub/Oranges.java
new file mode 100644 (file)
index 0000000..f1828c0
--- /dev/null
@@ -0,0 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Contributors.
+ * All rights reserved.
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution and is available at
+ * http://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *  Andy Clement
+ *******************************************************************************/
+package testdata.sub;
+
+public class Oranges {
+
+}