Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2003-05-22 10:00:34 +0000
committerAndre Weinand2003-05-22 10:00:34 +0000
commita6569bb993d548d929b938bf48a195b96373ebe4 (patch)
tree66c9da45911d14b3996af6da940430724fadedd6
parent5b8a2aea859896b0f7737fde4a073e9bb82568d6 (diff)
downloadeclipse.platform.team-a6569bb993d548d929b938bf48a195b96373ebe4.tar.gz
eclipse.platform.team-a6569bb993d548d929b938bf48a195b96373ebe4.tar.xz
eclipse.platform.team-a6569bb993d548d929b938bf48a195b96373ebe4.zip
*** empty log message ***
-rw-r--r--tests/org.eclipse.compare.tests/.classpath6
-rw-r--r--tests/org.eclipse.compare.tests/.project17
2 files changed, 23 insertions, 0 deletions
diff --git a/tests/org.eclipse.compare.tests/.classpath b/tests/org.eclipse.compare.tests/.classpath
new file mode 100644
index 000000000..5af765a17
--- /dev/null
+++ b/tests/org.eclipse.compare.tests/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path=""/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path=""/>
+</classpath>
diff --git a/tests/org.eclipse.compare.tests/.project b/tests/org.eclipse.compare.tests/.project
new file mode 100644
index 000000000..65e38a022
--- /dev/null
+++ b/tests/org.eclipse.compare.tests/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.compare.tests</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top