aboutsummaryrefslogtreecommitdiffstats
path: root/ajde/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'ajde/testdata')
-rw-r--r--ajde/testdata/OutxmlTest/outxml-to-file.lst5
-rw-r--r--ajde/testdata/OutxmlTest/outxml-to-outjar.lst5
-rw-r--r--ajde/testdata/OutxmlTest/outxmlfile-to-file.lst6
-rw-r--r--ajde/testdata/OutxmlTest/outxmlfile-to-outjar.lst6
-rw-r--r--ajde/testdata/OutxmlTest/src/TestAbstractAspect.aj3
-rw-r--r--ajde/testdata/OutxmlTest/src/TestClass.java3
-rw-r--r--ajde/testdata/OutxmlTest/src/TestConcreteAspect.aj3
-rw-r--r--ajde/testdata/OutxmlTest/src/TestInterface.java3
8 files changed, 34 insertions, 0 deletions
diff --git a/ajde/testdata/OutxmlTest/outxml-to-file.lst b/ajde/testdata/OutxmlTest/outxml-to-file.lst
new file mode 100644
index 000000000..596118fab
--- /dev/null
+++ b/ajde/testdata/OutxmlTest/outxml-to-file.lst
@@ -0,0 +1,5 @@
+src/TestClass.java
+src/TestInterface.java
+src/TestAbstractAspect.aj
+src/TestConcreteAspect.aj
+-outxml
diff --git a/ajde/testdata/OutxmlTest/outxml-to-outjar.lst b/ajde/testdata/OutxmlTest/outxml-to-outjar.lst
new file mode 100644
index 000000000..596118fab
--- /dev/null
+++ b/ajde/testdata/OutxmlTest/outxml-to-outjar.lst
@@ -0,0 +1,5 @@
+src/TestClass.java
+src/TestInterface.java
+src/TestAbstractAspect.aj
+src/TestConcreteAspect.aj
+-outxml
diff --git a/ajde/testdata/OutxmlTest/outxmlfile-to-file.lst b/ajde/testdata/OutxmlTest/outxmlfile-to-file.lst
new file mode 100644
index 000000000..e29e8220f
--- /dev/null
+++ b/ajde/testdata/OutxmlTest/outxmlfile-to-file.lst
@@ -0,0 +1,6 @@
+src/TestClass.java
+src/TestInterface.java
+src/TestAbstractAspect.aj
+src/TestConcreteAspect.aj
+-outxmlfile
+custom/aop.xml
diff --git a/ajde/testdata/OutxmlTest/outxmlfile-to-outjar.lst b/ajde/testdata/OutxmlTest/outxmlfile-to-outjar.lst
new file mode 100644
index 000000000..e29e8220f
--- /dev/null
+++ b/ajde/testdata/OutxmlTest/outxmlfile-to-outjar.lst
@@ -0,0 +1,6 @@
+src/TestClass.java
+src/TestInterface.java
+src/TestAbstractAspect.aj
+src/TestConcreteAspect.aj
+-outxmlfile
+custom/aop.xml
diff --git a/ajde/testdata/OutxmlTest/src/TestAbstractAspect.aj b/ajde/testdata/OutxmlTest/src/TestAbstractAspect.aj
new file mode 100644
index 000000000..df7596863
--- /dev/null
+++ b/ajde/testdata/OutxmlTest/src/TestAbstractAspect.aj
@@ -0,0 +1,3 @@
+public abstract aspect TestAbstractAspect {
+
+}
diff --git a/ajde/testdata/OutxmlTest/src/TestClass.java b/ajde/testdata/OutxmlTest/src/TestClass.java
new file mode 100644
index 000000000..38bf5906b
--- /dev/null
+++ b/ajde/testdata/OutxmlTest/src/TestClass.java
@@ -0,0 +1,3 @@
+public class TestClass {
+
+}
diff --git a/ajde/testdata/OutxmlTest/src/TestConcreteAspect.aj b/ajde/testdata/OutxmlTest/src/TestConcreteAspect.aj
new file mode 100644
index 000000000..deb065e02
--- /dev/null
+++ b/ajde/testdata/OutxmlTest/src/TestConcreteAspect.aj
@@ -0,0 +1,3 @@
+public aspect TestConcreteAspect {
+
+}
diff --git a/ajde/testdata/OutxmlTest/src/TestInterface.java b/ajde/testdata/OutxmlTest/src/TestInterface.java
new file mode 100644
index 000000000..86d3ce968
--- /dev/null
+++ b/ajde/testdata/OutxmlTest/src/TestInterface.java
@@ -0,0 +1,3 @@
+public interface TestInterface {
+
+}