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 2005/07/27 22:14:02 UTC

svn commit: r225598 - /jakarta/commons/proper/email/trunk/build.xml

Author: rdonkin
Date: Wed Jul 27 13:14:00 2005
New Revision: 225598

URL: http://svn.apache.org/viewcvs?rev=225598&view=rev
Log:
Regenated ant build from latest project.xml

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

Modified: jakarta/commons/proper/email/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/email/trunk/build.xml?rev=225598&r1=225597&r2=225598&view=diff
==============================================================================
--- jakarta/commons/proper/email/trunk/build.xml (original)
+++ jakarta/commons/proper/email/trunk/build.xml Wed Jul 27 13:14:00 2005
@@ -1,12 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!--build.xml generated by maven from project.xml version 1.0-dev
-  on date November 23 2004, time 1811-->
+<!--build.xml generated by maven from project.xml version 1.0-rc5
+  on date July 27 2005, time 2125-->
 
 <project default="jar" name="commons-email" basedir=".">
-  <!-- Load local properties in the usual way -->
-  <property file="build.properties"/>
-  <property file="${user.home}/build.properties"/>
   <property name="defaulttargetdir" value="target">
   </property>
   <property name="libdir" value="target/lib">
@@ -23,7 +20,7 @@
   </property>
   <property name="javadocdir" value="dist/docs/api">
   </property>
-  <property name="final.name" value="commons-email-1.0-dev">
+  <property name="final.name" value="commons-email-1.0-rc5">
   </property>
   <path id="build.classpath">
     <fileset dir="${libdir}">
@@ -54,6 +51,14 @@
       <classpath refid="build.classpath">
       </classpath>
     </javac>
+    <mkdir dir="${classesdir}/META-INF">
+    </mkdir>
+    <copy todir="${classesdir}/META-INF">
+      <fileset dir=".">
+        <include name="NOTICE.txt">
+        </include>
+      </fileset>
+    </copy>
   </target>
   <target name="jar" description="o Create the jar" depends="compile,test">
     <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
@@ -125,6 +130,12 @@
         </pathelement>
       </classpath>
     </javac>
+    <copy todir="${testclassesdir}">
+      <fileset dir="src/test">
+        <exclude name="**/*.java">
+        </exclude>
+      </fileset>
+    </copy>
   </target>
   <target name="javadoc" description="o Generate javadoc" depends="get-deps">
     <mkdir dir="${javadocdir}">
@@ -135,7 +146,7 @@
     </tstamp>
     <property name="copyright" value="Copyright &amp;copy;  The Apache Software Foundation. All Rights Reserved.">
     </property>
-    <property name="title" value="Commons Email 1.0-dev API">
+    <property name="title" value="Commons Email 1.0-rc5 API">
     </property>
     <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.mail.*">
       <classpath>
@@ -151,22 +162,10 @@
     </setproxy>
     <get dest="${libdir}/commons-lang-2.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-lang/jars/commons-lang-2.0.jar">
     </get>
-<!-- Replace following two GETs because of license issues
-    <get dest="${libdir}/javamail-1.3.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/java-mail/jars/javamail-1.3.2.jar">
+    <get dest="${libdir}/javamail-1.3.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/javamail/jars/javamail-1.3.2.jar">
     </get>
     <get dest="${libdir}/activation-1.0.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/activation/jars/activation-1.0.2.jar">
     </get>
--->
-    <echo>================================= WARNING ================================</echo>
-    <echo>Attempting to download non redistributable mail jars from sun.</echo>  	
-    <echo>Make sure you supply $${javamail-1.3.2.url} properties.</echo>
-    <echo>Make sure you supply $${activation-1.0.2.url} properties.</echo>  	
-    <echo>==========================================================================</echo>
-    	
-    <get dest="${libdir}/javamail-1.3.2.jar" usetimestamp="true" ignoreerrors="true" src="${javamail-1.3.2.url}">
-    </get>
-    <get dest="${libdir}/activation-1.0.2.jar" usetimestamp="true" ignoreerrors="true" src="${activation-1.0.2.url}">
-    </get>
     <get dest="${libdir}/dumbster-1.6.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/dumbster/jars/dumbster-1.6.jar">
     </get>
   </target>
@@ -176,4 +175,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