leosutic 2004/02/26 14:45:13 Modified: event/impl project.xml Log: Updated version and dependencies in preparation for release. Revision Changes Path 1.4 +78 -82 avalon-excalibur/event/impl/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/event/impl/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 26 Feb 2004 16:37:38 -0000 1.3 +++ project.xml 26 Feb 2004 22:45:13 -0000 1.4 @@ -1,88 +1,84 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2004 Apache Software Foundation - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied. - - See the License for the specific language governing permissions and - limitations under the License. ---> -<project> - - <extend>${basedir}/../project.xml</extend> + Copyright 2004 The Apache Software Foundation - <name>Excalibur Event Implementation</name> - <id>excalibur-event-impl</id> - <shortDescription>Excalibur Event Implementation</shortDescription> - <description>Excalibur Event Implementation</description> + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at - <dependencies> - <dependency> - <groupId>avalon-framework</groupId> - <artifactId>avalon-framework-api</artifactId> - <version>4.1.5</version> - </dependency> - <dependency> - <groupId>avalon-framework</groupId> - <artifactId>avalon-framework-impl</artifactId> - <version>4.1.5</version> - </dependency> - <dependency> - <groupId>excalibur-event</groupId> - <artifactId>excalibur-event-api</artifactId> - <version>1.0.4-dev</version> - </dependency> - <dependency> - <id>excalibur-pool</id> - <version>1.1</version> - </dependency> - <dependency> - <id>excalibur-thread</id> - <version>1.1.2</version> - </dependency> - <dependency> - <id>excalibur-instrument</id> - <version>1.2</version> - </dependency> - <dependency> - <groupId>concurrent</groupId> - <artifactId>concurrent</artifactId> - <version>1.3.1</version> - </dependency> - <dependency> - <id>commons-collections</id> - <version>2.1</version> - </dependency> - <dependency> - <id>logkit</id> - <version>1.2.2</version> - </dependency> - <dependency> - <groupId>excalibur-component</groupId> - <artifactId>excalibur-testcase</artifactId> - <version>1.2</version> - </dependency> - </dependencies> - - <build> - <sourceDirectory>src/java</sourceDirectory> - <unitTestSourceDirectory>${basedir}/src/test/</unitTestSourceDirectory> - <unitTest> - <includes> - <include>**/*TestCase.*</include> - </includes> - <excludes> - <exclude>**/Abstract*.*</exclude> - </excludes> - </unitTest> - </build> + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<project> + + <extend>${basedir}/../project.xml</extend> + + <name>Excalibur Event Implementation</name> + <id>excalibur-event-impl</id> + <shortDescription>Excalibur Event Implementation</shortDescription> + <description>Excalibur Event Implementation</description> + + <dependencies> + <dependency> + <groupId>avalon-framework</groupId> + <artifactId>avalon-framework-api</artifactId> + <version>4.1.5</version> + </dependency> + <dependency> + <groupId>avalon-framework</groupId> + <artifactId>avalon-framework-impl</artifactId> + <version>4.1.5</version> + </dependency> + <dependency> + <groupId>excalibur-event</groupId> + <artifactId>excalibur-event-api</artifactId> + <version>1.1</version> + </dependency> + <dependency> + <groupId>excalibur-component</groupId> + <artifactId>excalibur-testcase</artifactId> + <version>1.2</version> + </dependency> + <dependency> + <id>excalibur-instrument</id> + <artifactId>excalibur-instrument</artifactId> + <version>1.0</version> + </dependency> + <dependency> + <id>excalibur-pool</id> + <version>1.2</version> + </dependency> + <dependency> + <id>logkit</id> + <version>1.2.2</version> + </dependency> + <dependency> + <groupId>concurrent</groupId> + <artifactId>concurrent</artifactId> + <version>1.3.1</version> + </dependency> + <dependency> + <id>commons-collections</id> + <version>2.1</version> + </dependency> + </dependencies> + + <build> + <sourceDirectory>src/java</sourceDirectory> + <unitTestSourceDirectory>${basedir}/src/test/</unitTestSourceDirectory> + <unitTest> + <includes> + <include>**/*TestCase.*</include> + </includes> + <excludes> + <exclude>**/Abstract*.*</exclude> + </excludes> + </unitTest> + </build> + </project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
