]> source.dussan.org Git - aspectj.git/commitdiff
148190#32
authoraclement <aclement>
Mon, 15 Jan 2007 08:45:34 +0000 (08:45 +0000)
committeraclement <aclement>
Mon, 15 Jan 2007 08:45:34 +0000 (08:45 +0000)
ajde/testdata/OutxmlTest/outxml-to-file.lst [deleted file]
ajde/testdata/OutxmlTest/outxml-to-outjar-with-aop_xml.lst [deleted file]
ajde/testdata/OutxmlTest/outxml-to-outjar.lst [deleted file]
ajde/testdata/OutxmlTest/outxmlfile-to-file.lst [deleted file]
ajde/testdata/OutxmlTest/outxmlfile-to-outjar.lst [deleted file]
ajde/testdata/OutxmlTest/src-resources/META-INF/aop-ajc.xml [deleted file]
ajde/testdata/OutxmlTest/src/TestAbstractAspect.aj [deleted file]
ajde/testdata/OutxmlTest/src/TestClass.java [deleted file]
ajde/testdata/OutxmlTest/src/TestConcreteAspect.aj [deleted file]
ajde/testdata/OutxmlTest/src/TestInterface.java [deleted file]

diff --git a/ajde/testdata/OutxmlTest/outxml-to-file.lst b/ajde/testdata/OutxmlTest/outxml-to-file.lst
deleted file mode 100644 (file)
index 596118f..0000000
+++ /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 (file)
index 87c9802..0000000
+++ /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 (file)
index 596118f..0000000
+++ /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 (file)
index e29e822..0000000
+++ /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 (file)
index e29e822..0000000
+++ /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 (file)
index 77505c7..0000000
+++ /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 (file)
index df75968..0000000
+++ /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 (file)
index 38bf590..0000000
+++ /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 (file)
index deb065e..0000000
+++ /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 (file)
index 86d3ce9..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-public interface TestInterface {
-       
-}