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:
Jan Bartel 2009-04-02 00:01:47 +00:00
parent c03a51f27a
commit 50e702f3f4
1 changed files with 1 additions and 1 deletions

View File

@ -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>