Assembly not properly creating webapp directories, they need to be expanded for web.xml to be properly filtered during the ant build.

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2652 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Mark Diggory
2008-02-12 22:32:57 +00:00
parent b7a081a39a
commit 2f5341b9d5

View File

@@ -67,7 +67,8 @@
<binaries>
<includeDependencies>false</includeDependencies>
<outputDirectory>webapps</outputDirectory>
<unpack>true</unpack>
<outputFileNameMapping>${artifactId}-${version}</outputFileNameMapping>
<unpack>true</unpack>
</binaries>
</moduleSet>
</moduleSets>