Skip to content

Instantly share code, notes, and snippets.

@jmarnold
Created December 23, 2011 07:48
Show Gist options
  • Save jmarnold/1513515 to your computer and use it in GitHub Desktop.
Save jmarnold/1513515 to your computer and use it in GitHub Desktop.
Package Manifests
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Role>module</Role>
<Name>MyBottle</Name>
<DataFileSet Include="*.*">
<DeepSearch>true</DeepSearch>
</DataFileSet>
<ContentFileSet Include="Shared/*.spark;Shared/*.xml;Content/*.*;*.config;Features/*.spark;">
<DeepSearch>true</DeepSearch>
</ContentFileSet>
</package>
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Role>application</Role>
<Name>MyApp</Name>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment