Hi, Can I import dependencies? Or include files to project.xml?
I have a multiproject structure consisting of several subprojects. I have two projects where one uses the entire set of dependencies of another project: * Embedded Tomcat Server project (a.k.a. tomcat): Contains all the jars for running tomcat embedded. * Install4j project (a.k.a install): Contains all the jars for the entire product (including all of embedded tomcat). Is there any way to import dependencies to the 'install' project so I can avoid copy-and-paste between the projects? I don't want to add the dependencies to the main project.xml since I hope to have a minimal set of dependencies for each subproject. Also looks better in the dependency report... Best Regards, Jim Arnell --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
