mcconnell 2004/05/15 21:06:11 Modified: lifecycle .cvsignore project-common.xml project.properties lifecycle/impl project.xml Added: lifecycle maven.xml project.xml Log: Add notice file handling and prep for 1.1.0 release. Revision Changes Path 1.4 +9 -2 avalon-excalibur/lifecycle/.cvsignore Index: .cvsignore =================================================================== RCS file: /home/cvs/avalon-excalibur/lifecycle/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 26 Apr 2004 09:49:09 -0000 1.3 +++ .cvsignore 16 May 2004 04:06:11 -0000 1.4 @@ -1,6 +1,13 @@ -maven.log -velocity.log build.properties +ant.properties +build +checkstyle.cache +distributions +dist +excalibur-* +*.el +*.ipr +*.log target *.iml 1.2 +1 -1 avalon-excalibur/lifecycle/project-common.xml Index: project-common.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/lifecycle/project-common.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project-common.xml 30 Mar 2004 12:15:17 -0000 1.1 +++ project-common.xml 16 May 2004 04:06:11 -0000 1.2 @@ -21,7 +21,7 @@ <name>Excalibur Lifecycle</name> <groupId>excalibur-lifecycle</groupId> <id>excalibur-lifecycle</id> - <currentVersion>1.1</currentVersion> + <currentVersion>1.1.0</currentVersion> <inceptionYear>2002</inceptionYear> <package>org.apache.avalon.lifecycle</package> 1.5 +17 -15 avalon-excalibur/lifecycle/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/avalon-excalibur/lifecycle/project.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.properties 30 Mar 2004 12:15:17 -0000 1.4 +++ project.properties 16 May 2004 04:06:11 -0000 1.5 @@ -1,16 +1,18 @@ -# -# 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. + +maven.repo.remote = http://www.apache.org/dist/avalon,http://www.dpml.net,http://www.ibiblio.org/maven +maven.junit.fork = yes + +avalon.buildsystem=${basedir}/../buildsystem + +# +# Banner background and foreground colors. +# +maven.ui.banner.background = #fff +maven.ui.banner.foreground = #000 +maven.xdoc.poweredby.image= + +# doc links +sun.j2se.link = http://java.sun.com/j2se/1.4/docs/api/ +framework.api.link = http://avalon.apache.org/framework/api/ +maven.javadoc.links = ${sun.j2se.link},${framework.api.link} 1.5 +129 -67 avalon-excalibur/lifecycle/maven.xml 1.6 +18 -20 avalon-excalibur/lifecycle/project.xml 1.7 +3 -3 avalon-excalibur/lifecycle/impl/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/lifecycle/impl/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 30 Mar 2004 12:15:17 -0000 1.6 +++ project.xml 16 May 2004 04:06:11 -0000 1.7 @@ -28,18 +28,18 @@ <dependency> <groupId>excalibur-lifecycle</groupId> <artifactId>excalibur-lifecycle-api</artifactId> - <version>1.1</version> + <version>1.1.0</version> </dependency> <dependency> <groupId>avalon-framework</groupId> <artifactId>avalon-framework-api</artifactId> - <version>4.1.5</version> + <version>4.2.0</version> </dependency> <dependency> <groupId>avalon-framework</groupId> <artifactId>avalon-framework-impl</artifactId> - <version>4.1.5</version> + <version>4.2.0</version> </dependency> </dependencies>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]