Author: rahul
Date: Fri Aug 11 21:21:18 2006
New Revision: 430967
URL: http://svn.apache.org/viewvc?rev=430967&view=rev
Log:
Refresh the m1 generated ant build file.
Modified:
jakarta/commons/proper/jexl/trunk/build.xml
Modified: jakarta/commons/proper/jexl/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/jexl/trunk/build.xml?rev=430967&r1=430966&r2=430967&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/build.xml (original)
+++ jakarta/commons/proper/jexl/trunk/build.xml Fri Aug 11 21:21:18 2006
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--build.xml generated by maven from project.xml version 1.0-beta-3-SNAPSHOT
- on date August 24 2004, time 1255-->
+<!--build.xml generated by maven from project.xml version 1.1-SNAPSHOT
+ on date August 12 2006, time 0018-->
<project default="jar" name="commons-jexl" basedir=".">
<property name="defaulttargetdir" value="target">
@@ -20,7 +20,7 @@
</property>
<property name="javadocdir" value="dist/docs/api">
</property>
- <property name="final.name" value="commons-jexl-1.0-beta-3-SNAPSHOT">
+ <property name="final.name" value="commons-jexl-1.1-SNAPSHOT">
</property>
<path id="build.classpath">
<fileset dir="${libdir}">
@@ -132,7 +132,7 @@
</tstamp>
<property name="copyright" value="Copyright &copy; The Apache
Software Foundation. All Rights Reserved.">
</property>
- <property name="title" value="Commons JEXL 1.0-beta-3-SNAPSHOT API">
+ <property name="title" value="Commons JEXL 1.1-SNAPSHOT API">
</property>
<javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="src/java" packagenames="org.apache.commons.jexl.*">
<classpath>
@@ -146,10 +146,10 @@
<setproxy>
</setproxy>
- <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
- </get>
<get dest="${libdir}/commons-logging-1.0.3.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.3.jar">
</get>
+ <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
+ </get>
</target>
<target name="install-maven">
<get dest="${user.home}/maven-install-latest.jar" usetimestamp="true"
src="${repo}/maven/maven-install-latest.jar">
@@ -157,4 +157,4 @@
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]