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 23:09:19 UTC

[48/58] [abbrv] git commit: Update templates, [CB-1660]

Update templates, [CB-1660]


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

Branch: refs/heads/master
Commit: 5efc5702d3d86bdd6ed819f2c539a95979e2c0e5
Parents: 656c3eb
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Oct 15 17:37:35 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Oct 15 17:37:35 2012 -0700

----------------------------------------------------------------------
 templates/full/CordovaAppProj.csproj       |    4 ++--
 templates/full/www/index.html              |    2 +-
 templates/standalone/CordovaAppProj.csproj |    2 +-
 templates/standalone/www/index.html        |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/5efc5702/templates/full/CordovaAppProj.csproj
----------------------------------------------------------------------
diff --git a/templates/full/CordovaAppProj.csproj b/templates/full/CordovaAppProj.csproj
index 85d1cb4..a258f5a 100644
--- a/templates/full/CordovaAppProj.csproj
+++ b/templates/full/CordovaAppProj.csproj
@@ -97,11 +97,10 @@
   </ItemGroup>
   <ItemGroup>
     <Content Include="CordovaSourceDictionary.xml" />
+    <Content Include="www\cordova-2.2.0.js" />
     <Content Include="www\img\logo.png" />
     <Content Include="www\js\index.js" />
     <None Include="BuildManifestProcessor.js" />
-    <Content Include="CordovaLib\WP7CordovaClassLib.dll" />
-    <Content Include="www\cordova-2.1.0.js" />
     <Content Include="www\css\index.css" />
     <Content Include="www\index.html">
       <SubType>Designer</SubType>
@@ -131,6 +130,7 @@
     <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
   </ItemGroup>
   <ItemGroup>
+    <Folder Include="CordovaLib\" />
     <Folder Include="Plugins\" />
   </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/5efc5702/templates/full/www/index.html
----------------------------------------------------------------------
diff --git a/templates/full/www/index.html b/templates/full/www/index.html
index 3cc1b75..57f814c 100644
--- a/templates/full/www/index.html
+++ b/templates/full/www/index.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
        Licensed to the Apache Software Foundation (ASF) under one
        or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,6 @@
        specific language governing permissions and limitations
        under the License.
 -->
-<!DOCTYPE html>
 <html>
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/5efc5702/templates/standalone/CordovaAppProj.csproj
----------------------------------------------------------------------
diff --git a/templates/standalone/CordovaAppProj.csproj b/templates/standalone/CordovaAppProj.csproj
index d11df50..7135b92 100644
--- a/templates/standalone/CordovaAppProj.csproj
+++ b/templates/standalone/CordovaAppProj.csproj
@@ -165,6 +165,7 @@
   </ItemGroup>
   <ItemGroup>
     <Content Include="resources\notification-beep.wav" />
+    <Content Include="www\cordova-2.2.0.js" />
     <Content Include="www\img\logo.png" />
     <Content Include="www\js\index.js" />
     <None Include="VERSION" />
@@ -179,7 +180,6 @@
       <SubType>Designer</SubType>
     </Content>
     <None Include="BuildManifestProcessor.js" />
-    <Content Include="www\cordova-2.1.0.js" />
     <Content Include="www\css\index.css" />
     <Content Include="www\index.html">
       <SubType>Designer</SubType>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/5efc5702/templates/standalone/www/index.html
----------------------------------------------------------------------
diff --git a/templates/standalone/www/index.html b/templates/standalone/www/index.html
index 3cc1b75..57f814c 100644
--- a/templates/standalone/www/index.html
+++ b/templates/standalone/www/index.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
        Licensed to the Apache Software Foundation (ASF) under one
        or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,6 @@
        specific language governing permissions and limitations
        under the License.
 -->
-<!DOCTYPE html>
 <html>
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />