summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/policy
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-equinox/modules/policy')
-rw-r--r--branches/sca-equinox/modules/policy/pom.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/branches/sca-equinox/modules/policy/pom.xml b/branches/sca-equinox/modules/policy/pom.xml
index dfec275a66..6feaedec21 100644
--- a/branches/sca-equinox/modules/policy/pom.xml
+++ b/branches/sca-equinox/modules/policy/pom.xml
@@ -36,28 +36,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.policy</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <!-- FIXME: o.a.t.s.p.impl should be removed -->
- <Export-Package>
- org.apache.tuscany.sca.policy,
- org.apache.tuscany.sca.policy.impl,
- org.apache.tuscany.sca.policy.util
- </Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>