Author: niallp Date: Thu Jul 19 16:39:01 2007 New Revision: 557816 URL: http://svn.apache.org/viewvc?view=rev&rev=557816 Log: Minor changes to ant build
Modified: jakarta/commons/proper/beanutils/trunk/build.xml Modified: jakarta/commons/proper/beanutils/trunk/build.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/build.xml?view=diff&rev=557816&r1=557815&r2=557816 ============================================================================== --- jakarta/commons/proper/beanutils/trunk/build.xml (original) +++ jakarta/commons/proper/beanutils/trunk/build.xml Thu Jul 19 16:39:01 2007 @@ -201,7 +201,7 @@ overview="src/java/overview.html" doctitle="<h1>${component.title} (Version ${component.version})</h1>" windowtitle="${component.title} (Version ${component.version})" - bottom="Copyright (c) 2001-2004 - Apache Software Foundation"> + bottom="Copyright (c) 2001-2007 - Apache Software Foundation"> <classpath refid="compile.classpath"/> </javadoc> </target> @@ -230,7 +230,7 @@ tofile="${build.home}/classes/META-INF/LICENSE.txt"/> <copy file="NOTICE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/> - <jar jarfile="${dist.home}/commons-beanutils.jar" + <jar jarfile="${dist.home}/commons-beanutils-${component.version}.jar" basedir="${build.home}/classes" manifest="${build.home}/conf/MANIFEST.MF"/> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]