dain 2004/09/01 21:31:08
Modified: applications/jmxdebug project.xml applications/demo project.xml etc version-info.ent . project.xml Log: Changed version tags to use entity references Revision Changes Path 1.8 +24 -5 incubator-geronimo/applications/jmxdebug/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/applications/jmxdebug/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 26 Jul 2004 17:14:48 -0000 1.7 +++ project.xml 2 Sep 2004 04:31:08 -0000 1.8 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Copyright 2004 The 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. +--> + +<!DOCTYPE project SYSTEM "../../etc/version-info.ent"> <!-- $Revision$ $Date$ --> @@ -27,7 +45,7 @@ <dependency> <groupId>geronimo-spec</groupId> <artifactId>geronimo-spec-servlet</artifactId> - <version>2.4-rc2</version> + <version>&geronimo-spec-servlet-version;</version> </dependency> <dependency> @@ -45,13 +63,14 @@ <dependency> <groupId>mx4j</groupId> <artifactId>mx4j-jmx</artifactId> - <version>2.0.1</version> + <version>&mx4j-version;</version> <url>http://mx4j.sourceforge.net</url> </dependency> <dependency> - <id>velocity</id> - <version>dep-1.4-rc1</version> + <groupId>velocity</groupId> + <artifactId>velocity</artifactId> + <version>&velocity-version;</version> <url>http://jakarta.apache.org/velocity/</url> <properties> <war.bundle>true</war.bundle> 1.3 +21 -3 incubator-geronimo/applications/demo/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/applications/demo/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 24 Jun 2004 20:59:47 -0000 1.2 +++ project.xml 2 Sep 2004 04:31:08 -0000 1.3 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Copyright 2004 The 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. +--> + +<!DOCTYPE project SYSTEM "../../etc/version-info.ent"> <!-- $Revision$ $Date$ --> @@ -27,13 +45,13 @@ <dependency> <groupId>geronimo-spec</groupId> <artifactId>geronimo-spec-servlet</artifactId> - <version>2.4-rc2</version> + <version>&geronimo-spec-servlet-version;</version> </dependency> <dependency> <groupId>mx4j</groupId> <artifactId>mx4j-jmx</artifactId> - <version>2.0.1</version> + <version>&mx4j-version;</version> <url>http://mx4j.sourceforge.net</url> </dependency> 1.2 +1 -0 incubator-geronimo/etc/version-info.ent Index: version-info.ent =================================================================== RCS file: /home/cvs/incubator-geronimo/etc/version-info.ent,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- version-info.ent 2 Sep 2004 03:02:16 -0000 1.1 +++ version-info.ent 2 Sep 2004 04:31:08 -0000 1.2 @@ -37,6 +37,7 @@ <!ENTITY regexp-version "1.3"> <!ENTITY spring-version "1.0.1"> <!ENTITY tomcat-version "5.0.16"> +<!ENTITY velocity-version "dep-1.4-rc1"> <!ENTITY xerces-version "2.6.0"> <!ENTITY xml-apis-version "1.0.b2"> <!ENTITY xml-resolver-version "1.1"> 1.23 +17 -1 incubator-geronimo/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 17 Feb 2004 07:26:46 -0000 1.22 +++ project.xml 2 Sep 2004 04:31:08 -0000 1.23 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Copyright 2004 The 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. +--> <!-- $Revision$ $Date$ -->