The import package javax.servlet.http should specify the version 2.5

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3042 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2011-04-28 07:54:36 +00:00
parent 87fa4e717b
commit a2d1063f92
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
</goals>
<configuration>
<instructions>
<Import-Package>javax.servlet;version="2.5",*</Import-Package>
<Import-Package>javax.servlet*;version="2.5",*</Import-Package>
</instructions>
</configuration>
</execution>