summaryrefslogtreecommitdiff
path: root/plugins/eclipse/testData/eml/srcInZip
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/eclipse/testData/eml/srcInZip')
-rw-r--r--plugins/eclipse/testData/eml/srcInZip/test/.classpath6
-rw-r--r--plugins/eclipse/testData/eml/srcInZip/test/.project16
-rw-r--r--plugins/eclipse/testData/eml/srcInZip/test/lib/jar-all-5.zipbin0 -> 33655 bytes
-rw-r--r--plugins/eclipse/testData/eml/srcInZip/test/srcInZip.eml10
4 files changed, 32 insertions, 0 deletions
diff --git a/plugins/eclipse/testData/eml/srcInZip/test/.classpath b/plugins/eclipse/testData/eml/srcInZip/test/.classpath
new file mode 100644
index 000000000000..16eccad452ec
--- /dev/null
+++ b/plugins/eclipse/testData/eml/srcInZip/test/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="lib/jar-all-5.zip" sourcepath="lib/jar-all-5.zip"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/eclipse/testData/eml/srcInZip/test/.project b/plugins/eclipse/testData/eml/srcInZip/test/.project
new file mode 100644
index 000000000000..ffcb70792087
--- /dev/null
+++ b/plugins/eclipse/testData/eml/srcInZip/test/.project
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>srcInZip</name>
+ <comment />
+ <projects />
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments />
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
+
diff --git a/plugins/eclipse/testData/eml/srcInZip/test/lib/jar-all-5.zip b/plugins/eclipse/testData/eml/srcInZip/test/lib/jar-all-5.zip
new file mode 100644
index 000000000000..1c4f645ac0c7
--- /dev/null
+++ b/plugins/eclipse/testData/eml/srcInZip/test/lib/jar-all-5.zip
Binary files differ
diff --git a/plugins/eclipse/testData/eml/srcInZip/test/srcInZip.eml b/plugins/eclipse/testData/eml/srcInZip/test/srcInZip.eml
new file mode 100644
index 000000000000..418b83538ae0
--- /dev/null
+++ b/plugins/eclipse/testData/eml/srcInZip/test/srcInZip.eml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component>
+ <exclude-output />
+ <contentEntry url="file://$MODULE_DIR$" />
+ <lib name="jar-all-5.zip" scope="COMPILE">
+ <srcroot url="jar://$MODULE_DIR$/lib/jar-all-5.zip!/doc/api" />
+ <relative-module-src project-related="jar://$PROJECT_DIR$/test/lib/jar-all-5.zip!/doc/api" />
+ <relative-module-cls project-related="jar://$PROJECT_DIR$/test/lib/jar-all-5.zip!/" />
+ </lib>
+</component> \ No newline at end of file