summaryrefslogtreecommitdiff
path: root/plugins/eclipse/testData/round/junit
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/eclipse/testData/round/junit')
-rw-r--r--plugins/eclipse/testData/round/junit/test/.classpath8
-rw-r--r--plugins/eclipse/testData/round/junit/test/.project15
2 files changed, 23 insertions, 0 deletions
diff --git a/plugins/eclipse/testData/round/junit/test/.classpath b/plugins/eclipse/testData/round/junit/test/.classpath
new file mode 100644
index 000000000000..f10d234a8bdc
--- /dev/null
+++ b/plugins/eclipse/testData/round/junit/test/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/eclipse/testData/round/junit/test/.project b/plugins/eclipse/testData/round/junit/test/.project
new file mode 100644
index 000000000000..4766dbaa2c60
--- /dev/null
+++ b/plugins/eclipse/testData/round/junit/test/.project
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>test</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>