Skip to content

Commit

Permalink
corrected bundle export-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Jul 30, 2013
1 parent 6545063 commit c39d8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scufl2-validation-correctness/pom.xml
Expand Up @@ -15,7 +15,7 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>uk.org.taverna.scufl2.validation;provide:=true</Export-Package>
<Export-Package>uk.org.taverna.scufl2.validation.correctness.*;provide:=true</Export-Package>
</instructions>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion scufl2-validation-structural/pom.xml
Expand Up @@ -16,7 +16,7 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>uk.org.taverna.scufl2.validation;provide:=true</Export-Package>
<Export-Package>uk.org.taverna.scufl2.validation.structural.*;provide:=true</Export-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit c39d8f1

Please sign in to comment.