Moved around the scripts so that you can create a self contained project that you can run debug, emulate and log from

This commit is contained in:
Dave Johnson
2011-08-26 10:54:37 -07:00
parent ef8e8a3ab4
commit 75233711e3
15 changed files with 72 additions and 32 deletions
+1 -1
View File
@@ -120,7 +120,7 @@
<!-- 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="../bin/templates/project/assets/www/index.html" />
<!-- <fileset file="../bin/templates/project/assets/www/index.html" /> -->
</replaceregexp>
<replaceregexp match="phonegapVersion = [\u0022].*[\u0022];" replace="phonegapVersion = ${dblQuote}${version}${dblQuote};" byline="true">
<fileset file="src/com/phonegap/Device.java" />