Browse Source

Remove generated Import-Package from vaadin-client MANIFEST.MF

Change-Id: If2f8a95917f92501920d8aaa332899b0cb36d996
tags/7.7.0.alpha1
Teemu Suo-Anttila 8 years ago
parent
commit
730b552cc1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      client/pom.xml

+ 1
- 0
client/pom.xml View File

@@ -174,6 +174,7 @@
<instructions>
<Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment>
<Export-Package>com.vaadin.*;version="${project.version}",com.google.*;version="${project.version}"</Export-Package>
<Import-Package></Import-Package>
</instructions>
</configuration>
<executions>

Loading…
Cancel
Save