diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-12 13:09:23 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-12 13:21:11 +0300 |
commit | f81309d3f149c2bc3c09b97e56e1c756a528db8d (patch) | |
tree | f99ca11115db76f3875dde0df2935fee08fc14c0 /shared/pom.xml | |
parent | 2a5671438f7503610e627b16a2caff08409164d0 (diff) | |
download | vaadin-framework-f81309d3f149c2bc3c09b97e56e1c756a528db8d.tar.gz vaadin-framework-f81309d3f149c2bc3c09b97e56e1c756a528db8d.zip |
Fix OSGi manifest for vaadin-shared
The shared package seems to no longer use any
flute or streamhtmlparser classes
Change-Id: I63c9bd0340f438b05da4799982b3f3c89c85a5f8
Diffstat (limited to 'shared/pom.xml')
-rw-r--r-- | shared/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/shared/pom.xml b/shared/pom.xml index c73227abb4..dc54a1ec97 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -12,8 +12,6 @@ <packaging>jar</packaging> <properties> - <flute.version>1.3.0.gg2</flute.version> - <streamhtmlparser.version>0.0.10.vaadin1</streamhtmlparser.version> </properties> <url>https://vaadin.com/</url> @@ -119,12 +117,6 @@ <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment> <Bundle-Version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}</Bundle-Version> <Export-Package>com.vaadin.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}",elemental.*;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"</Export-Package> - <Import-Package>com.google.gwt.thirdparty.streamhtmlparser;version="${streamhtmlparser.version}", - com.google.gwt.thirdparty.streamhtmlparser.impl;version="${streamhtmlparser.version}", - com.google.gwt.thirdparty.streamhtmlparser.util;version="${streamhtmlparser.version}", - org.w3c.flute.parser;version="${flute.version}", - org.w3c.flute.parser.selectors;version="${flute.version}", - org.w3c.flute.util;version="${flute.version}"</Import-Package> <Require-Bundle></Require-Bundle> </instructions> </configuration> |