소스 검색

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...)

tags/V1_5_2rc1
aclement 18 년 전
부모
커밋
48cd9473fa

+ 3
- 0
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.)


+ 4
- 0
ajde/testdata/bug-36071a/crazy.jar/META-INF/test.xml 파일 보기

@@ -0,0 +1,4 @@
<?xml version="1.0" ?>
<jar name="input1.jar">
</jar>


BIN
ajde/testdata/bug-36071a/crazy.jar/Main.class 파일 보기


BIN
ajde/testdata/bug-36071a/crazy.jar/aspects/Logging.class 파일 보기


BIN
ajde/testdata/bug-36071a/crazy.jar/test/TestProperties.class 파일 보기


+ 1
- 0
ajde/testdata/bug-36071a/crazy.jar/test/test.props 파일 보기

@@ -0,0 +1 @@
test=test2

+ 1
- 0
ajde/testdata/bug-36071a/crazy.jar/testsrc/test.props 파일 보기

@@ -0,0 +1 @@
test=test

Loading…
취소
저장