summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/distribution/features/ejava/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-12 22:52:23 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-12 22:52:23 +0000
commit8a2a5bb4dfbb51f3f9fbee65f47842b9c6fbdcd0 (patch)
tree6f8af35d7996308884cafdeb431d657263be4359 /branches/sca-equinox/distribution/features/ejava/pom.xml
parente6f73af13606745960a681ed702f4e05a86f19d7 (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 '')
-rw-r--r--branches/sca-equinox/distribution/features/ejava/pom.xml4
1 files changed, 3 insertions, 1 deletions
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 @@
<module>../../../modules/host-corba</module>
<module>../../../modules/host-corba-jee</module>
<module>../../../modules/host-corba-jse</module>
- <module>../../../modules/host-embedded</module>
<module>../../../modules/host-http</module>
<module>../../../modules/host-rmi</module>
<module>../../../modules/implementation-ejb</module>
@@ -204,6 +203,9 @@
<module>../../../modules/policy-transaction</module>
<module>../../../modules/policy-xml</module>
<module>../../../modules/sca-api</module>
+ <module>../../../modules/workspace</module>
+ <module>../../../modules/workspace-impl</module>
+ <module>../../../modules/workspace-xml</module>
<module>../../../modules/xsd</module>
<module>../../../modules/xsd-xml</module>
</modules>