You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ni...@apache.org on 2007/06/16 17:47:29 UTC

svn commit: r547933 - /jakarta/poi/trunk/build.xml

Author: nick
Date: Sat Jun 16 08:47:29 2007
New Revision: 547933

URL: http://svn.apache.org/viewvc?view=rev&rev=547933
Log:
When we copy the normal jars into the right spot for uploading to the ibiblio sync, name the jars without the date

Modified:
    jakarta/poi/trunk/build.xml

Modified: jakarta/poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/build.xml?view=diff&rev=547933&r1=547932&r2=547933
==============================================================================
--- jakarta/poi/trunk/build.xml (original)
+++ jakarta/poi/trunk/build.xml Sat Jun 16 08:47:29 2007
@@ -817,15 +817,18 @@
 
     <target name="maven-dist" depends="jar" description="Builds the POM files for a maven distribution, and copies these and the jars to the appropriate locations">
 		<!-- Copy the jar files into the maven jar directory -->
+		<!-- Same jars as for the main release, only lacking the datestamp -->
 		<copy
 			file="${dist.dir}/${jar.name}-${version.id}-${DSTAMP}.jar"
-			todir="${mavendist.oap.dir}/jars/" />
+			tofile="${mavendist.oap.dir}/jars/${jar.name}-${version.id}.jar" />
 		<copy
 			file="${dist.dir}/${jar.name}-contrib-${version.id}-${DSTAMP}.jar"
-			todir="${mavendist.oap.dir}/jars/" />
+			tofile="${mavendist.oap.dir}/jars/${jar.name}-contrib-${version.id}.jar" />
 		<copy
 			file="${dist.dir}/${jar.name}-scratchpad-${version.id}-${DSTAMP}.jar"
-			todir="${mavendist.oap.dir}/jars/" />
+			tofile="${mavendist.oap.dir}/jars/${jar.name}-scratchpad-${version.id}.jar" />
+
+		<!-- TODO: Decide about source jars, and copy them if we have some -->
 
 		<!-- Build the org.apache.poi poms -->
 		<!-- Copy from the base file, substituting in the version and -->



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