Skip to content

Commit

Permalink
JBTM-1360 updated the path for orson in build-release-pkgs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjenkinson committed Dec 6, 2012
1 parent 51c28b9 commit fe05622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-release-pkgs.xml
Expand Up @@ -112,14 +112,14 @@
<target name="dist" depends="dist-init" description="build the end-user release bundles (src and binary)">
<!-- build the binary releases -->
<exec dir="${workdir}/${tag}" executable="tools/maven/bin/mvn" failonerror="true">
<arg line="clean -gs tools/maven/conf/settings.xml -Demma.jar.location=${user.dir}/ext/emma.jar -Dorson.jar.location=${user.dir}/ext/orson-0.5.0.jar"/>
<arg line="clean -gs tools/maven/conf/settings.xml -Demma.jar.location=${user.dir}/ext/emma.jar -Dorson.jar.location=${user.dir}/ext/"/>
</exec>
<!-- package the full source release (all src tree) -->
<delete file="${workdir}/narayana-full-${tag}-src.zip"/>
<zip basedir="${workdir}" destfile="${workdir}/narayana-full-${tag}-src.zip" includes="${tag}/**"/>
<!-- build the binary releases -->
<exec dir="${workdir}/${tag}" executable="tools/maven/bin/mvn" failonerror="true">
<arg line="deploy -DskipTests -gs tools/maven/conf/settings.xml -Demma.jar.location=${user.dir}/ext/emma.jar -Dorson.jar.location=${user.dir}/ext/orson-0.5.0.jar"/>
<arg line="deploy -DskipTests -gs tools/maven/conf/settings.xml -Demma.jar.location=${user.dir}/ext/emma.jar -Dorson.jar.location=${user.dir}/ext/"/>
</exec>
</target>
<!-- copy the release into the downloads dir tree (http://www.jboss.org/jbosstm web site content) -->
Expand Down

0 comments on commit fe05622

Please sign in to comment.