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/01/23 01:59:26 UTC

[13/18] updated to 2.4.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/c2973d27/windows8/framework/Template-Cordova/default.html
----------------------------------------------------------------------
diff --git a/windows8/framework/Template-Cordova/default.html b/windows8/framework/Template-Cordova/default.html
index 6fcb653..cd80bf7 100755
--- a/windows8/framework/Template-Cordova/default.html
+++ b/windows8/framework/Template-Cordova/default.html
@@ -14,7 +14,7 @@
     <script src="/js/default.js"></script>
 
     <!-- Cordova Windows8 references -->
-    <script type="text/javascript" src="../js/cordova.windows8.js"></script>
+    <script type="text/javascript" src="cordova-2.4.0.js"></script>
 </head>
 <body>
     <p>Content goes here</p>

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/c2973d27/windows8/samples/Media_Test/Media_Test/Media_Test.jsproj
----------------------------------------------------------------------
diff --git a/windows8/samples/Media_Test/Media_Test/Media_Test.jsproj b/windows8/samples/Media_Test/Media_Test/Media_Test.jsproj
index 7dea7da..61afb40 100644
--- a/windows8/samples/Media_Test/Media_Test/Media_Test.jsproj
+++ b/windows8/samples/Media_Test/Media_Test/Media_Test.jsproj
@@ -50,7 +50,7 @@
     <AppxManifest Include="package.appxmanifest">
       <SubType>Designer</SubType>
     </AppxManifest>
-    <Content Include="cordova-2.3.0.js" />
+    <Content Include="cordova-2.4.0.js" />
     <Content Include="cordova.js" />
     <Content Include="images\logo.png" />
     <Content Include="images\smalllogo.png" />