summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/implementation-bpel/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 16:56:19 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 16:56:19 +0000
commit1ff9b3b7cd9f2e1b9f0a2a7662445499460e0a79 (patch)
tree854a71064ddf915b06e9ae9c51b420e062398641 /branches/sca-equinox/modules/implementation-bpel/pom.xml
parent5dd2ce8d6ab5905fb4b4366d1063c6161f91c261 (diff)
Fix the impl.bpel dependency on BPELPartnerLinkTypeExt
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/implementation-bpel/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/implementation-bpel/pom.xml b/branches/sca-equinox/modules/implementation-bpel/pom.xml
index ac1e8af858..763e61a0c4 100644
--- a/branches/sca-equinox/modules/implementation-bpel/pom.xml
+++ b/branches/sca-equinox/modules/implementation-bpel/pom.xml
@@ -89,7 +89,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.implementation.bpel</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</Export-Package>
</instructions>
</configuration>
</plugin>