You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2006/10/30 19:31:40 UTC

svn commit: r469223 - /jakarta/commons/proper/betwixt/trunk/build.xml

Author: rdonkin
Date: Mon Oct 30 10:31:40 2006
New Revision: 469223

URL: http://svn.apache.org/viewvc?view=rev&rev=469223
Log:
Regenerate using latest maven settings.

Modified:
    jakarta/commons/proper/betwixt/trunk/build.xml

Modified: jakarta/commons/proper/betwixt/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/betwixt/trunk/build.xml?view=diff&rev=469223&r1=469222&r2=469223
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/build.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/build.xml Mon Oct 30 10:31:40 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!--build.xml generated by maven from project.xml version 0.8-dev
-  on date July 26 2005, time 2052-->
+<!--build.xml generated by maven from project.xml version 0.8-SNAPSHOT
+  on date October 30 2006, time 1759-->
 
 <project default="jar" name="commons-betwixt" 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-betwixt-0.8-dev">
+  <property name="final.name" value="commons-betwixt-0.8-SNAPSHOT">
   </property>
   <path id="build.classpath">
     <fileset dir="${libdir}">
@@ -152,7 +152,7 @@
     </tstamp>
     <property name="copyright" value="Copyright &amp;copy;  The Apache Software Foundation. All Rights Reserved.">
     </property>
-    <property name="title" value="Betwixt 0.8-dev API">
+    <property name="title" value="Betwixt 0.8-SNAPSHOT API">
     </property>
     <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.betwixt.*">
       <classpath>
@@ -178,6 +178,12 @@
     </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>
+    <get dest="${libdir}/maven-cobertura-plugin-1.1.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/maven-plugins/plugins/maven-cobertura-plugin-1.1.1.jar">
+    </get>
+    <get dest="${libdir}/maven-artifact-plugin-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/maven/plugins/maven-artifact-plugin-1.5.jar">
+    </get>
+    <get dest="${libdir}/maven-xdoc-plugin-1.9.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/maven/plugins/maven-xdoc-plugin-1.9.2.jar">
+    </get>
   </target>
   <target name="install-maven">
     <get dest="${user.home}/maven-install-latest.jar" usetimestamp="true" src="${repo}/maven/maven-install-latest.jar">
@@ -185,4 +191,4 @@
     <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
     </unjar>
   </target>
-</project>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org