mcconnell 2004/03/31 01:02:49 Modified: event README.txt event/api project.xml event/impl project.xml Removed: event project-common.xml Log: fix event build Revision Changes Path 1.7 +5 -2 avalon-excalibur/event/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/avalon-excalibur/event/README.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- README.txt 28 Feb 2004 15:18:00 -0000 1.6 +++ README.txt 31 Mar 2004 09:02:49 -0000 1.7 @@ -25,6 +25,9 @@ To build the project: -$ cd event -$ maven event:build +$ cd event/api +$ maven jar:install + +$ cd ../impl +$ maven jar:install 1.6 +2 -1 avalon-excalibur/event/api/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/event/api/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 30 Mar 2004 12:15:15 -0000 1.5 +++ project.xml 31 Mar 2004 09:02:49 -0000 1.6 @@ -16,10 +16,11 @@ limitations under the License. --> <project> - <extend>${basedir}/../project-common.xml</extend> + <extend>${basedir}/../../buildsystem/project-common.xml</extend> <name>Excalibur Event API</name> <id>excalibur-event-api</id> + <groupId>excalibur-event</groupId> <currentVersion>2.0</currentVersion> <shortDescription>Excalibur Event API</shortDescription> <description>Excalibur Event API</description> 1.8 +9 -3 avalon-excalibur/event/impl/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/event/impl/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 30 Mar 2004 12:15:15 -0000 1.7 +++ project.xml 31 Mar 2004 09:02:49 -0000 1.8 @@ -15,10 +15,11 @@ limitations under the License. --> <project> - <extend>${basedir}/../project-common.xml</extend> + <extend>${basedir}/../../buildsystem/project-common.xml</extend> <name>Excalibur Event Implementation</name> <id>excalibur-event-impl</id> + <groupId>excalibur-event</groupId> <currentVersion>2.0</currentVersion> <shortDescription>Excalibur Event Implementation</shortDescription> <description>Excalibur Event Implementation</description> @@ -51,8 +52,13 @@ </dependency> <dependency> <groupId>excalibur-pool</groupId> - <artifactId>excalibur-pool</artifactId> - <version>1.3</version> + <artifactId>excalibur-pool-api</artifactId> + <version>2.0</version> + </dependency> + <dependency> + <groupId>excalibur-pool</groupId> + <artifactId>excalibur-pool-impl</artifactId> + <version>2.0</version> </dependency> <dependency> <groupId>concurrent</groupId>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]