Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
authorAlain Magloire2002-12-03 19:27:33 +0000
committerAlain Magloire2002-12-03 19:27:33 +0000
commit10f0fc55a2e752d205279dc057a0f883c5c8657d (patch)
tree097ed585dd575d892557c1f9da7266bb2dba8c50 /launch
parent0fe4bfc865702d484cc04dfbb86dec9c7e73acf7 (diff)
downloadorg.eclipse.cdt-10f0fc55a2e752d205279dc057a0f883c5c8657d.tar.gz
org.eclipse.cdt-10f0fc55a2e752d205279dc057a0f883c5c8657d.tar.xz
org.eclipse.cdt-10f0fc55a2e752d205279dc057a0f883c5c8657d.zip
updated.
Diffstat (limited to 'launch')
-rw-r--r--launch/org.eclipse.cdt.launch/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/ChangeLog b/launch/org.eclipse.cdt.launch/ChangeLog
index d2b0d4da0c5..e4835c61e4f 100644
--- a/launch/org.eclipse.cdt.launch/ChangeLog
+++ b/launch/org.eclipse.cdt.launch/ChangeLog
@@ -1,3 +1,11 @@
+2002-12-03 Alain Magloire
+
+ * src/.../internal/LocalCLaunchConfigurationDelegate.java(exec):
+ Change the signature to take Properties for the environment get
+ the default environment and add it to new environment to it.
+ Use ProcessFactory to run the Application, with the new environment
+ array.
+
2002-11-23 Alain Magloire
* src/.../internal/ui/CApplicationLaunchShortcut.java (searchAndLaunch):

Back to the top