updated the build so that the recursive build works properly

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356368 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2005-12-12 20:28:34 +00:00
parent 8f1763f078
commit fba1488453
4 changed files with 41 additions and 30 deletions

View File

@ -1,15 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry output="target/test-classes" kind="src" path="src/test"/>
<classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.3.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/concurrent/jars/concurrent-1.3.2.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-jms-1.1-rc1.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-jta-1.0.1B-rc1.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-j2ee-management-1.0-rc1.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/jdbm/jars/jdbm-0.12.jar"/>
<classpathentry kind="src" path="/activemq"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
<classpathentry excluding="" kind="src" path="src/java">
</classpathentry>
<classpathentry output="workspace/eclipse/activemq/bin" kind="src" path="src/test">
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar">
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar">
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-jms-1.1-rc4.jar">
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-jta-1.0.1B-rc4.jar">
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-j2ee-management-1.0-rc4.jar">
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/activemq/jars/activemq-core-4.0-SNAPSHOT.jar">
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/activeio/jars/activeio-2.1-SNAPSHOT.jar">
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/backport-util-concurrent/jars/backport-util-concurrent-2.0_01_pd.jar">
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-j2ee-jacc-1.0-rc4.jar">
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.8.jar">
</classpathentry>
<classpathentry kind="output" path="workspace/eclipse/activemq/bin">
</classpathentry>
</classpath>

View File

@ -1,17 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<name>ActiveCluster</name>
<id>activecluster</id>
<currentVersion>1.2</currentVersion>
<organization>
<name>LogicBlaze, Inc.</name>
<url>http://logicblaze.com</url>
<logo>http://logicblaze.com/images/logo.jpg</logo>
</organization>
<logo></logo>
<pomVersion>3</pomVersion>
<extend>${basedir}/../etc/project.xml</extend>
<name>ActiveCluster</name>
<artifactId>activecluster</artifactId>
<inceptionYear>2004</inceptionYear>

View File

@ -18,14 +18,10 @@
<project>
<pomVersion>3</pomVersion>
<id>activeio</id>
<extend>${basedir}/../etc/project.xml</extend>
<name>ActiveIO</name>
<currentVersion>2.2-SNAPSHOT</currentVersion>
<organization>
<name>The ActiveIO Project</name>
<url>http://activeio.org</url>
<logo>http://activeio.org/activeio-logo.png</logo>
</organization>
<artifactId>activeio</artifactId>
<package>org.activeio</package>
<packageGroups>

View File

@ -7,6 +7,8 @@ http://www.ibiblio.org/maven,\
http://cvs.apache.org/repository
maven.multiproject.includes=\
activecluster/project.xml,\
activeio/project.xml,\
activemq-core/project.xml,\
activemq-jaas/project.xml,\
activemq-ra/project.xml,\