]> source.dussan.org Git - poi.git/commitdiff
When we copy the normal jars into the right spot for uploading to the ibiblio sync...
authorNick Burch <nick@apache.org>
Sat, 16 Jun 2007 15:47:29 +0000 (15:47 +0000)
committerNick Burch <nick@apache.org>
Sat, 16 Jun 2007 15:47:29 +0000 (15:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@547933 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index ea4e04433895a5e12100c13aef4954eb25c3dbb1..7405039592b35d83c64ce51359ccd342b8568af7 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -817,15 +817,18 @@ FORREST_HOME environment variable!</echo>
 
     <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 -->