From 7b037d8323291dbc99c63699e368d17680893480 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 9 Mar 2004 22:00:19 +0000 Subject: [PATCH] added the new source folder refactoring in the build porperties --- core/org.eclipse.cdt.ui/ChangeLog | 6 ++++++ core/org.eclipse.cdt.ui/build.properties | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 0e60d89ca6a..498acf90fb7 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,9 @@ +2004-03-09 Alain Magloire + + Added the source folder refactor in the build + + * build.properties + 2004-03-09 Hoda Amer A new UI tool for renaming model elements. Mainly under the ui/refactor folder. diff --git a/core/org.eclipse.cdt.ui/build.properties b/core/org.eclipse.cdt.ui/build.properties index fe875b94490..e88f21f4a74 100644 --- a/core/org.eclipse.cdt.ui/build.properties +++ b/core/org.eclipse.cdt.ui/build.properties @@ -6,7 +6,8 @@ bin.includes = about.html,\ cdtui.jar source.cdtui.jar = src/,\ utils.ui/,\ - browser/ + browser/,\ + refactor/ src.includes = about.html,\ plugin.xml,\ about.html,\