Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2009-05-22 20:55:14 +0000
committermtaal2009-05-22 20:55:14 +0000
commit1475b0ca6d47ce9c53bb0dc966cfefbea388d202 (patch)
tree453e2231fb12e60c3d97be7614a32d2b351419e8 /plugins
parent3cdcea97a24159a1861a73c308bf7a8541a7b36d (diff)
downloadorg.eclipse.emf.teneo-1475b0ca6d47ce9c53bb0dc966cfefbea388d202.tar.gz
org.eclipse.emf.teneo-1475b0ca6d47ce9c53bb0dc966cfefbea388d202.tar.xz
org.eclipse.emf.teneo-1475b0ca6d47ce9c53bb0dc966cfefbea388d202.zip
Changes because of upgrade to 3.5RC1
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.teneo.eclipselink.common/.classpath2
-rw-r--r--plugins/org.eclipse.emf.teneo.eclipselink.common/.settings/org.eclipse.jdt.core.prefs7
2 files changed, 2 insertions, 7 deletions
diff --git a/plugins/org.eclipse.emf.teneo.eclipselink.common/.classpath b/plugins/org.eclipse.emf.teneo.eclipselink.common/.classpath
index 64c5e31b7..1fa3e6803 100644
--- a/plugins/org.eclipse.emf.teneo.eclipselink.common/.classpath
+++ b/plugins/org.eclipse.emf.teneo.eclipselink.common/.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 kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
diff --git a/plugins/org.eclipse.emf.teneo.eclipselink.common/.settings/org.eclipse.jdt.core.prefs b/plugins/org.eclipse.emf.teneo.eclipselink.common/.settings/org.eclipse.jdt.core.prefs
index a390afd29..0956d5f75 100644
--- a/plugins/org.eclipse.emf.teneo.eclipselink.common/.settings/org.eclipse.jdt.core.prefs
+++ b/plugins/org.eclipse.emf.teneo.eclipselink.common/.settings/org.eclipse.jdt.core.prefs
@@ -1,15 +1,10 @@
-#Thu Apr 02 22:54:03 CEST 2009
+#Fri May 22 22:39:37 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