You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/07/18 20:12:12 UTC

[4/4] git commit: CB-7093 Create separate plugin.xml for new-style tests

CB-7093 Create separate plugin.xml for new-style tests


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/913b9a3c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/913b9a3c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/913b9a3c

Branch: refs/heads/master
Commit: 913b9a3cc0d37aba8bab09d5251eba23cc13a54a
Parents: 8b832d4
Author: Michal Mocny <mm...@gmail.com>
Authored: Fri Jul 18 14:11:21 2014 -0400
Committer: Michal Mocny <mm...@gmail.com>
Committed: Fri Jul 18 14:11:21 2014 -0400

----------------------------------------------------------------------
 plugin.xml       |    3 -
 test/tests.js    | 3057 -------------------------------------------------
 tests/plugin.xml |   31 +
 tests/tests.js   | 3057 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 3088 insertions(+), 3060 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/913b9a3c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index db10c24..4e1c233 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -29,9 +29,6 @@ xmlns:android="http://schemas.android.com/apk/res/android"
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git</repo>
     <issue>https://issues.apache.org/jira/browse/CB/component/12320651</issue>
 
-    <js-module src="test/tests.js" name="tests">
-    </js-module>
-
     <js-module src="www/DirectoryEntry.js" name="DirectoryEntry">
         <clobbers target="window.DirectoryEntry" />
     </js-module>