]> source.dussan.org Git - aspectj.git/commitdiff
fixes for 137235 (contributed by Ron): more intelligent logic for determining if...
authoraclement <aclement>
Fri, 5 May 2006 08:34:36 +0000 (08:34 +0000)
committeraclement <aclement>
Fri, 5 May 2006 08:34:36 +0000 (08:34 +0000)
ajde/testdata/bug-36071a/crazy.jar/META-INF/MANIFEST.MF [new file with mode: 0644]
ajde/testdata/bug-36071a/crazy.jar/META-INF/test.xml [new file with mode: 0644]
ajde/testdata/bug-36071a/crazy.jar/Main.class [new file with mode: 0644]
ajde/testdata/bug-36071a/crazy.jar/aspects/Logging.class [new file with mode: 0644]
ajde/testdata/bug-36071a/crazy.jar/test/TestProperties.class [new file with mode: 0644]
ajde/testdata/bug-36071a/crazy.jar/test/test.props [new file with mode: 0644]
ajde/testdata/bug-36071a/crazy.jar/testsrc/test.props [new file with mode: 0644]

diff --git a/ajde/testdata/bug-36071a/crazy.jar/META-INF/MANIFEST.MF b/ajde/testdata/bug-36071a/crazy.jar/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..97e745a
--- /dev/null
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Created-By: 1.3.1_04 (Sun Microsystems Inc.)
+
diff --git a/ajde/testdata/bug-36071a/crazy.jar/META-INF/test.xml b/ajde/testdata/bug-36071a/crazy.jar/META-INF/test.xml
new file mode 100644 (file)
index 0000000..f9efa1f
--- /dev/null
@@ -0,0 +1,4 @@
+<?xml version="1.0" ?>
+<jar name="input1.jar">
+</jar>
+
diff --git a/ajde/testdata/bug-36071a/crazy.jar/Main.class b/ajde/testdata/bug-36071a/crazy.jar/Main.class
new file mode 100644 (file)
index 0000000..a4a89e1
Binary files /dev/null and b/ajde/testdata/bug-36071a/crazy.jar/Main.class differ
diff --git a/ajde/testdata/bug-36071a/crazy.jar/aspects/Logging.class b/ajde/testdata/bug-36071a/crazy.jar/aspects/Logging.class
new file mode 100644 (file)
index 0000000..8a81a4d
Binary files /dev/null and b/ajde/testdata/bug-36071a/crazy.jar/aspects/Logging.class differ
diff --git a/ajde/testdata/bug-36071a/crazy.jar/test/TestProperties.class b/ajde/testdata/bug-36071a/crazy.jar/test/TestProperties.class
new file mode 100644 (file)
index 0000000..04fc847
Binary files /dev/null and b/ajde/testdata/bug-36071a/crazy.jar/test/TestProperties.class differ
diff --git a/ajde/testdata/bug-36071a/crazy.jar/test/test.props b/ajde/testdata/bug-36071a/crazy.jar/test/test.props
new file mode 100644 (file)
index 0000000..8462a7a
--- /dev/null
@@ -0,0 +1 @@
+test=test2
\ No newline at end of file
diff --git a/ajde/testdata/bug-36071a/crazy.jar/testsrc/test.props b/ajde/testdata/bug-36071a/crazy.jar/testsrc/test.props
new file mode 100644 (file)
index 0000000..51e670a
--- /dev/null
@@ -0,0 +1 @@
+test=test
\ No newline at end of file