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/27 03:07:31 UTC

[9/30] cleanup for 2.3.0rc1, removed built files, only source is allowed.

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a7725a9d/templates/custom/www/index.html
----------------------------------------------------------------------
diff --git a/templates/custom/www/index.html b/templates/custom/www/index.html
index 2378d26..a9410b1 100644
--- a/templates/custom/www/index.html
+++ b/templates/custom/www/index.html
@@ -15,7 +15,7 @@
                 <p class="status complete blink hide">Device is Ready</p>
             </div>
         </div>
-        <script type="text/javascript" src="cordova-2.2.0.js"></script>
+        <script type="text/javascript" src="cordova-2.3.0.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a7725a9d/templates/full/CordovaAppProj.csproj
----------------------------------------------------------------------
diff --git a/templates/full/CordovaAppProj.csproj b/templates/full/CordovaAppProj.csproj
index 09b8877..74e9d46 100644
--- a/templates/full/CordovaAppProj.csproj
+++ b/templates/full/CordovaAppProj.csproj
@@ -142,7 +142,7 @@
   </ItemGroup>
   <ItemGroup>
     <Content Include="CordovaLib\WPCordovaClassLib.dll" />
-    <Content Include="www\cordova-2.2.0.js" />
+    <Content Include="www\cordova-2.3.0.js" />
     <Content Include="www\img\logo.png" />
     <Content Include="www\js\index.js" />
     <Content Include="www\css\index.css" />

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a7725a9d/templates/full/CordovaLib/WPCordovaClassLib.dll
----------------------------------------------------------------------
diff --git a/templates/full/CordovaLib/WPCordovaClassLib.dll b/templates/full/CordovaLib/WPCordovaClassLib.dll
deleted file mode 100644
index f5bc295..0000000
Binary files a/templates/full/CordovaLib/WPCordovaClassLib.dll and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a7725a9d/templates/full/VERSION
----------------------------------------------------------------------
diff --git a/templates/full/VERSION b/templates/full/VERSION
index e3a4f19..cc6612c 100644
--- a/templates/full/VERSION
+++ b/templates/full/VERSION
@@ -1 +1 @@
-2.2.0
\ No newline at end of file
+2.3.0
\ No newline at end of file