Author: rgoers Date: Sun Aug 14 18:05:42 2011 New Revision: 1157581 URL: http://svn.apache.org/viewvc?rev=1157581&view=rev Log: Change copyright year. Fix antrun warning. Change announcment template
Modified: commons/proper/vfs/trunk/NOTICE.txt commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/src/changes/announcement.vm Modified: commons/proper/vfs/trunk/NOTICE.txt URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/NOTICE.txt?rev=1157581&r1=1157580&r2=1157581&view=diff ============================================================================== --- commons/proper/vfs/trunk/NOTICE.txt (original) +++ commons/proper/vfs/trunk/NOTICE.txt Sun Aug 14 18:05:42 2011 @@ -1,10 +1,6 @@ Apache Commons VFS -Copyright 2002-2010 The Apache Software Foundation +Copyright 2002-2011 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -As an optional dependency it uses javamail developed by -SUN Microsystems -You can get the library and its source from http://java.sun.com/products/javamail/ -This library uses the CDDL open source license Modified: commons/proper/vfs/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1157581&r1=1157580&r2=1157581&view=diff ============================================================================== --- commons/proper/vfs/trunk/core/pom.xml (original) +++ commons/proper/vfs/trunk/core/pom.xml Sun Aug 14 18:05:42 2011 @@ -149,12 +149,12 @@ <execution> <phase>process-test-classes</phase> <configuration> - <tasks> + <target> <move todir="${project.build.testOutputDirectory}/test-data/code" failonerror="false"> <fileset dir="${project.build.testOutputDirectory}/code" /> </move> - </tasks> + </target> </configuration> <goals> <goal>run</goal> Modified: commons/proper/vfs/trunk/src/changes/announcement.vm URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/announcement.vm?rev=1157581&r1=1157580&r2=1157581&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/announcement.vm (original) +++ commons/proper/vfs/trunk/src/changes/announcement.vm Sun Aug 14 18:05:42 2011 @@ -19,8 +19,9 @@ The ${developmentTeam} is pleased to announce the commons-vfs2 ${version} release! -Apache Commons VFS ${version} requires a minimum of Java 5 to build and run and is not binary compatible with -Commons VFS 1.0. The Maven groupId and artifactId have been changed to org.apache.commons and commons-vfs2 respectively. +Apache Commons VFS ${version} requires a minimum of Java 5 to build and run and is not binary or source compatible with +Commons VFS 1.0. The package names have been changed from org.apache.commons.vfs to org.apache.commons.vfs2 and the +Maven groupId and artifactId have been changed to org.apache.commons and commons-vfs2 respectively. ## Hack to improve layout: replace all pairs of spaces with a single new-line $release.description.replaceAll(" ", "