diff options
Diffstat (limited to 'branches/sca-equinox/modules/workspace')
-rw-r--r-- | branches/sca-equinox/modules/workspace/pom.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/branches/sca-equinox/modules/workspace/pom.xml b/branches/sca-equinox/modules/workspace/pom.xml index f9ae84d6f6..c855a5aba0 100644 --- a/branches/sca-equinox/modules/workspace/pom.xml +++ b/branches/sca-equinox/modules/workspace/pom.xml @@ -43,25 +43,4 @@ </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - - <configuration> - <instructions> - <Bundle-Version>${tuscany.version}</Bundle-Version> - <Bundle-SymbolicName>org.apache.tuscany.sca.workspace</Bundle-SymbolicName> - <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package> - org.apache.tuscany.sca.workspace, - org.apache.tuscany.sca.workspace.builder - </Export-Package> - </instructions> - </configuration> - </plugin> - </plugins> - </build> - </project> |