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/02/23 23:29:30 UTC

[6/50] [abbrv] wp7 commit: added templates for 1.5 quick dev, updated VERSION

added templates for 1.5 quick dev, updated VERSION


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/bb8afe59
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/bb8afe59
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/bb8afe59

Branch: refs/heads/master
Commit: bb8afe597534771faeb421f30a8c99bb40cb8449
Parents: a9056cc
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Feb 23 12:47:55 2012 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Feb 23 12:47:55 2012 -0800

----------------------------------------------------------------------
 Cordova-1.4.1-Custom.zip                     |  Bin 0 -> 126410 bytes
 Cordova-1.4.1-Starter.zip                    |  Bin 0 -> 187245 bytes
 Cordova-1.5.0-Custom.zip                     |  Bin 0 -> 126462 bytes
 Cordova-1.5.0-Starter.zip                    |  Bin 0 -> 186775 bytes
 CordovaCustom.zip                            |  Bin 126410 -> 0 bytes
 CordovaStarter.zip                           |  Bin 187245 -> 0 bytes
 VERSION                                      |    2 +-
 templates/custom/GapAppProj.csproj           |    4 +-
 templates/custom/www/cordova-1.5.0.js        | 3832 +++++++++++++++++++++
 templates/custom/www/index.html              |   10 +-
 templates/description.txt                    |    4 +-
 templates/full/CordovaSourceDictionary.xml   |    4 +-
 templates/full/GapAppProj.csproj             |    6 +-
 templates/full/GapLib/WP7CordovaClassLib.dll |  Bin 132608 -> 132608 bytes
 templates/full/www/index.html                |    2 +-
 15 files changed, 3847 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/Cordova-1.4.1-Custom.zip
----------------------------------------------------------------------
diff --git a/Cordova-1.4.1-Custom.zip b/Cordova-1.4.1-Custom.zip
new file mode 100644
index 0000000..2e91728
Binary files /dev/null and b/Cordova-1.4.1-Custom.zip differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/Cordova-1.4.1-Starter.zip
----------------------------------------------------------------------
diff --git a/Cordova-1.4.1-Starter.zip b/Cordova-1.4.1-Starter.zip
new file mode 100644
index 0000000..026bb9a
Binary files /dev/null and b/Cordova-1.4.1-Starter.zip differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/Cordova-1.5.0-Custom.zip
----------------------------------------------------------------------
diff --git a/Cordova-1.5.0-Custom.zip b/Cordova-1.5.0-Custom.zip
new file mode 100644
index 0000000..34434f9
Binary files /dev/null and b/Cordova-1.5.0-Custom.zip differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/Cordova-1.5.0-Starter.zip
----------------------------------------------------------------------
diff --git a/Cordova-1.5.0-Starter.zip b/Cordova-1.5.0-Starter.zip
new file mode 100644
index 0000000..943e4a2
Binary files /dev/null and b/Cordova-1.5.0-Starter.zip differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/CordovaCustom.zip
----------------------------------------------------------------------
diff --git a/CordovaCustom.zip b/CordovaCustom.zip
deleted file mode 100644
index 2e91728..0000000
Binary files a/CordovaCustom.zip and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/CordovaStarter.zip
----------------------------------------------------------------------
diff --git a/CordovaStarter.zip b/CordovaStarter.zip
deleted file mode 100644
index 026bb9a..0000000
Binary files a/CordovaStarter.zip and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 13175fd..3e1ad72 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.1
\ No newline at end of file
+1.5.0
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/templates/custom/GapAppProj.csproj
----------------------------------------------------------------------
diff --git a/templates/custom/GapAppProj.csproj b/templates/custom/GapAppProj.csproj
index 717751b..05b9942 100644
--- a/templates/custom/GapAppProj.csproj
+++ b/templates/custom/GapAppProj.csproj
@@ -79,8 +79,8 @@
   <ItemGroup>
     <Content Include="BuildManifestProcessor.js" />
     <Content Include="CordovaSourceDictionary.xml" />
-    <Content Include="www\cordova-1.4.1-core.js" />
-    <Content Include="www\cordova-1.4.1.js" />
+    <Content Include="www\cordova-1.5.0-core.js" />
+    <Content Include="www\cordova-1.5.0.js" />
     <Content Include="www\index.html">
       <SubType>Designer</SubType>
     </Content>