You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by gt...@apache.org on 2012/11/23 17:59:00 UTC

webworks commit: using the right path would be good

Updated Branches:
  refs/heads/master ef16d935b -> 5cae5fe13


using the right path would be good


Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/5cae5fe1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/5cae5fe1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/5cae5fe1

Branch: refs/heads/master
Commit: 5cae5fe137888dd62d04e93f1b2d1ab935243ae6
Parents: ef16d93
Author: Gord Tanner <gt...@gmail.com>
Authored: Fri Nov 23 11:58:48 2012 -0500
Committer: Gord Tanner <gt...@gmail.com>
Committed: Fri Nov 23 11:58:48 2012 -0500

----------------------------------------------------------------------
 bin/templates/project/playbook.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/5cae5fe1/bin/templates/project/playbook.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/playbook.xml b/bin/templates/project/playbook.xml
index d2f7d4d..7250cbc 100644
--- a/bin/templates/project/playbook.xml
+++ b/bin/templates/project/playbook.xml
@@ -228,7 +228,7 @@
             <replaceregexp 
                 file="${properties.playbook.bbwp.dir}/bin/bbwp.properties" 
                 match='&lt;debug_token&gt;.*&lt;\/debug_token&gt;'
-                replace='&lt;debug_token&gt;${properties.playbook.bbwp.dir}/bin/debugtoken.bar&lt;/debug_token&gt;'
+                replace='&lt;debug_token&gt;${properties.playbook.bbwp.dir}/debugtoken.bar&lt;/debug_token&gt;'
                 byline='true'/>
         </sequential>
     </macrodef>