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 2012/11/01 20:01:12 UTC

[1/5] git commit: cleanup template stuff, added root cordova.js file

Updated Branches:
  refs/heads/master 4af31414a -> b6d177ed0
Updated Tags:  refs/tags/2.2.0 [created] b6d177ed0


cleanup template stuff, added root cordova.js file


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

Branch: refs/heads/master
Commit: b6d177ed0603d79b7f70637227d8c679bc9ed93a
Parents: 4af3141
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Nov 1 11:57:25 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Nov 1 11:57:25 2012 -0700

----------------------------------------------------------------------
 windows8/README.md                         |    2 +-
 windows8/VERSION                           |    2 +-
 windows8/cordova-2.2.0.js                  | 7704 +++++++++++++++++++++++
 windows8/template/CordovaApp.jsproj        |   15 +-
 windows8/template/css/default.css          |   14 -
 windows8/template/default.html             |   19 -
 windows8/template/images/logo.png          |  Bin 11600 -> 0 bytes
 windows8/template/images/smalllogo.png     |  Bin 2831 -> 0 bytes
 windows8/template/images/splashscreen.png  |  Bin 24855 -> 0 bytes
 windows8/template/images/storelogo.png     |  Bin 4052 -> 0 bytes
 windows8/template/js/default.js            |   34 -
 windows8/template/package.appxmanifest     |   31 +-
 windows8/template/www/cordova-2.2.0.js     | 7704 +++++++++++++++++++++++
 windows8/template/www/css/index.css        |  115 +
 windows8/template/www/img/logo.png         |  Bin 0 -> 11600 bytes
 windows8/template/www/img/smalllogo.png    |  Bin 0 -> 2831 bytes
 windows8/template/www/img/splashscreen.png |  Bin 0 -> 24855 bytes
 windows8/template/www/img/storelogo.png    |  Bin 0 -> 4052 bytes
 windows8/template/www/index.html           |   42 +
 windows8/template/www/js/index.js          |   49 +
 20 files changed, 15629 insertions(+), 102 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/b6d177ed/windows8/README.md
----------------------------------------------------------------------
diff --git a/windows8/README.md b/windows8/README.md
index 5591d7e..417eeec 100644
--- a/windows8/README.md
+++ b/windows8/README.md
@@ -63,7 +63,7 @@ You can already build Windows 8 apps using the "HTML/JavaScript track" available
 	    <script src="//Microsoft.WinJS.1.0/js/ui.js"></script>
 
 	    <!-- Cordova -->
-	    <script src="/js/cordova.js"></script>
+	    <script src="/js/cordova-x.x.x.js"></script>
 
 	    <!-- CordovaWin8Foo references -->
 	    <link href="/css/default.css" rel="stylesheet" />

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/b6d177ed/windows8/VERSION
----------------------------------------------------------------------
diff --git a/windows8/VERSION b/windows8/VERSION
index bcaffe1..e3a4f19 100644
--- a/windows8/VERSION
+++ b/windows8/VERSION
@@ -1 +1 @@
-0.7.0
\ No newline at end of file
+2.2.0
\ No newline at end of file