Created
December 23, 2011 07:48
-
-
Save jmarnold/1513515 to your computer and use it in GitHub Desktop.
Package Manifests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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