trivial spelling mistake
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2093 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
e251d4ab81
commit
b2342e4605
|
@ -102,7 +102,7 @@
|
|||
<!-- disable the uses directive: jetty will accomodate pretty much any versions
|
||||
of the packages it uses; no need to reflect some tight dependency determined at
|
||||
compilation time. -->
|
||||
<_nouses>true<_nouses>
|
||||
<_nouses>true</_nouses>
|
||||
<Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
|
||||
</instructions>
|
||||
</configuration>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<Export-Package>org.eclipse.jetty*</Export-Package>
|
||||
<!-- disable the uses directive: we don't want to fore eeryone that uses us to
|
||||
have to depend on com.sun.org.apache.commons.logging provided by jasper-glassfish. -->
|
||||
<_nouses>true<_nouses>
|
||||
<_nouses>true</_nouses>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue