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/06/05 23:39:22 UTC

[2/25] wp7 commit: moar updating, rebuilk, release prep

moar updating, rebuilk, release prep


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

Branch: refs/heads/master
Commit: 971a4b78c75ef610b88920459aaa7d9c182bf14a
Parents: 39dada5
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jun 5 14:33:40 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jun 5 14:33:40 2012 -0700

----------------------------------------------------------------------
 CordovaStarter-1.8.0.zip                           |  Bin 0 -> 216065 bytes
 CordovaStarter-1.8.0rc1.zip                        |  Bin 210040 -> 0 bytes
 cordova-1.8.0.js                                   |    7 +-
 example/CordovaExample.csproj                      |    8 +-
 example/www/cordova-1.8.0.js                       | 5468 --------------
 templates/custom/GapAppProj.csproj                 |    5 +-
 templates/custom/www/cordova-1.8.0.js              | 5471 +++++++++++++++
 templates/custom/www/index.html                    |    2 +-
 templates/description.txt                          |    2 +-
 templates/full/CordovaSourceDictionary.xml         |   22 +-
 templates/full/GapAppProj.csproj                   |    4 +-
 templates/full/GapLib/WP7CordovaClassLib.dll       |  Bin 143360 -> 151552 bytes
 templates/full/www/cordova-1.8.0.js                | 5471 +++++++++++++++
 templates/full/www/cordova-1.8.0rc1.js             | 5445 --------------
 templates/full/www/index.html                      |    2 +-
 .../MobileSpecUnitTests/MobileSpecUnitTests.csproj |    4 +-
 tests/MobileSpecUnitTests/www/cordova-1.8.0.js     | 5468 --------------
 17 files changed, 10966 insertions(+), 16413 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/971a4b78/CordovaStarter-1.8.0.zip
----------------------------------------------------------------------
diff --git a/CordovaStarter-1.8.0.zip b/CordovaStarter-1.8.0.zip
new file mode 100644
index 0000000..002c0b1
Binary files /dev/null and b/CordovaStarter-1.8.0.zip differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/971a4b78/CordovaStarter-1.8.0rc1.zip
----------------------------------------------------------------------
diff --git a/CordovaStarter-1.8.0rc1.zip b/CordovaStarter-1.8.0rc1.zip
deleted file mode 100644
index 718c25b..0000000
Binary files a/CordovaStarter-1.8.0rc1.zip and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/971a4b78/cordova-1.8.0.js
----------------------------------------------------------------------
diff --git a/cordova-1.8.0.js b/cordova-1.8.0.js
index 5a76498..35494d7 100644
--- a/cordova-1.8.0.js
+++ b/cordova-1.8.0.js
@@ -1,6 +1,7 @@
-// commit cb64b0606df9a3f9d03bd05ff9b0142939a65c8c
+// commit 79f8fb9057ae174c8b8c8b1414e247d9871c55e4 ( WP7 )
+// File generated at :: Tue Jun 05 2012 14:11:12 GMT-0700 (Pacific Daylight Time)
+
 
-// File generated at :: Tue Jun 05 2012 13:30:20 GMT-0700 (Pacific Daylight Time)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -21,6 +22,8 @@
  under the License.
 */
 
+
+
 ;(function() {
 
 // file: lib\scripts\require.js

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/971a4b78/example/CordovaExample.csproj
----------------------------------------------------------------------
diff --git a/example/CordovaExample.csproj b/example/CordovaExample.csproj
index e6a34cd..2d8def0 100644
--- a/example/CordovaExample.csproj
+++ b/example/CordovaExample.csproj
@@ -97,12 +97,16 @@
     </Page>
   </ItemGroup>
   <ItemGroup>
+    <Content Include="..\cordova-1.8.0.js">
+      <Link>www\cordova-1.8.0.js</Link>
+    </Content>
     <Content Include="CordovaSourceDictionary.xml" />
     <Content Include="GapLib\WP7CordovaClassLib.dll" />
-    <Content Include="www\cordova-1.8.0.js" />
     <Content Include="www\network.html" />
     <Content Include="www\notification.html" />
-    <Content Include="www\storage.html" />
+    <Content Include="www\storage.html">
+      <SubType>Designer</SubType>
+    </Content>
     <None Include="BuildManifestProcessor.js" />
     <Content Include="www\accelerometer.html" />
     <Content Include="www\accelerometer2.html" />