Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsbouchet2010-12-03 16:35:06 +0000
committersbouchet2010-12-03 16:35:06 +0000
commit63c15edb6337d564f1bb308c3d94004a30c7d4f2 (patch)
treee740ce033cc1513f51f0244257608ae28c35273a /tests
parent2d4e1e74f77f60b6d32fd14aedb0d33f927a5c80 (diff)
downloadorg.eclipse.eef-63c15edb6337d564f1bb308c3d94004a30c7d4f2.tar.gz
org.eclipse.eef-63c15edb6337d564f1bb308c3d94004a30c7d4f2.tar.xz
org.eclipse.eef-63c15edb6337d564f1bb308c3d94004a30c7d4f2.zip
fixed compiler setting
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.emf.eef.tests.nonreg.junit/.classpath5
-rw-r--r--tests/org.eclipse.emf.eef.tests.nonreg.junit/build.properties10
2 files changed, 12 insertions, 3 deletions
diff --git a/tests/org.eclipse.emf.eef.tests.nonreg.junit/.classpath b/tests/org.eclipse.emf.eef.tests.nonreg.junit/.classpath
index ce3d60439..d4da2f887 100644
--- a/tests/org.eclipse.emf.eef.tests.nonreg.junit/.classpath
+++ b/tests/org.eclipse.emf.eef.tests.nonreg.junit/.classpath
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/tests/org.eclipse.emf.eef.tests.nonreg.junit/build.properties b/tests/org.eclipse.emf.eef.tests.nonreg.junit/build.properties
index 82a84700f..94bfd2f25 100644
--- a/tests/org.eclipse.emf.eef.tests.nonreg.junit/build.properties
+++ b/tests/org.eclipse.emf.eef.tests.nonreg.junit/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2008, 2010 Obeo.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Obeo - initial API and implementation
+###############################################################################
source.. = src-gen/
bin.includes = META-INF/,\
.

Back to the top