aboutsummaryrefslogtreecommitdiffstats
path: root/ajde/testdata/OutxmlTest
diff options
context:
space:
mode:
Diffstat (limited to 'ajde/testdata/OutxmlTest')
-rw-r--r--ajde/testdata/OutxmlTest/outxml-to-file.lst5
-rw-r--r--ajde/testdata/OutxmlTest/outxml-to-outjar-with-aop_xml.lst1
-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-resources/META-INF/aop-ajc.xml2
-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
10 files changed, 0 insertions, 37 deletions
diff --git a/ajde/testdata/OutxmlTest/outxml-to-file.lst b/ajde/testdata/OutxmlTest/outxml-to-file.lst
deleted file mode 100644
index 596118fab..000000000
--- a/ajde/testdata/OutxmlTest/outxml-to-file.lst
+++ /dev/null
@@ -1,5 +0,0 @@
-src/TestClass.java
-src/TestInterface.java
-src/TestAbstractAspect.aj
-src/TestConcreteAspect.aj
--outxml
diff --git a/ajde/testdata/OutxmlTest/outxml-to-outjar-with-aop_xml.lst b/ajde/testdata/OutxmlTest/outxml-to-outjar-with-aop_xml.lst
deleted file mode 100644
index 87c980224..000000000
--- a/ajde/testdata/OutxmlTest/outxml-to-outjar-with-aop_xml.lst
+++ /dev/null
@@ -1 +0,0 @@
--outxml
diff --git a/ajde/testdata/OutxmlTest/outxml-to-outjar.lst b/ajde/testdata/OutxmlTest/outxml-to-outjar.lst
deleted file mode 100644
index 596118fab..000000000
--- a/ajde/testdata/OutxmlTest/outxml-to-outjar.lst
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index e29e8220f..000000000
--- a/ajde/testdata/OutxmlTest/outxmlfile-to-file.lst
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index e29e8220f..000000000
--- a/ajde/testdata/OutxmlTest/outxmlfile-to-outjar.lst
+++ /dev/null
@@ -1,6 +0,0 @@
-src/TestClass.java
-src/TestInterface.java
-src/TestAbstractAspect.aj
-src/TestConcreteAspect.aj
--outxmlfile
-custom/aop.xml
diff --git a/ajde/testdata/OutxmlTest/src-resources/META-INF/aop-ajc.xml b/ajde/testdata/OutxmlTest/src-resources/META-INF/aop-ajc.xml
deleted file mode 100644
index 77505c753..000000000
--- a/ajde/testdata/OutxmlTest/src-resources/META-INF/aop-ajc.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-<aspectj>
-</aspectj> \ No newline at end of file
diff --git a/ajde/testdata/OutxmlTest/src/TestAbstractAspect.aj b/ajde/testdata/OutxmlTest/src/TestAbstractAspect.aj
deleted file mode 100644
index df7596863..000000000
--- a/ajde/testdata/OutxmlTest/src/TestAbstractAspect.aj
+++ /dev/null
@@ -1,3 +0,0 @@
-public abstract aspect TestAbstractAspect {
-
-}
diff --git a/ajde/testdata/OutxmlTest/src/TestClass.java b/ajde/testdata/OutxmlTest/src/TestClass.java
deleted file mode 100644
index 38bf5906b..000000000
--- a/ajde/testdata/OutxmlTest/src/TestClass.java
+++ /dev/null
@@ -1,3 +0,0 @@
-public class TestClass {
-
-}
diff --git a/ajde/testdata/OutxmlTest/src/TestConcreteAspect.aj b/ajde/testdata/OutxmlTest/src/TestConcreteAspect.aj
deleted file mode 100644
index deb065e02..000000000
--- a/ajde/testdata/OutxmlTest/src/TestConcreteAspect.aj
+++ /dev/null
@@ -1,3 +0,0 @@
-public aspect TestConcreteAspect {
-
-}
diff --git a/ajde/testdata/OutxmlTest/src/TestInterface.java b/ajde/testdata/OutxmlTest/src/TestInterface.java
deleted file mode 100644
index 86d3ce968..000000000
--- a/ajde/testdata/OutxmlTest/src/TestInterface.java
+++ /dev/null
@@ -1,3 +0,0 @@
-public interface TestInterface {
-
-}