[Build] Fix WAR includes

Fix include paths when building such that nested sources
are packaged correctly. This supports a documentable build
and packaging process for WARP, WTD-626, and is also correct
behavior for other builds.
This commit is contained in:
Victor Woeltjen 2015-01-20 17:39:54 -08:00
parent 8e7f916558
commit 876614f578

View File

@ -26,9 +26,9 @@
<warSourceIncludes> <warSourceIncludes>
index.html, index.html,
*.json, *.json,
**/src/*, **/src/**/*,
**/res/*, **/res/**/*,
**/lib/*, **/lib/**/*,
**/bundle.json **/bundle.json
</warSourceIncludes> </warSourceIncludes>
<warSourceExcludes> <warSourceExcludes>