You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/06/11 08:14:52 UTC

[4/5] git commit: update project

update project


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

Branch: refs/heads/master
Commit: de8f25b29542a2ea83adf6307f2d1bf535c81ade
Parents: cc8f5dd
Author: Willy Aguirre <ma...@gmail.com>
Authored: Tue Jun 10 12:30:14 2014 -0500
Committer: Willy Aguirre <ma...@gmail.com>
Committed: Tue Jun 10 12:30:14 2014 -0500

----------------------------------------------------------------------
 bin/lib/create.js                                  |   2 +-
 bin/templates/project/platform_www/icon-128.png    | Bin 11401 -> 0 bytes
 bin/templates/project/platform_www/icon-60.png     | Bin 6979 -> 0 bytes
 .../project/platform_www/icon/icon-128.png         | Bin 0 -> 11401 bytes
 .../project/platform_www/icon/icon-60.png          | Bin 0 -> 6979 bytes
 5 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/de8f25b2/bin/lib/create.js
----------------------------------------------------------------------
diff --git a/bin/lib/create.js b/bin/lib/create.js
index 2973138..48fb2e8 100755
--- a/bin/lib/create.js
+++ b/bin/lib/create.js
@@ -65,7 +65,7 @@ exports.createProject = function(project_path,package_name,project_name){
     //copy cordova directory
     shjs.cp('-r', path.join(ROOT, 'bin', 'templates', 'project', 'cordova'), project_path);
 
-    // project folder
+    //copy platform_www to project folder
     shjs.cp('-r', path.join(ROOT, 'bin', 'templates', 'project', 'platform_www'), project_path);
 
     [

http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/de8f25b2/bin/templates/project/platform_www/icon-128.png
----------------------------------------------------------------------
diff --git a/bin/templates/project/platform_www/icon-128.png b/bin/templates/project/platform_www/icon-128.png
deleted file mode 100644
index 3516df3..0000000
Binary files a/bin/templates/project/platform_www/icon-128.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/de8f25b2/bin/templates/project/platform_www/icon-60.png
----------------------------------------------------------------------
diff --git a/bin/templates/project/platform_www/icon-60.png b/bin/templates/project/platform_www/icon-60.png
deleted file mode 100644
index 9e5c96f..0000000
Binary files a/bin/templates/project/platform_www/icon-60.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/de8f25b2/bin/templates/project/platform_www/icon/icon-128.png
----------------------------------------------------------------------
diff --git a/bin/templates/project/platform_www/icon/icon-128.png b/bin/templates/project/platform_www/icon/icon-128.png
new file mode 100644
index 0000000..3516df3
Binary files /dev/null and b/bin/templates/project/platform_www/icon/icon-128.png differ

http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/de8f25b2/bin/templates/project/platform_www/icon/icon-60.png
----------------------------------------------------------------------
diff --git a/bin/templates/project/platform_www/icon/icon-60.png b/bin/templates/project/platform_www/icon/icon-60.png
new file mode 100644
index 0000000..9e5c96f
Binary files /dev/null and b/bin/templates/project/platform_www/icon/icon-60.png differ