diff options
author | Sven Gothel <[email protected]> | 2011-11-29 04:50:16 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-11-29 04:50:16 +0100 |
commit | 60ea6727f1a089f6afd17fcea3bd7d29353af9b4 (patch) | |
tree | 17faa0b8d171f4790f33a1995e1ec1ca209aa216 /test/TestJarsInJar/MANIFEST.MF | |
parent | b3d5e20c04af353b246c9b2607c145f7dbd508dd (diff) |
Add 'TestJarsInJar.jar' test JAR file for upcoming JarUtil tests (Jar in Jar).
Diffstat (limited to 'test/TestJarsInJar/MANIFEST.MF')
-rw-r--r-- | test/TestJarsInJar/MANIFEST.MF | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/TestJarsInJar/MANIFEST.MF b/test/TestJarsInJar/MANIFEST.MF new file mode 100644 index 0000000..a592879 --- /dev/null +++ b/test/TestJarsInJar/MANIFEST.MF @@ -0,0 +1,4 @@ +Manifest-Version: 1.0
+Rsrc-Class-Path: ClassInJar1.jar sub/ClassInJar2.jar
+Main-Class: ClassInJar0
+
|