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 2012/08/21 19:42:21 UTC

svn commit: r1375682 - in /ant/sandbox/antdsl/trunk: build.xml org.apache.ant.antdsl/ org.apache.ant.antdsl/.settings/ org.apache.ant.antdsl/.settings/org.eclipse.jdt.core.prefs

Author: hibou
Date: Tue Aug 21 17:42:20 2012
New Revision: 1375682

URL: http://svn.apache.org/viewvc?rev=1375682&view=rev
Log:
Also copy the ant 1.9 jar into the AntDSL plugin for the build in Eclipse

Added:
    ant/sandbox/antdsl/trunk/org.apache.ant.antdsl/.settings/
    ant/sandbox/antdsl/trunk/org.apache.ant.antdsl/.settings/org.eclipse.jdt.core.prefs
Modified:
    ant/sandbox/antdsl/trunk/build.xml
    ant/sandbox/antdsl/trunk/org.apache.ant.antdsl/   (props changed)

Modified: ant/sandbox/antdsl/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antdsl/trunk/build.xml?rev=1375682&r1=1375681&r2=1375682&view=diff
==============================================================================
--- ant/sandbox/antdsl/trunk/build.xml (original)
+++ ant/sandbox/antdsl/trunk/build.xml Tue Aug 21 17:42:20 2012
@@ -22,6 +22,7 @@
         <unzip src="${basedir}/build-deps/antlr3-task.zip" dest="${basedir}/build-deps/" />
         <get src="https://builds.apache.org/job/Ant_Nightly/lastSuccessfulBuild/artifact/trunk/distribution/binaries/apache-ant-1.9.0alpha-bin.zip" dest="${basedir}/build-deps/apache-ant-1.9.0alpha-bin.zip" usetimestamp="true" />
         <unzip src="${basedir}/build-deps/apache-ant-1.9.0alpha-bin.zip" dest="${basedir}/build-deps/" />
+        <copy file="${basedir}/build-deps/apache-ant-1.9.0alpha/lib/ant.jar" tofile="${basedir}/org.apache.ant.antdsl/ant.jar" />
     </target>
 
     <target name="init" depends="-download-build-deps">

Propchange: ant/sandbox/antdsl/trunk/org.apache.ant.antdsl/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Aug 21 17:42:20 2012
@@ -1,2 +1,4 @@
 bin
 plugin.xml_gen
+.antlr-generator-3.2.0.jar
+ant.jar

Added: ant/sandbox/antdsl/trunk/org.apache.ant.antdsl/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/ant/sandbox/antdsl/trunk/org.apache.ant.antdsl/.settings/org.eclipse.jdt.core.prefs?rev=1375682&view=auto
==============================================================================
--- ant/sandbox/antdsl/trunk/org.apache.ant.antdsl/.settings/org.eclipse.jdt.core.prefs (added)
+++ ant/sandbox/antdsl/trunk/org.apache.ant.antdsl/.settings/org.eclipse.jdt.core.prefs Tue Aug 21 17:42:20 2012
@@ -0,0 +1,11 @@
+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