add src to package name
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/354013ee Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/354013ee Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/354013ee Branch: refs/heads/master Commit: 354013ee8dddb3c05d60391d07acdc0fc1d18f3c Parents: f5c3309 Author: Justin Mclean <[email protected]> Authored: Tue Aug 19 09:57:13 2014 +1000 Committer: Justin Mclean <[email protected]> Committed: Tue Aug 19 09:57:13 2014 +1000 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/354013ee/TourDeFlex/TourDeFlex3/build.xml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml index 6dd9860..45c54b8 100644 --- a/TourDeFlex/TourDeFlex3/build.xml +++ b/TourDeFlex/TourDeFlex3/build.xml @@ -388,7 +388,7 @@ </target> <target name="package-tar" description="tar up all source files"> - <tar destfile="${basedir}/out/apache-flex-tour-de-flex-component-explorer-${version}.tar.gz" + <tar destfile="${basedir}/out/apache-flex-tour-de-flex-component-explorer-src-${version}.tar.gz" compression="gzip" longfile="gnu"> <tarfileset dir="${basedir}/.."> @@ -418,7 +418,7 @@ </target> <target name="package-zip" description="zip up all source files"> - <zip destfile="${basedir}/out/apache-flex-tour-de-flex-component-explorer-${version}.zip"> + <zip destfile="${basedir}/out/apache-flex-tour-de-flex-component-explorer-src-${version}.zip"> <fileset dir="${basedir}/.."> <include name="LICENSE" /> <include name="NOTICE" />
