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/06/05 01:44:22 UTC

git commit: Fixed up src path

Updated Branches:
  refs/heads/master cee788f78 -> bb3df246c


Fixed up src path


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

Branch: refs/heads/master
Commit: bb3df246cc69a7cac64afb324bc263a002dba7bb
Parents: cee788f
Author: Tim Kim <ti...@adobe.com>
Authored: Tue Jun 4 16:44:17 2013 -0700
Committer: Tim Kim <ti...@adobe.com>
Committed: Tue Jun 4 16:44:17 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/bb3df246/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index dacc160..f3f4803 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -12,6 +12,6 @@ id="org.apache.cordova.core">
             <plugin name="Device" value="org.apache.cordova.core.Device"/>
         </config-file>
 
-        <source-file src="Device.java" target-dir="org/apache/cordova/core" />
+        <source-file src="src/android/Device.java" target-dir="org/apache/cordova/core" />
        </platform>
 </plugin>