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 2013/09/27 00:26:08 UTC

[08/14] git commit: CB-4889 renaming org.apache.cordova.core.file to org.apache.cordova.file

CB-4889 renaming org.apache.cordova.core.file to org.apache.cordova.file


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/f8de9f8f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/f8de9f8f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/f8de9f8f

Branch: refs/heads/master
Commit: f8de9f8ff0fdcd4189d0e3abe940d51543243d89
Parents: 371ae8c
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:22:16 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:22:16 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/f8de9f8f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 458798e..394492c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,8 +2,8 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
-           id="org.apache.cordova.core.file"
-      version="0.2.2-dev">
+           id="org.apache.cordova.file"
+      version="0.2.2">
     <name>File</name>
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>