Skip to content

Commit

Permalink
Preparing the next release candidate ...
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/exec/trunk@747190 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Siegfried Goeschl committed Feb 23, 2009
1 parent c6096a1 commit 7881813
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NOTICE.txt
@@ -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/).
3 changes: 3 additions & 0 deletions build.xml
Expand Up @@ -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 -->
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Expand Up @@ -23,7 +23,7 @@
<author email="sgoeschl@apache.org">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
Expand Down

0 comments on commit 7881813

Please sign in to comment.