summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/implementation-java-runtime/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/implementation-java-runtime/pom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/branches/sca-equinox/modules/implementation-java-runtime/pom.xml b/branches/sca-equinox/modules/implementation-java-runtime/pom.xml
index 94ead762f0..581e2dfdfa 100644
--- a/branches/sca-equinox/modules/implementation-java-runtime/pom.xml
+++ b/branches/sca-equinox/modules/implementation-java-runtime/pom.xml
@@ -60,25 +60,4 @@
</dependency>
</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.implementation.java.runtime</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>
- org.apache.tuscany.sca.implementation.java.context,
- org.apache.tuscany.sca.implementation.java.injection,
- </Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>