You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/04/28 23:27:51 UTC

[07/34] git commit: move images from css to img

move images from css to img


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

Branch: refs/heads/dev
Commit: 246e2e262ede6e4a837d8a1950fc46eba3b48cd0
Parents: 9dd38cc
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Mon Dec 9 22:41:26 2013 +0100
Committer: Archana Naik <na...@lab126.com>
Committed: Thu Mar 20 16:28:54 2014 -0700

----------------------------------------------------------------------
 plugin.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/246e2e26/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c81a70a..ef45cf5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,12 +24,12 @@
         </config-file>                                         
         
 		<asset src="www/firefoxos/notification.css" target="css/notification.css" />
-		<asset src="www/firefoxos/danger-press.png" target="css/danger-press.png" />
-		<asset src="www/firefoxos/danger.png" target="css/danger.png" />
-		<asset src="www/firefoxos/default.png" target="css/default.png" />
-		<asset src="www/firefoxos/gradient.png" target="css/gradient.png" />
-		<asset src="www/firefoxos/pattern.png" target="css/pattern.png" />
-		<asset src="www/firefoxos/recommend.png" target="css/recommend.png" />
+		<asset src="www/firefoxos/danger-press.png" target="img/danger-press.png" />
+		<asset src="www/firefoxos/danger.png" target="img/danger.png" />
+		<asset src="www/firefoxos/default.png" target="img/default.png" />
+		<asset src="www/firefoxos/gradient.png" target="img/gradient.png" />
+		<asset src="www/firefoxos/pattern.png" target="img/pattern.png" />
+		<asset src="www/firefoxos/recommend.png" target="img/recommend.png" />
         <js-module src="src/firefoxos/notification.js" name="dialogs-impl">
           <runs />
         </js-module>