Fix import statement syntax
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@80 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
c03a51f27a
commit
50e702f3f4
|
@ -22,7 +22,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Import-Package>org.slf4j;version="[1.5,1.6)",resolution:=optional,*</Import-Package>
|
||||
<Import-Package>org.slf4j;version="[1.5,1.6)";resolution:=optional,*</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
Loading…
Reference in New Issue