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/08 08:57:05 UTC

git commit: [flex-utilities] [refs/heads/develop] - change package name as suggested

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 2973c34ff -> d0a74615d


change package name as suggested


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/d0a74615
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/d0a74615
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/d0a74615

Branch: refs/heads/develop
Commit: d0a74615dbea8916f30e5210d66a7b145a7a0256
Parents: 2973c34
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Aug 8 16:56:52 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Aug 8 16:56:52 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/d0a74615/TourDeFlex/TourDeFlex3/build.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml
index 81b5048..6a264ee 100644
--- a/TourDeFlex/TourDeFlex3/build.xml
+++ b/TourDeFlex/TourDeFlex3/build.xml
@@ -188,7 +188,7 @@
 	</target>
 		
 	<target name="package-tar" description="tar up all source files">     
-        <tar destfile="${basedir}/out/ApacheFlex-TourDeFlex-ComponentExplorer-${version}.tar.gz" 
+        <tar destfile="${basedir}/out/apache-flex-tour-de-flex-component-explorer-${version}.tar.gz" 
          	compression="gzip"
             longfile="gnu">
             <tarfileset dir="${basedir}/..">
@@ -216,7 +216,7 @@
 	</target>
 	
 	<target name="package-zip" description="zip up all source files">    
-        <zip destfile="${basedir}/out/ApacheFlex-TourDeFlex-ComponentExplorer-${version}.zip">
+        <zip destfile="${basedir}/out/apache-flex-tour-de-flex-component-explorer-${version}.zip">
             <fileset dir="${basedir}/..">
                 <include name="LICENSE" />
                 <include name="NOTICE" />