diff options
author | aclement <aclement> | 2006-05-05 08:34:36 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-05-05 08:34:36 +0000 |
commit | 48cd9473fa9b670d0a589281afdda016142f2681 (patch) | |
tree | 1f23a0fbe0722fd0efc7b364c0a137a321bde34b /ajde/testdata/bug-36071a/crazy.jar/META-INF/test.xml | |
parent | 2ed766cd9f95b400c69db07eedde69035877113c (diff) | |
download | aspectj-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...)
Diffstat (limited to 'ajde/testdata/bug-36071a/crazy.jar/META-INF/test.xml')
-rw-r--r-- | ajde/testdata/bug-36071a/crazy.jar/META-INF/test.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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> + |