diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-equinox/modules/binding-rss-rome/pom.xml | 2 | ||||
-rw-r--r-- | branches/sca-equinox/modules/binding-rss/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/binding-rss-rome/pom.xml b/branches/sca-equinox/modules/binding-rss-rome/pom.xml index ac467c8d65..65bb7c18e7 100644 --- a/branches/sca-equinox/modules/binding-rss-rome/pom.xml +++ b/branches/sca-equinox/modules/binding-rss-rome/pom.xml @@ -160,7 +160,7 @@ <Bundle-Version>${tuscany.version}</Bundle-Version> <Bundle-SymbolicName>org.apache.tuscany.sca.binding.rss.rome</Bundle-SymbolicName> <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.binding.rss*</Export-Package> + <Export-Package></Export-Package> </instructions> </configuration> </plugin> diff --git a/branches/sca-equinox/modules/binding-rss/pom.xml b/branches/sca-equinox/modules/binding-rss/pom.xml index 2ae3c24401..759e7abc80 100644 --- a/branches/sca-equinox/modules/binding-rss/pom.xml +++ b/branches/sca-equinox/modules/binding-rss/pom.xml @@ -88,7 +88,7 @@ <Bundle-Version>${tuscany.version}</Bundle-Version> <Bundle-SymbolicName>org.apache.tuscany.sca.binding.rss</Bundle-SymbolicName> <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.binding.rss*</Export-Package> + <Export-Package>org.apache.tuscany.sca.binding.rss</Export-Package> </instructions> </configuration> </plugin> |