You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/02/03 19:37:34 UTC

[21/33] git commit: CB-5793 Make ant work-around work on windows.

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


Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/3070b650
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/3070b650
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/3070b650

Branch: refs/heads/master
Commit: 3070b650755490e1280fdcaaff97ab02c5b4d3f3
Parents: 3e25bf6
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Jan 21 21:14:32 2014 -0500
Committer: Archana Naik <na...@lab126.com>
Committed: Fri Jan 31 15:04:01 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/3070b650/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>
+