no more ruby dependency

This commit is contained in:
brianleroux
2011-08-18 18:21:51 -07:00
parent 7e2044c5b4
commit 65cf68b5d2
26 changed files with 128 additions and 6207 deletions
+2 -2
View File
@@ -119,8 +119,8 @@
<!-- update project files to reference phonegap-x.x.x.min.js -->
<replaceregexp match="phonegap(.*)\.js" replace="phonegap-${version}.js" byline="true">
<fileset file="assets/www/index.html" />
<fileset file="../example/index.html" />
<fileset file="assets/www/index.html" />
<fileset file="../bin/templates/www/index.html" />
</replaceregexp>
<replaceregexp match="phonegapVersion = [\u0022].*[\u0022];" replace="phonegapVersion = ${dblQuote}${version}${dblQuote};" byline="true">
<fileset file="src/com/phonegap/Device.java" />