You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/06/19 02:18:03 UTC

[22/50] [abbrv] git commit: moved all common app stuff to own folder, template builder copies it over

moved all common app stuff to own folder, template builder copies it over


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

Branch: refs/heads/2.9.x
Commit: 22118ac72dc70df944780249ee0c5772a0c0eae1
Parents: a2476e7
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jun 18 13:39:10 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jun 18 13:39:10 2013 -0700

----------------------------------------------------------------------
 common-items/ApplicationIcon.png                |  Bin 0 -> 4951 bytes
 common-items/Background.png                     |  Bin 0 -> 10259 bytes
 common-items/Images/appbar.back.rest.png        |  Bin 0 -> 375 bytes
 common-items/Images/appbar.close.rest.png       |  Bin 0 -> 359 bytes
 .../Images/appbar.feature.video.rest.png        |  Bin 0 -> 433 bytes
 common-items/Images/appbar.next.rest.png        |  Bin 0 -> 388 bytes
 common-items/Images/appbar.save.rest.png        |  Bin 0 -> 297 bytes
 common-items/Images/appbar.stop.rest.png        |  Bin 0 -> 350 bytes
 common-items/SplashScreenImage.jpg              |  Bin 0 -> 33248 bytes
 common-items/__PreviewImage.jpg                 |  Bin 0 -> 25875 bytes
 common-items/__TemplateIcon.png                 |  Bin 0 -> 6546 bytes
 common-items/resources/notification-beep.wav    |  Bin 0 -> 16630 bytes
 common-items/www/cordova.js                     | 6723 ++++++++++++++++++
 common-items/www/css/index.css                  |  115 +
 common-items/www/img/logo.png                   |  Bin 0 -> 21814 bytes
 common-items/www/index.html                     |   42 +
 common-items/www/js/index.js                    |   49 +
 wp7/template/ApplicationIcon.png                |  Bin 4951 -> 0 bytes
 wp7/template/Background.png                     |  Bin 10259 -> 0 bytes
 wp7/template/Images/appbar.back.rest.png        |  Bin 375 -> 0 bytes
 wp7/template/Images/appbar.close.rest.png       |  Bin 359 -> 0 bytes
 .../Images/appbar.feature.video.rest.png        |  Bin 433 -> 0 bytes
 wp7/template/Images/appbar.next.rest.png        |  Bin 388 -> 0 bytes
 wp7/template/Images/appbar.save.rest.png        |  Bin 297 -> 0 bytes
 wp7/template/Images/appbar.stop.rest.png        |  Bin 350 -> 0 bytes
 wp7/template/MyTemplate.vstemplate              |   10 +-
 wp7/template/SplashScreenImage.jpg              |  Bin 33248 -> 0 bytes
 wp7/template/VERSION                            |    1 -
 wp7/template/__PreviewImage.jpg                 |  Bin 25875 -> 0 bytes
 wp7/template/__TemplateIcon.png                 |  Bin 6546 -> 0 bytes
 wp7/template/resources/notification-beep.wav    |  Bin 16630 -> 0 bytes
 wp7/template/www/cordova.js                     | 6722 -----------------
 wp7/template/www/css/index.css                  |  115 -
 wp7/template/www/img/logo.png                   |  Bin 21814 -> 0 bytes
 wp7/template/www/index.html                     |   42 -
 wp7/template/www/js/index.js                    |   49 -
 wp7/tooling/scripts/createTemplates.js          |   44 +-
 wp8/template/ApplicationIcon.png                |  Bin 4951 -> 0 bytes
 wp8/template/Background.png                     |  Bin 10259 -> 0 bytes
 wp8/template/Images/appbar.back.rest.png        |  Bin 375 -> 0 bytes
 wp8/template/Images/appbar.close.rest.png       |  Bin 359 -> 0 bytes
 .../Images/appbar.feature.video.rest.png        |  Bin 433 -> 0 bytes
 wp8/template/Images/appbar.next.rest.png        |  Bin 388 -> 0 bytes
 wp8/template/Images/appbar.save.rest.png        |  Bin 297 -> 0 bytes
 wp8/template/Images/appbar.stop.rest.png        |  Bin 350 -> 0 bytes
 wp8/template/SplashScreenImage.jpg              |  Bin 33248 -> 0 bytes
 wp8/template/__PreviewImage.jpg                 |  Bin 25875 -> 0 bytes
 wp8/template/__TemplateIcon.png                 |  Bin 6546 -> 0 bytes
 wp8/template/resources/notification-beep.wav    |  Bin 16630 -> 0 bytes
 wp8/template/www/cordova.js                     | 6723 ------------------
 wp8/template/www/css/index.css                  |  115 -
 wp8/template/www/img/logo.png                   |  Bin 21814 -> 0 bytes
 wp8/template/www/index.html                     |   42 -
 wp8/template/www/js/index.js                    |   49 -
 wp8/tooling/scripts/createTemplates.js          |   39 +-
 55 files changed, 7017 insertions(+), 13863 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/22118ac7/common-items/ApplicationIcon.png
----------------------------------------------------------------------
diff --git a/common-items/ApplicationIcon.png b/common-items/ApplicationIcon.png
new file mode 100644
index 0000000..6b69046
Binary files /dev/null and b/common-items/ApplicationIcon.png differ

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/22118ac7/common-items/Background.png
----------------------------------------------------------------------
diff --git a/common-items/Background.png b/common-items/Background.png
new file mode 100644
index 0000000..2667df4
Binary files /dev/null and b/common-items/Background.png differ

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/22118ac7/common-items/Images/appbar.back.rest.png
----------------------------------------------------------------------
diff --git a/common-items/Images/appbar.back.rest.png b/common-items/Images/appbar.back.rest.png
new file mode 100644
index 0000000..4bc2b92
Binary files /dev/null and b/common-items/Images/appbar.back.rest.png differ

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/22118ac7/common-items/Images/appbar.close.rest.png
----------------------------------------------------------------------
diff --git a/common-items/Images/appbar.close.rest.png b/common-items/Images/appbar.close.rest.png
new file mode 100644
index 0000000..8166a1c
Binary files /dev/null and b/common-items/Images/appbar.close.rest.png differ

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/22118ac7/common-items/Images/appbar.feature.video.rest.png
----------------------------------------------------------------------
diff --git a/common-items/Images/appbar.feature.video.rest.png b/common-items/Images/appbar.feature.video.rest.png
new file mode 100644
index 0000000..baff565
Binary files /dev/null and b/common-items/Images/appbar.feature.video.rest.png differ

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/22118ac7/common-items/Images/appbar.next.rest.png
----------------------------------------------------------------------
diff --git a/common-items/Images/appbar.next.rest.png b/common-items/Images/appbar.next.rest.png
new file mode 100644
index 0000000..ed577d7
Binary files /dev/null and b/common-items/Images/appbar.next.rest.png differ

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/22118ac7/common-items/Images/appbar.save.rest.png
----------------------------------------------------------------------
diff --git a/common-items/Images/appbar.save.rest.png b/common-items/Images/appbar.save.rest.png
new file mode 100644
index 0000000..d49940e
Binary files /dev/null and b/common-items/Images/appbar.save.rest.png differ

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/22118ac7/common-items/Images/appbar.stop.rest.png
----------------------------------------------------------------------
diff --git a/common-items/Images/appbar.stop.rest.png b/common-items/Images/appbar.stop.rest.png
new file mode 100644
index 0000000..4dd724f
Binary files /dev/null and b/common-items/Images/appbar.stop.rest.png differ

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/22118ac7/common-items/SplashScreenImage.jpg
----------------------------------------------------------------------
diff --git a/common-items/SplashScreenImage.jpg b/common-items/SplashScreenImage.jpg
new file mode 100644
index 0000000..d35501d
Binary files /dev/null and b/common-items/SplashScreenImage.jpg differ

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/22118ac7/common-items/__PreviewImage.jpg
----------------------------------------------------------------------
diff --git a/common-items/__PreviewImage.jpg b/common-items/__PreviewImage.jpg
new file mode 100644
index 0000000..1d72941
Binary files /dev/null and b/common-items/__PreviewImage.jpg differ

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/22118ac7/common-items/__TemplateIcon.png
----------------------------------------------------------------------
diff --git a/common-items/__TemplateIcon.png b/common-items/__TemplateIcon.png
new file mode 100644
index 0000000..75c17c7
Binary files /dev/null and b/common-items/__TemplateIcon.png differ

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/22118ac7/common-items/resources/notification-beep.wav
----------------------------------------------------------------------
diff --git a/common-items/resources/notification-beep.wav b/common-items/resources/notification-beep.wav
new file mode 100644
index 0000000..d0ad085
Binary files /dev/null and b/common-items/resources/notification-beep.wav differ