You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/06/16 15:41:51 UTC

svn commit: r785264 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.jdi.core.plugin: .classpath .settings/org.eclipse.jdt.core.prefs

Author: spoole
Date: Tue Jun 16 15:41:50 2009
New Revision: 785264

URL: http://svn.apache.org/viewvc?rev=785264&view=rev
Log:
updated eclipse prefs for jdi core plugin so it compiles at 1.6

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.jdi.core.plugin/.classpath
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.jdi.core.plugin/.settings/org.eclipse.jdt.core.prefs

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.jdi.core.plugin/.classpath
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.jdi.core.plugin/.classpath?rev=785264&r1=785263&r2=785264&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.jdi.core.plugin/.classpath (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.jdi.core.plugin/.classpath Tue Jun 16 15:41:50 2009
@@ -4,8 +4,8 @@
 	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
-	<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.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-
+	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.jdi.core.plugin/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.jdi.core.plugin/.settings/org.eclipse.jdt.core.prefs?rev=785264&r1=785263&r2=785264&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.jdi.core.plugin/.settings/org.eclipse.jdt.core.prefs (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.jdi.core.plugin/.settings/org.eclipse.jdt.core.prefs Tue Jun 16 15:41:50 2009
@@ -1,5 +1,12 @@
-#Thu May 28 13:53:11 BST 2009
+#Tue Jun 16 16:41:17 BST 2009
 eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
 org.eclipse.jdt.core.compiler.compliance=1.6
+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.6