You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/09/05 08:35:21 UTC

git commit: [flex-utilities] [refs/heads/develop] - fix package name scheme

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 51ae233a8 -> b9e5c866c


fix package name scheme


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

Branch: refs/heads/develop
Commit: b9e5c866c133374c31e990b81f3c9b83dfb62e66
Parents: 51ae233
Author: Alex Harui <ah...@apache.org>
Authored: Thu Sep 4 23:35:16 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Sep 4 23:35:16 2014 -0700

----------------------------------------------------------------------
 TourDeFlex/ApproveTDF.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/b9e5c866/TourDeFlex/ApproveTDF.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/ApproveTDF.xml b/TourDeFlex/ApproveTDF.xml
index eb2e153..c3caa24 100644
--- a/TourDeFlex/ApproveTDF.xml
+++ b/TourDeFlex/ApproveTDF.xml
@@ -101,7 +101,7 @@
     unless="rc"/>
         
 	<property name="package.url.path" value="https://dist.apache.org/repos/dist/dev/flex/TourDeFlex/${release.version}/rc${rc}" />
-	<property name="package.url.name" value="apache-flex-tour-de-flex-component-explorer-src-${release.version}" />
+	<property name="package.url.name" value="apache-flex-tour-de-flex-component-explorer-${release.version}-src" />
 	
     <condition property="zip.compressed">
         <equals arg1="zip" arg2="${package.suffix}" />