Added patch for AMQ-1075 so that the fileserver web app is included in the assembly

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@527705 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2007-04-11 22:16:48 +00:00
parent e6d20f3932
commit dc69022697
3 changed files with 16 additions and 0 deletions

View File

@ -65,6 +65,10 @@
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-console</artifactId>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-fileserver</artifactId>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-optional</artifactId>

View File

@ -126,6 +126,12 @@
</excludes>
</fileSet>
<!-- the file server -->
<fileSet>
<directory>../activemq-fileserver/src/main/webapp</directory>
<outputDirectory>/webapps/fileserver</outputDirectory>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>

View File

@ -130,6 +130,12 @@
<exclude>**/applicationContext.xml</exclude>
</excludes>
</fileSet>
<!-- the file server -->
<fileSet>
<directory>../activemq-fileserver/src/main/webapp</directory>
<outputDirectory>/webapps/fileserver</outputDirectory>
</fileSet>
</fileSets>
<dependencySets>