support the generation of the source bundle for the jetty-all-server aggregate.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2084 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2010-07-08 21:24:41 +00:00
parent 7acd0a1603
commit 2605267f3f
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<name>Jetty :: Aggregate :: All Server</name>
<properties>
<bundle-symbolic-name>${project.groupId}.${artifactId}</bundle-symbolic-name>
</properties>
<build>
<sourceDirectory>${project.build.directory}/sources</sourceDirectory>