Fixed building of older platforms with bb10 additions

- stubbed in some more bb10 features
- updated .gitignore to ignore the air file that is downloaded
- also used .gitignore to ignore the example folder if you run ./bin/create


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

Branch: refs/heads/master
Commit: 1f95e978219934815994ecfc751218306f4159cb
Parents: 6ee9879
Author: Gord Tanner <gtan...@gmail.com>
Authored: Thu Sep 27 14:35:22 2012 -0400
Committer: Gord Tanner <gtan...@gmail.com>
Committed: Thu Sep 27 14:35:22 2012 -0400

----------------------------------------------------------------------
 .gitignore                    |    2 ++
 framework/ext/src/library.xml |    7 +++++++
 2 files changed, 9 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/1f95e978/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 6bc8ae1..a67abe6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,8 @@ deliverables/
 build/
 dist/
 bin/node_modules
+bin/templates/project/lib
+example/
 
 # OS X
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/1f95e978/framework/ext/src/library.xml
----------------------------------------------------------------------
diff --git a/framework/ext/src/library.xml b/framework/ext/src/library.xml
index 974be1d..d408e9f 100644
--- a/framework/ext/src/library.xml
+++ b/framework/ext/src/library.xml
@@ -24,5 +24,12 @@
        <features>
                <feature id="org.apache.cordova" version="1.0.0">Cordova 
JavaScript Extension</feature>
                <feature id="blackberry.connection" version="1.0.0">Stub in for 
backwards bb10 support</feature>
+               <feature id="blackberry.io" version="1.0.0">Stub in for 
backwards bb10 support</feature>
+               <feature id="blackberry.invoked" version="1.0.0">Stub in for 
backwards bb10 support</feature>
+               <feature id="blackberry.invoke.card" version="1.0.0">Stub in 
for backwards bb10 support</feature>
+               <feature id="blackberry.ui.contextmenu" version="1.0.0">Stub in 
for backwards bb10 support</feature>
+               <feature id="blackberry.io.filetransfer" version="1.0.0">Stub 
in for backwards bb10 support</feature>
+               <feature id="blackberry.pim.contacts" version="1.0.0">Stub in 
for backwards bb10 support</feature>
+               <feature id="blackberry.bbm.platform" version="1.0.0">Stub in 
for backwards bb10 support</feature>
        </features>
 </library>

Reply via email to