You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/01/22 03:15:45 UTC

android commit: CB-5793 Make ant work-around work on windows.

Updated Branches:
  refs/heads/master f83d7a7cd -> 1fe7bbbbc


CB-5793 Make ant work-around work on windows.


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/1fe7bbbb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/1fe7bbbb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/1fe7bbbb

Branch: refs/heads/master
Commit: 1fe7bbbbc494b5a3858e4b5495a7e4174b9c3232
Parents: f83d7a7
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Jan 21 21:14:32 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Jan 21 21:14:32 2014 -0500

----------------------------------------------------------------------
 bin/templates/project/custom_rules.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/1fe7bbbb/bin/templates/project/custom_rules.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/custom_rules.xml b/bin/templates/project/custom_rules.xml
index 51434ac..d0fedea 100644
--- a/bin/templates/project/custom_rules.xml
+++ b/bin/templates/project/custom_rules.xml
@@ -5,10 +5,13 @@
         <pathconvert property="fixedJarsPath" refid="project.all.jars.path">
           <filtermapper>
             <replacestring from="/bin/" to="/ant-build/"/>
+            <replacestring from="\bin\" to="\ant-build\"/>
           </filtermapper>
         </pathconvert>
         <path id="project.all.jars.path">
           <pathelement path="${fixedJarsPath}"/>
         </path>
+        <echo message="Set jars path to: ${toString:project.all.jars.path}"/>
     </target>
 </project>
+