From 8a2a5bb4dfbb51f3f9fbee65f47842b9c6fbdcd0 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 12 Oct 2008 22:52:23 +0000 Subject: 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 --- branches/sca-equinox/distribution/features/ejava/pom.xml | 4 +++- .../distribution/features/ejava/src/main/components/src-modules.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'branches/sca-equinox/distribution/features/ejava') diff --git a/branches/sca-equinox/distribution/features/ejava/pom.xml b/branches/sca-equinox/distribution/features/ejava/pom.xml index 4e4ba94cd3..bdf69ad6b4 100644 --- a/branches/sca-equinox/distribution/features/ejava/pom.xml +++ b/branches/sca-equinox/distribution/features/ejava/pom.xml @@ -175,7 +175,6 @@ ../../../modules/host-corba ../../../modules/host-corba-jee ../../../modules/host-corba-jse - ../../../modules/host-embedded ../../../modules/host-http ../../../modules/host-rmi ../../../modules/implementation-ejb @@ -204,6 +203,9 @@ ../../../modules/policy-transaction ../../../modules/policy-xml ../../../modules/sca-api + ../../../modules/workspace + ../../../modules/workspace-impl + ../../../modules/workspace-xml ../../../modules/xsd ../../../modules/xsd-xml diff --git a/branches/sca-equinox/distribution/features/ejava/src/main/components/src-modules.xml b/branches/sca-equinox/distribution/features/ejava/src/main/components/src-modules.xml index 9bd1e51781..89a432e2cc 100644 --- a/branches/sca-equinox/distribution/features/ejava/src/main/components/src-modules.xml +++ b/branches/sca-equinox/distribution/features/ejava/src/main/components/src-modules.xml @@ -60,7 +60,6 @@ host-corba/**/* host-corba-jee/**/* host-corba-jse/**/* - host-embedded/**/* host-http/**/* host-rmi/**/* implementation-ejb/**/* @@ -89,6 +88,9 @@ policy-transaction/**/* policy-xml/**/* sca-api/**/* + workspace/**/* + workspace-impl/**/* + workspace-xml/**/* xsd/**/* xsd-xml/**/* -- cgit v1.2.3