You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2007/12/14 17:46:56 UTC

svn commit: r604223 - /commons/sandbox/exec/trunk/src/changes/changes.xml

Author: sgoeschl
Date: Fri Dec 14 08:46:55 2007
New Revision: 604223

URL: http://svn.apache.org/viewvc?rev=604223&view=rev
Log:
Document the last changes

Modified:
    commons/sandbox/exec/trunk/src/changes/changes.xml

Modified: commons/sandbox/exec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/changes/changes.xml?rev=604223&r1=604222&r2=604223&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/src/changes/changes.xml (original)
+++ commons/sandbox/exec/trunk/src/changes/changes.xml Fri Dec 14 08:46:55 2007
@@ -6,6 +6,10 @@
   </properties>
   <body>
     <release version="1.0-SNAPSHOT" date="as in SVN" description="Sandbox release">
+      <action dev="sgoeschl" type="add">
+        CommandLine can now expand the given command line by a user-suppied
+        map. This allows to execute something like "${JAVA_HOME}/bin/java -jar ${myapp}"
+      </action>
       <action dev="sgoeschl" type="add" issue="SANDBOX-192" due-to="Reinhold Fuereder">
         Added methods to provide pre-quoted arguments.
       </action>