You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/08/19 01:57:27 UTC

git commit: [flex-utilities] [refs/heads/develop] - add src to package name

Repository: flex-utilities
Updated Branches:
  refs/heads/develop f5c33094c -> 354013ee8


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/develop
Commit: 354013ee8dddb3c05d60391d07acdc0fc1d18f3c
Parents: f5c3309
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Aug 19 09:57:13 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
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" />