Updated Branches:
  refs/heads/master 62a930132 -> 0d77ad501

Fixed blackberry.xml so it doesn't package the qnx stuff


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/0d77ad50
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/0d77ad50
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/0d77ad50

Branch: refs/heads/master
Commit: 0d77ad5012a91c2be1a19b05ea42c2f2887bf950
Parents: 98b4c9a
Author: Tim Kim <tim....@nitobi.com>
Authored: Thu Aug 23 17:36:06 2012 -0700
Committer: Tim Kim <tim....@nitobi.com>
Committed: Thu Aug 23 17:36:06 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/0d77ad50/bin/templates/project/blackberry.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/blackberry.xml 
b/bin/templates/project/blackberry.xml
index bce3051..3555f59 100644
--- a/bin/templates/project/blackberry.xml
+++ b/bin/templates/project/blackberry.xml
@@ -171,7 +171,7 @@
         <!-- Copy the WebWorks application -->
         <mkdir dir="${widget.dir}" />
         <copy todir="${widget.dir}" overwrite="true">
-            <fileset dir="www" excludes="ext-air/**,playbook/**"/>
+            <fileset dir="www" 
excludes="ext-air/**,playbook/**,ext-qnx/**,qnx/**"/>
         </copy>
         
         <!-- Package the WebWorks app by zipping the widget dir. -->

Reply via email to