From fae44f1c820b34f94c160333e61b34df2eab38b4 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 19 Dec 2003 17:15:22 +0000 Subject: [PATCH] updated log --- core/org.eclipse.cdt.core/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 6ad96cf1693..ff369ff5d2c 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,10 @@ +2003-12-19 Alain Magloire + + Added a getCommandLine() method on the CommandLauncher + to help PR 41417. + + * src/org/eclipse/cdt/core/CommandLauncher.java + 2003-12-16 Alain Magloire PR 48921.