summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2006-05-05 08:34:36 +0000
committeraclement <aclement>2006-05-05 08:34:36 +0000
commit48cd9473fa9b670d0a589281afdda016142f2681 (patch)
tree1f23a0fbe0722fd0efc7b364c0a137a321bde34b
parent2ed766cd9f95b400c69db07eedde69035877113c (diff)
downloadaspectj-48cd9473fa9b670d0a589281afdda016142f2681.tar.gz
aspectj-48cd9473fa9b670d0a589281afdda016142f2681.zip
fixes for 137235 (contributed by Ron): more intelligent logic for determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
-rw-r--r--ajde/testdata/bug-36071a/crazy.jar/META-INF/MANIFEST.MF3
-rw-r--r--ajde/testdata/bug-36071a/crazy.jar/META-INF/test.xml4
-rw-r--r--ajde/testdata/bug-36071a/crazy.jar/Main.classbin0 -> 1785 bytes
-rw-r--r--ajde/testdata/bug-36071a/crazy.jar/aspects/Logging.classbin0 -> 3795 bytes
-rw-r--r--ajde/testdata/bug-36071a/crazy.jar/test/TestProperties.classbin0 -> 2217 bytes
-rw-r--r--ajde/testdata/bug-36071a/crazy.jar/test/test.props1
-rw-r--r--ajde/testdata/bug-36071a/crazy.jar/testsrc/test.props1
7 files changed, 9 insertions, 0 deletions
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
index 000000000..97e745a4f
--- /dev/null
+++ b/ajde/testdata/bug-36071a/crazy.jar/META-INF/MANIFEST.MF
@@ -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
index 000000000..f9efa1f1f
--- /dev/null
+++ b/ajde/testdata/bug-36071a/crazy.jar/META-INF/test.xml
@@ -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
index 000000000..a4a89e129
--- /dev/null
+++ b/ajde/testdata/bug-36071a/crazy.jar/Main.class
Binary files 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
index 000000000..8a81a4d5a
--- /dev/null
+++ b/ajde/testdata/bug-36071a/crazy.jar/aspects/Logging.class
Binary files 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
index 000000000..04fc8471d
--- /dev/null
+++ b/ajde/testdata/bug-36071a/crazy.jar/test/TestProperties.class
Binary files 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
index 000000000..8462a7ab6
--- /dev/null
+++ b/ajde/testdata/bug-36071a/crazy.jar/test/test.props
@@ -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
index 000000000..51e670ac7
--- /dev/null
+++ b/ajde/testdata/bug-36071a/crazy.jar/testsrc/test.props
@@ -0,0 +1 @@
+test=test \ No newline at end of file