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 2016/01/29 08:29:31 UTC

git commit: [flex-sdk] [refs/heads/develop] - try removing slash

Repository: flex-sdk
Updated Branches:
  refs/heads/develop a5ba03fb4 -> d103170c3


try removing slash


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

Branch: refs/heads/develop
Commit: d103170c3246e34dabea342ec6d70d32c53017a7
Parents: a5ba03f
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jan 28 23:28:54 2016 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jan 28 23:29:04 2016 -0800

----------------------------------------------------------------------
 modules/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/d103170c/modules/downloads.xml
----------------------------------------------------------------------
diff --git a/modules/downloads.xml b/modules/downloads.xml
index 068b960..ecaadcd 100644
--- a/modules/downloads.xml
+++ b/modules/downloads.xml
@@ -595,7 +595,7 @@
     <target name="flex-tool-api-jar" depends="flex-tool-api-jar-check" unless="flexToolApi.jar.exists"
             description="Downloads and copies flex-tool-api.jar to the lib directory.">
 
-        <get src="${maven.search.url}/org/apache/flex/${flexToolApi.name}/${flexToolApi.version}/${flexToolApi.name}-${flexToolApi.version}.jar"
+        <get src="${maven.search.url}org/apache/flex/${flexToolApi.name}/${flexToolApi.version}/${flexToolApi.name}-${flexToolApi.version}.jar"
              dest="${download.dir}/flex-tool-api.jar"
              verbose="false"/>