diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.3/modules/node2-api/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/branches/sca-java-1.3/modules/node2-api/pom.xml b/branches/sca-java-1.3/modules/node2-api/pom.xml index 55b8e36982..8b48a6e581 100644 --- a/branches/sca-java-1.3/modules/node2-api/pom.xml +++ b/branches/sca-java-1.3/modules/node2-api/pom.xml @@ -50,7 +50,8 @@ <Bundle-Version>${tuscany.version}</Bundle-Version> <Bundle-SymbolicName>org.apache.tuscany.sca.node2.api</Bundle-SymbolicName> <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.node*</Export-Package> + <Export-Package>org.apache.tuscany.sca.node*</Export-Package>
+ <DynamicImport-Package>org.apache.tuscany.sca.node.impl</DynamicImport-Package> </instructions> </configuration> </plugin> |