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

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3043 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2011-04-28 07:55:20 +00:00
parent a2d1063f92
commit 9be79e1750
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.0",*</Import-Package>
</instructions>
</configuration>
</execution>