Fix import statement

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@83 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jan Bartel 2009-04-02 00:44:32 +00:00
parent 9d9fd82e2f
commit 52d4a32b5c
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@
<goals>
<goal>manifest</goal>
</goals>
<configuration>
<instructions>
<Import-Package>javax.servlet.*;version=2.5,*</Import-Package>
</instructions>
</configuration>
</execution>
</executions>
</plugin>