diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-12 22:52:23 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-12 22:52:23 +0000 |
commit | 8a2a5bb4dfbb51f3f9fbee65f47842b9c6fbdcd0 (patch) | |
tree | 6f8af35d7996308884cafdeb431d657263be4359 /branches/sca-equinox/modules | |
parent | e6f73af13606745960a681ed702f4e05a86f19d7 (diff) |
Changed maven bundle plugin to generate classpath off the list of JARs in the third-party bundle's lib directory. It now generates a correct .classpath that makes the PDE happy.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules')
-rw-r--r-- | branches/sca-equinox/modules/node-impl/pom.xml | 7 | ||||
-rw-r--r-- | branches/sca-equinox/modules/thirdparty-library/pom.xml | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/node-impl/pom.xml b/branches/sca-equinox/modules/node-impl/pom.xml index 4239a1ee03..e2b885c24b 100644 --- a/branches/sca-equinox/modules/node-impl/pom.xml +++ b/branches/sca-equinox/modules/node-impl/pom.xml @@ -82,6 +82,13 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-workspace-impl</artifactId> + <version>1.4-SNAPSHOT</version> + <scope>runtime</scope> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-definitions-xml</artifactId> <version>1.4-SNAPSHOT</version> <scope>runtime</scope> diff --git a/branches/sca-equinox/modules/thirdparty-library/pom.xml b/branches/sca-equinox/modules/thirdparty-library/pom.xml index 7866acd05e..e99e73c0d5 100644 --- a/branches/sca-equinox/modules/thirdparty-library/pom.xml +++ b/branches/sca-equinox/modules/thirdparty-library/pom.xml @@ -72,9 +72,9 @@ <artifactId>tuscany-maven-bundle-plugin</artifactId> <executions> <execution> - <id>fixup-pde-classpath</id> + <id>generate-pde-classpath</id> <goals> - <goal>fixup-pde-classpath</goal> + <goal>generate-pde-classpath</goal> </goals> </execution> </executions> |