Fix the fix for the servlet api to limit to 2.5>= x < 3.0
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@84 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
52d4a32b5c
commit
47d1651b5b
|
@ -22,7 +22,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Import-Package>javax.servlet.*;version=2.5,*</Import-Package>
|
||||
<Import-Package>javax.servlet.*;version="[2.5,3.0)",*</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Import-Package>javax.servlet.*;version=2.5,*</Import-Package>
|
||||
<Import-Package>javax.servlet.*;version="[2.5,3.0)",*</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Import-Package>javax.servlet.*;version=2.5,*</Import-Package>
|
||||
<Import-Package>javax.servlet.*;version="[2.5,3.0)",*</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
Loading…
Reference in New Issue