Author: sgoeschl
Date: Mon Feb 23 23:10:56 2009
New Revision: 747190
URL: http://svn.apache.org/viewvc?rev=747190&view=rev
Log:
Preparing the next release candidate ...
Modified:
commons/proper/exec/trunk/NOTICE.txt
commons/proper/exec/trunk/build.xml
commons/proper/exec/trunk/src/changes/changes.xml
Modified: commons/proper/exec/trunk/NOTICE.txt
URL:
http://svn.apache.org/viewvc/commons/proper/exec/trunk/NOTICE.txt?rev=747190&r1=747189&r2=747190&view=diff
==============================================================================
--- commons/proper/exec/trunk/NOTICE.txt (original)
+++ commons/proper/exec/trunk/NOTICE.txt Mon Feb 23 23:10:56 2009
@@ -1,5 +1,5 @@
Apache Commons Exec
-Copyright 2005-2008 The Apache Software Foundation
+Copyright 2005-2009 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Modified: commons/proper/exec/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/exec/trunk/build.xml?rev=747190&r1=747189&r2=747190&view=diff
==============================================================================
--- commons/proper/exec/trunk/build.xml (original)
+++ commons/proper/exec/trunk/build.xml Mon Feb 23 23:10:56 2009
@@ -112,6 +112,9 @@
</copy>
<!-- make the shell script files readable/executable -->
<chmod dir="${maven.build.directory}/dist" perm="ugo+rx"
includes="**/*.sh"/>
+ <!-- copy the various legal files -->
+ <copy file="${basedir}/NOTICE.txt"
tofile="${maven.build.directory}/dist/NOTICE.txt"/>
+ <copy file="${basedir}/LICENSE.txt"
tofile="${maven.build.directory}/dist/LICENSE.txt"/>
</target>
<!-- Create a zip containing the test environment -->
Modified: commons/proper/exec/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/changes/changes.xml?rev=747190&r1=747189&r2=747190&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/changes/changes.xml (original)
+++ commons/proper/exec/trunk/src/changes/changes.xml Mon Feb 23 23:10:56 2009
@@ -23,7 +23,7 @@
<author email="[email protected]">Siegfried Goeschl</author>
</properties>
<body>
- <release version="1.0.0" date="As in SVN" description="Sandbox release">
+ <release version="1.0.0" date="As in SVN" description="First Public
Release">
<action dev="sgoeschl" type="fix" due-to="Sebastien Bazley"
issue="EXEC-37">
Removed useless synchronized statement in
OpenVmsProcessingEnvironment.createProcEnvironment