Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2009-05-22 20:54:46 +0000
committermtaal2009-05-22 20:54:46 +0000
commit6d5cda46b0ebc21a495a968fc996bab904f24543 (patch)
tree5cf0bec662a340f72a02bc67ca041d5ccd164241 /tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests
parent13fd1d4696d9df9f0b21ee8771e44c83538ac80d (diff)
downloadorg.eclipse.emf.teneo-6d5cda46b0ebc21a495a968fc996bab904f24543.tar.gz
org.eclipse.emf.teneo-6d5cda46b0ebc21a495a968fc996bab904f24543.tar.xz
org.eclipse.emf.teneo-6d5cda46b0ebc21a495a968fc996bab904f24543.zip
Changes because of upgrade to 3.5RC1
Diffstat (limited to 'tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests')
-rw-r--r--tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath2
-rw-r--r--tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.settings/org.eclipse.jdt.core.prefs7
2 files changed, 2 insertions, 7 deletions
diff --git a/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath b/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath
index a28f6ce8e..9ec6d4378 100644
--- a/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath
+++ b/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath
@@ -1,6 +1,6 @@
<?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.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry excluding="org/eclipse/emf/teneo/eclipselink/examples/library/orm/tests/resource/CRUDTest.java" kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
diff --git a/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.settings/org.eclipse.jdt.core.prefs
index bc288125c..c4bcee03e 100644
--- a/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.settings/org.eclipse.jdt.core.prefs
+++ b/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.settings/org.eclipse.jdt.core.prefs
@@ -1,15 +1,10 @@
-#Thu Apr 02 22:54:02 CEST 2009
+#Fri May 22 22:39:38 CEST 2009
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16

Back to the top