You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/03/04 20:32:50 UTC

[85/91] [abbrv] git commit: [tests] fix for tests

[tests] fix for tests


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/2e920552
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/2e920552
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/2e920552

Branch: refs/heads/master
Commit: 2e920552d17f042be4af1f0e493fa6b2a66ae0a5
Parents: 7061e48
Author: Brett Rudd <br...@gmail.com>
Authored: Sun Feb 17 16:30:27 2013 -0800
Committer: Brett Rudd <br...@gmail.com>
Committed: Sun Feb 17 18:20:34 2013 -0800

----------------------------------------------------------------------
 .gitmodules                                        |    3 ++
 .../projects/multiple-children/res/xml/plugins.xml |   19 +++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/2e920552/.gitmodules
----------------------------------------------------------------------
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..effb80f
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "test/plugins/PGSQLitePlugin"]
+	path = test/plugins/PGSQLitePlugin
+	url = git@github.com:ApplicationCraft/PGSQLitePlugin.git

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/2e920552/test/projects/multiple-children/res/xml/plugins.xml
----------------------------------------------------------------------
diff --git a/test/projects/multiple-children/res/xml/plugins.xml b/test/projects/multiple-children/res/xml/plugins.xml
new file mode 100644
index 0000000..6a5a3e1
--- /dev/null
+++ b/test/projects/multiple-children/res/xml/plugins.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<plugins>
+    <plugin name="App" value="com.phonegap.App"/>
+    <plugin name="Geolocation" value="com.phonegap.GeoBroker"/>
+    <plugin name="Device" value="com.phonegap.Device"/>
+    <plugin name="Accelerometer" value="com.phonegap.AccelListener"/>
+    <plugin name="Compass" value="com.phonegap.CompassListener"/>
+    <plugin name="Media" value="com.phonegap.AudioHandler"/>
+    <plugin name="Camera" value="com.phonegap.CameraLauncher"/>
+    <plugin name="Contacts" value="com.phonegap.ContactManager"/>
+    <plugin name="Crypto" value="com.phonegap.CryptoHandler"/>
+    <plugin name="File" value="com.phonegap.FileUtils"/>
+    <plugin name="Network Status" value="com.phonegap.NetworkManager"/>
+    <plugin name="Notification" value="com.phonegap.Notification"/>
+    <plugin name="Storage" value="com.phonegap.Storage"/>
+    <plugin name="Temperature" value="com.phonegap.TempListener"/>
+    <plugin name="FileTransfer" value="com.phonegap.FileTransfer"/>
+    <plugin name="Capture" value="com.phonegap.Capture"/>
+</plugins>