You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/09/23 00:16:10 UTC

[18/50] [abbrv] git commit: CB-7457 - Add malformed plugin for tests

CB-7457 - Add malformed plugin for tests


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/5750b766
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/5750b766
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/5750b766

Branch: refs/heads/cb-7219
Commit: 5750b766cacac47aed1b96e76f43587cdc15ce9a
Parents: 11e1c89
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Sep 3 14:05:28 2014 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Fri Sep 5 11:12:20 2014 -0700

----------------------------------------------------------------------
 .../spec-cordova/fixtures/plugins/malformed/plugin.xml    | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/5750b766/cordova-lib/spec-cordova/fixtures/plugins/malformed/plugin.xml
----------------------------------------------------------------------
diff --git a/cordova-lib/spec-cordova/fixtures/plugins/malformed/plugin.xml b/cordova-lib/spec-cordova/fixtures/plugins/malformed/plugin.xml
new file mode 100644
index 0000000..d7c1884
--- /dev/null
+++ b/cordova-lib/spec-cordova/fixtures/plugins/malformed/plugin.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+< <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
+           id="org.apache.cordova.fakeplugin1"
+      version="0.1.0-dev">
+    <name>malformed</name>
+    <description>Cordova malformed plugin for tests</description>
+    <license>Apache 2.0</license>
+    <keywords>cordova,cli,test</keywords>
+</plugin>