From 0a6ce34845218cd2d81507171afda6a6f1201aa8 Mon Sep 17 00:00:00 2001 From: aclement Date: Mon, 15 Jan 2007 08:45:34 +0000 Subject: [PATCH] 148190#32 --- ajde/testdata/OutxmlTest/outxml-to-file.lst | 5 ----- ajde/testdata/OutxmlTest/outxml-to-outjar-with-aop_xml.lst | 1 - ajde/testdata/OutxmlTest/outxml-to-outjar.lst | 5 ----- ajde/testdata/OutxmlTest/outxmlfile-to-file.lst | 6 ------ ajde/testdata/OutxmlTest/outxmlfile-to-outjar.lst | 6 ------ ajde/testdata/OutxmlTest/src-resources/META-INF/aop-ajc.xml | 2 -- ajde/testdata/OutxmlTest/src/TestAbstractAspect.aj | 3 --- ajde/testdata/OutxmlTest/src/TestClass.java | 3 --- ajde/testdata/OutxmlTest/src/TestConcreteAspect.aj | 3 --- ajde/testdata/OutxmlTest/src/TestInterface.java | 3 --- 10 files changed, 37 deletions(-) delete mode 100644 ajde/testdata/OutxmlTest/outxml-to-file.lst delete mode 100644 ajde/testdata/OutxmlTest/outxml-to-outjar-with-aop_xml.lst delete mode 100644 ajde/testdata/OutxmlTest/outxml-to-outjar.lst delete mode 100644 ajde/testdata/OutxmlTest/outxmlfile-to-file.lst delete mode 100644 ajde/testdata/OutxmlTest/outxmlfile-to-outjar.lst delete mode 100644 ajde/testdata/OutxmlTest/src-resources/META-INF/aop-ajc.xml delete mode 100644 ajde/testdata/OutxmlTest/src/TestAbstractAspect.aj delete mode 100644 ajde/testdata/OutxmlTest/src/TestClass.java delete mode 100644 ajde/testdata/OutxmlTest/src/TestConcreteAspect.aj delete mode 100644 ajde/testdata/OutxmlTest/src/TestInterface.java 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 @@ - - \ 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 { - -} -- 2.39.5