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:
parent
7acd0a1603
commit
2605267f3f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue