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/08/24 03:43:34 UTC

git commit: added target-dir for ff

Updated Branches:
  refs/heads/dev 2ddbb6aa3 -> 5de8a007b


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/dev
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>