I have an Eclipse project that is dependent on other projects (Project Properties/Java Build Path/Projects), and these other projects export their own libraries (Project Properties/Java Build Path/Order and Export).
Is there a way to get Eclipse WTP and/or JBoss Tools to include the dependent project's exported files in a deployment?
I can add the jars individually via the Deployment Assembly but I don't want to duplicate the configuration.
We currently use MyEclipse for this but we're trying to get away from it for other reasons.
Craig