You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/09/06 07:14:30 UTC

[2/4] git commit: added target-dir for ff

added target-dir for ff


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

Branch: refs/heads/master
Commit: 5de8a007bd88cd386ffd79654746590e13b61aba
Parents: 2ddbb6a
Author: Steven Gill <st...@gmail.com>
Authored: Fri Aug 23 18:43:30 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Aug 23 18:43:30 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/5de8a007/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 99d752c..e1ff2dc 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
             </feature>
         </config-file>                                         
         
-        <source-file src="src/firefoxos/vibration.js" />
+        <source-file src="src/firefoxos/vibration.js" target-dir="Vibration" />
         
     </platform>