Issue #3129 Provisional fix
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
7d5ed3089c
commit
4013563db0
|
@ -55,7 +55,7 @@
|
||||||
<instructions>
|
<instructions>
|
||||||
<Bundle-Description>javax.websocket.client Implementation</Bundle-Description>
|
<Bundle-Description>javax.websocket.client Implementation</Bundle-Description>
|
||||||
<Export-Package>
|
<Export-Package>
|
||||||
org.eclipse.jetty.websocket.jsr356.common.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"
|
org.eclipse.jetty.websocket.jsr356.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"
|
||||||
</Export-Package>
|
</Export-Package>
|
||||||
</instructions>
|
</instructions>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue