make the sources jar of jsp-2.1 also an eclipse source bundle

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2393 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2010-10-24 14:48:01 +00:00
parent 26de00150a
commit 4dbf66e158
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
<artifactId>jetty-jsp-2.1</artifactId>
<name>Jetty :: Jetty JSP Additions</name>
<description>Additions to Jasper implementation from Glassfish</description>
<properties>
<bundle-symbolic-name>${project.groupId}.jsp-2.1</bundle-symbolic-name>
</properties>
<build>
<plugins>
<plugin>