aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2009-12-07 14:20:10 +0000
committerYegor Kozlov <yegor@apache.org>2009-12-07 14:20:10 +0000
commit5984c5d57cb1aee6bea1b32723e3ad825a3b6a6a (patch)
tree306851df6a21204aeffecd7af1a59351730f5587 /build.xml
parent3246c57b68cc05b892a417d6b1dfb7bcd54d1a3f (diff)
downloadpoi-5984c5d57cb1aee6bea1b32723e3ad825a3b6a6a.tar.gz
poi-5984c5d57cb1aee6bea1b32723e3ad825a3b6a6a.zip
updated current version on status.xml, also some misc post-release improvements in mvn-deploy.sh and build.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887930 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.xml b/build.xml
index 0f4635f830..6617686e52 100644
--- a/build.xml
+++ b/build.xml
@@ -914,27 +914,27 @@ under the License.
</target>
<target name="jar-src" description="Sources for Maven">
- <jar destfile="${dist.dir}/${jar.name}-${version.id}-sources.jar"
+ <jar destfile="${dist.dir}/${jar.name}-${version.id}-sources-${DSTAMP}.jar"
manifest="build/poi-manifest.mf">
<fileset dir="${main.src}"/>
<metainf dir="legal/"/>
</jar>
- <jar destfile="${dist.dir}/${jar.name}-scratchpad-${version.id}-sources.jar"
+ <jar destfile="${dist.dir}/${jar.name}-scratchpad-${version.id}-sources-${DSTAMP}.jar"
manifest="build/poi-manifest.mf">
<fileset dir="${scratchpad.src}"/>
<metainf dir="legal/"/>
</jar>
- <jar destfile="${dist.dir}/${jar.name}-contrib-${version.id}-sources.jar"
+ <jar destfile="${dist.dir}/${jar.name}-contrib-${version.id}-sources-${DSTAMP}.jar"
manifest="build/poi-manifest.mf">
<fileset dir="${contrib.src}"/>
<metainf dir="legal/"/>
</jar>
- <jar destfile="${dist.dir}/${jar.name}-ooxml-${version.id}-sources.jar"
+ <jar destfile="${dist.dir}/${jar.name}-ooxml-${version.id}-sources-${DSTAMP}.jar"
manifest="build/poi-manifest.mf">
<fileset dir="${ooxml.src}"/>
<metainf dir="legal/"/>
</jar>
- <jar destfile="${dist.dir}/${jar.name}-examples-${version.id}-sources.jar"
+ <jar destfile="${dist.dir}/${jar.name}-examples-${version.id}-sources-${DSTAMP}.jar"
manifest="build/poi-manifest.mf">
<fileset dir="${examples.src}"/>
<metainf dir="legal/"/>