You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2013/10/19 02:57:34 UTC

spec commit: Small fix for plugin dependency engine tag

Updated Branches:
  refs/heads/master 0aadb2c6d -> 7695d1129


Small fix for plugin dependency engine tag


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/7695d112
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/7695d112
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/7695d112

Branch: refs/heads/master
Commit: 7695d1129283564e40d39c8ad292fc22cb63dda8
Parents: 0aadb2c
Author: timkim <ti...@apache.org>
Authored: Fri Oct 18 17:57:27 2013 -0700
Committer: timkim <ti...@apache.org>
Committed: Fri Oct 18 17:57:27 2013 -0700

----------------------------------------------------------------------
 dependencies-plugin/plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/7695d112/dependencies-plugin/plugin.xml
----------------------------------------------------------------------
diff --git a/dependencies-plugin/plugin.xml b/dependencies-plugin/plugin.xml
index aeb45c6..0826fa6 100644
--- a/dependencies-plugin/plugin.xml
+++ b/dependencies-plugin/plugin.xml
@@ -22,7 +22,7 @@
     id="org.cordova.mobile-spec-dependencies"
     version="1.0.0">
   <engines>
-    <engine name="cordova" version=">=2.7" />
+    <engine name="cordova" version=">=2.7.0" />
   </engines>
 
   <name>Mobile-Spec plugin to quickly pull in all cordova plugins</name>