Author: sgoeschl
Date: Wed Jan 2 10:22:11 2008
New Revision: 608169
URL: http://svn.apache.org/viewvc?rev=608169&view=rev
Log:
SANDBOX-62 Made DefaultExecutor.launch() protected to enable mocking
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=608169&r1=608168&r2=608169&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/src/changes/changes.xml (original)
+++ commons/sandbox/exec/trunk/src/changes/changes.xml Wed Jan 2 10:22:11 2008
@@ -6,6 +6,9 @@
</properties>
<body>
<release version="1.0-SNAPSHOT" date="as in SVN" description="Sandbox
release">
+ <action dev="sgoeschl" type="add" issue="SANDBOX-62" due-to="Jeremy
Lacoste">
+ Made DefaultExecutor.launch() protected to enable mocking.
+ </action>
<action dev="sgoeschl" type="add" issue="SANDBOX-107" due-to="Niklas
Gustavsson">
Made ProcessDestroyer optional and pluggable when using Executor.
</action>