You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/07/10 01:04:53 UTC

[1/2] webworks commit: [CB-1019] - don't want to update both config files otherwise the create scripts won't work

Updated Branches:
  refs/heads/master 358f60141 -> 94b43f4de


[CB-1019] - don't want to update both config files otherwise the create scripts won't work


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/commit/94b43f4d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/94b43f4d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/94b43f4d

Branch: refs/heads/master
Commit: 94b43f4deab203f264a9b1055fc4b91265903491
Parents: b94108c
Author: Tim Kim <ti...@nitobi.com>
Authored: Mon Jul 9 16:04:46 2012 -0700
Committer: Tim Kim <ti...@nitobi.com>
Committed: Mon Jul 9 16:04:46 2012 -0700

----------------------------------------------------------------------
 build.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/94b43f4d/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 54b3e13..2f60ea3 100644
--- a/build.xml
+++ b/build.xml
@@ -177,7 +177,6 @@ Getting Started:
         </copy>
 
         <!-- update config.xml to have a default name-->
-        <replace file="${dist.www.path}/config.xml" token="__NAME__" value="cordovaExample"/>
         <replace file="${dist.project.path}/www/config.xml" token="__NAME__" value="cordovaExample"/>        
         
         <echo>