summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-bpel-ode/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-15 22:06:58 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-15 22:06:58 +0000
commita99f088f7ea6e0d13f6457114e31488726fa5840 (patch)
tree352cd557f6b4888bdf1d37a4a44a008e652f8ec2 /java/sca/modules/implementation-bpel-ode/pom.xml
parentfe0a6e9f85047d10ef1a524996ecfe0eefdb1e40 (diff)
Change the package names and bundle symbolic name to avoid conflicts in OSGi
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677065 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/implementation-bpel-ode/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/implementation-bpel-ode/pom.xml b/java/sca/modules/implementation-bpel-ode/pom.xml
index e2dbafd0aa..f722c4ba9f 100644
--- a/java/sca/modules/implementation-bpel-ode/pom.xml
+++ b/java/sca/modules/implementation-bpel-ode/pom.xml
@@ -430,9 +430,9 @@
<configuration>
<instructions>
<Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.implementation.bpel</Bundle-SymbolicName>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.implementation.bpel.ode</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.implementation.bpel*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.implementation.bpel.ode*</Export-Package>
</instructions>
</configuration>
</plugin>