Skip to content

Commit

Permalink
Next try at tagging for the 0.95beta release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_95beta@638320 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Vincent Hennebert committed Mar 18, 2008
2 parents 2471375 + 45ed9fe commit 5c88a89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1203,10 +1203,9 @@ NOTE:
<copy todir="${dist.bin.result.dir}/build" file="build/fop.jar"/>
<chmod file="${dist.bin.result.dir}/fop" perm="ugo+rx"/>

<property name="bin.suffix" value="bin-jdk${java.specification.version}"/>
<zip zipfile="${name}-${version}-${bin.suffix}.zip" basedir="${dist.bin.dir}" includes="**"/>
<zip zipfile="${name}-${version}-bin.zip" basedir="${dist.bin.dir}" includes="**"/>
<tar longfile="gnu"
destfile="${name}-${version}-${bin.suffix}.tar">
destfile="${name}-${version}-bin.tar">
<tarfileset dir="${dist.bin.dir}" mode="755">
<include name="${name}-${version}/fop"/>
</tarfileset>
Expand All @@ -1215,8 +1214,8 @@ NOTE:
<exclude name="${name}-${version}/fop"/>
</tarfileset>
</tar>
<gzip zipfile="${name}-${version}-${bin.suffix}.tar.gz" src="${name}-${version}-${bin.suffix}.tar"/>
<delete file="${name}-${version}-${bin.suffix}.tar"/>
<gzip zipfile="${name}-${version}-bin.tar.gz" src="${name}-${version}-bin.tar"/>
<delete file="${name}-${version}-bin.tar"/>
</target>

<target name="dist-src" depends="all">
Expand Down
2 changes: 1 addition & 1 deletion status.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</action>
-->
<!--/release-->
<release version="0.95beta" date="17 March 2008">
<release version="0.95beta" date="22 March 2008">
<notes>
<section>
<title>Notes</title>
Expand Down

0 comments on commit 5c88a89

Please sign in to comment.