diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 01:56:22 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 01:56:22 +0000 |
commit | 9e9ea93f12c82796d24df2c24817a8a43e355e0f (patch) | |
tree | 676901f7d83f5feacafd3e88c15b902b12bb69bd /branches/sca-equinox/modules/thirdparty-library | |
parent | 68b45429e7dbf814d2bdc458d458ac58f39fd875 (diff) |
Added a parameter to the bundle plugin to allow configuration of the bundle symbolic name. Use that parameter in thirdparty-library/pom.xml. Ignore .classpath file if it doesn't exist yet.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704767 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/thirdparty-library')
-rw-r--r-- | branches/sca-equinox/modules/thirdparty-library/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/branches/sca-equinox/modules/thirdparty-library/pom.xml b/branches/sca-equinox/modules/thirdparty-library/pom.xml index e99e73c0d5..63893af9d5 100644 --- a/branches/sca-equinox/modules/thirdparty-library/pom.xml +++ b/branches/sca-equinox/modules/thirdparty-library/pom.xml @@ -63,6 +63,9 @@ <goals> <goal>assemble-thirdparty-bundle</goal> </goals> + <configuration> + <symbolicName>org.apache.tuscany.sca.thirdparty.library</symbolicName> + </configuration> </execution> </executions> </plugin> |