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 2014/07/31 23:18:37 UTC

git commit: Using wildcard ** glob to include www folder items CB-6699 #32 #10

Repository: cordova-windows
Updated Branches:
  refs/heads/master dabf44423 -> 1b9c85b99


Using wildcard ** glob to include www folder items CB-6699 #32 #10


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/1b9c85b9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/1b9c85b9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/1b9c85b9

Branch: refs/heads/master
Commit: 1b9c85b996c57b0868a14ff1d7f4a7eb50ce2a85
Parents: dabf444
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Jul 31 14:08:15 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Jul 31 14:08:15 2014 -0700

----------------------------------------------------------------------
 windows/template/CordovaApp.projitems | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/1b9c85b9/windows/template/CordovaApp.projitems
----------------------------------------------------------------------
diff --git a/windows/template/CordovaApp.projitems b/windows/template/CordovaApp.projitems
index 07c170e..972a1a4 100644
--- a/windows/template/CordovaApp.projitems
+++ b/windows/template/CordovaApp.projitems
@@ -24,14 +24,7 @@
     <SharedGUID>9ebdb27f-d75b-4d8c-b53f-7be4a1fe89f9</SharedGUID>
   </PropertyGroup>
   <ItemGroup>
-    <Content Include="$(MSBuildThisFileDirectory)www\cordova.js" />
-    <Content Include="$(MSBuildThisFileDirectory)www\css\index.css" />
-    <Content Include="$(MSBuildThisFileDirectory)www\img\logo.png" />
-    <Content Include="$(MSBuildThisFileDirectory)www\img\smalllogo.png" />
-    <Content Include="$(MSBuildThisFileDirectory)www\img\splashscreen.png" />
-    <Content Include="$(MSBuildThisFileDirectory)www\img\storelogo.png" />
-    <Content Include="$(MSBuildThisFileDirectory)www\index.html" />
-    <Content Include="$(MSBuildThisFileDirectory)www\js\index.js" />
+    <Content Include="$(MSBuildThisFileDirectory)www\**" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="$(MSBuildThisFileDirectory)config.xml" />