You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by kp...@apache.org on 2011/06/15 18:23:25 UTC

svn commit: r1136141 - in /incubator/easyant/tasks/trunk/command-line-debugger: build.xml patch/

Author: kpsiddharth
Date: Wed Jun 15 18:23:24 2011
New Revision: 1136141

URL: http://svn.apache.org/viewvc?rev=1136141&view=rev
Log:
Not needed since moving out of Ant.

Removed:
    incubator/easyant/tasks/trunk/command-line-debugger/patch/
Modified:
    incubator/easyant/tasks/trunk/command-line-debugger/build.xml

Modified: incubator/easyant/tasks/trunk/command-line-debugger/build.xml
URL: http://svn.apache.org/viewvc/incubator/easyant/tasks/trunk/command-line-debugger/build.xml?rev=1136141&r1=1136140&r2=1136141&view=diff
==============================================================================
--- incubator/easyant/tasks/trunk/command-line-debugger/build.xml (original)
+++ incubator/easyant/tasks/trunk/command-line-debugger/build.xml Wed Jun 15 18:23:24 2011
@@ -32,7 +32,7 @@
 		<mkdir dir="${build.dir}" />
 		<mkdir dir="${build.classes}" />
 
-		<javac srcdir="${java.dir}" includeantruntime="true" destdir="${build.classes}" debug="on" target="1.4" source="1.4" />
+		<javac srcdir="${java.dir}" includeantruntime="true" destdir="${build.classes}" debug="on" target="1.2" source="1.2" />
 
 		<copy todir="${build.classes}">
 			<fileset dir="${java.dir}">