aboutsummaryrefslogtreecommitdiffstats
path: root/ajde
diff options
context:
space:
mode:
authoraclement <aclement>2007-01-15 08:45:34 +0000
committeraclement <aclement>2007-01-15 08:45:34 +0000
commit0a6ce34845218cd2d81507171afda6a6f1201aa8 (patch)
tree186140338903cf4df249af352736af9238ea7773 /ajde
parent4820dcea42b8379dc40ce157ca09d2740313309d (diff)
downloadaspectj-0a6ce34845218cd2d81507171afda6a6f1201aa8.tar.gz
aspectj-0a6ce34845218cd2d81507171afda6a6f1201aa8.zip
148190#32
Diffstat (limited to 'ajde')
-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 {
-
-}