You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2010/07/30 11:11:29 UTC

svn commit: r980693 - in /ant/sandbox/groovyfront: .classpath .settings/ .settings/org.eclipse.jdt.core.prefs

Author: hibou
Date: Fri Jul 30 09:11:28 2010
New Revision: 980693

URL: http://svn.apache.org/viewvc?rev=980693&view=rev
Log:
update .classpath, stick to java 1.4

Added:
    ant/sandbox/groovyfront/.settings/
    ant/sandbox/groovyfront/.settings/org.eclipse.jdt.core.prefs
Modified:
    ant/sandbox/groovyfront/.classpath

Modified: ant/sandbox/groovyfront/.classpath
URL: http://svn.apache.org/viewvc/ant/sandbox/groovyfront/.classpath?rev=980693&r1=980692&r2=980693&view=diff
==============================================================================
--- ant/sandbox/groovyfront/.classpath (original)
+++ ant/sandbox/groovyfront/.classpath Fri Jul 30 09:11:28 2010
@@ -4,12 +4,12 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" path="src/test/java"/>
 	<classpathentry kind="src" path="src/test/resources"/>
-	<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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
 	<classpathentry kind="lib" path="lib/antlr-2.7.7.jar"/>
 	<classpathentry kind="lib" path="lib/asm-3.2.jar"/>
-	<classpathentry kind="lib" path="lib/groovy-1.7.0.jar" sourcepath="lib-src/groovy-sources-1.7.0.jar"/>
 	<classpathentry kind="lib" path="lib/ant-antunit-1.2alpha.jar"/>
-	<classpathentry kind="lib" path="lib/ant-1.8.0.jar"/>
+	<classpathentry kind="lib" path="lib/ant-1.8.1.jar"/>
+	<classpathentry kind="lib" path="lib/groovy-1.7.4.jar" sourcepath="lib-src/groovy-1.7.4-sources.jar"/>
 	<classpathentry kind="output" path="eclipse-classes"/>
 </classpath>

Added: ant/sandbox/groovyfront/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/ant/sandbox/groovyfront/.settings/org.eclipse.jdt.core.prefs?rev=980693&view=auto
==============================================================================
--- ant/sandbox/groovyfront/.settings/org.eclipse.jdt.core.prefs (added)
+++ ant/sandbox/groovyfront/.settings/org.eclipse.jdt.core.prefs Fri Jul 30 09:11:28 2010
@@ -0,0 +1,12 @@
+#Sat Jul 24 12:51:16 CEST 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.4
+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=warning
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
+org.eclipse.jdt.core.compiler.source=1.3