dirkv 2004/07/24 14:49:55 Modified: launcher build.xml Log: copyright + version/readme Revision Changes Path 1.5 +18 -3 jakarta-commons/launcher/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-commons/launcher/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build.xml 28 Feb 2004 12:44:48 -0000 1.4 +++ build.xml 24 Jul 2004 21:49:55 -0000 1.5 @@ -1,3 +1,18 @@ +<!-- + Copyright 2002-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. +--> <project name="commons-launcher" default="compile" basedir="."> @@ -59,7 +74,7 @@ <!-- The base directory for distribution targets --> <property name="release.home" value="release"/> - <property name="release.version" value=""/> + <property name="release.version" value="${component.version}"/> <!-- The base directory for component sources --> <property name="source.home" value="src/java"/> @@ -211,7 +226,7 @@ todir="${dist.home}"/> <copy file="NOTICE.txt" todir="${dist.home}"/> - <copy file="RELEASE-NOTES.txt" + <copy file="README.txt" todir="${dist.home}"/> <copy file="${bin.home}/launcher.properties" todir="${dist.home}/bin"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
