mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 18:55:38 +02:00
added the new source folder refactoring in the build
porperties
This commit is contained in:
parent
8820a6d0d7
commit
7b037d8323
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2004-03-09 Alain Magloire
|
||||||
|
|
||||||
|
Added the source folder refactor in the build
|
||||||
|
|
||||||
|
* build.properties
|
||||||
|
|
||||||
2004-03-09 Hoda Amer
|
2004-03-09 Hoda Amer
|
||||||
A new UI tool for renaming model elements.
|
A new UI tool for renaming model elements.
|
||||||
Mainly under the ui/refactor folder.
|
Mainly under the ui/refactor folder.
|
||||||
|
|
|
@ -6,7 +6,8 @@ bin.includes = about.html,\
|
||||||
cdtui.jar
|
cdtui.jar
|
||||||
source.cdtui.jar = src/,\
|
source.cdtui.jar = src/,\
|
||||||
utils.ui/,\
|
utils.ui/,\
|
||||||
browser/
|
browser/,\
|
||||||
|
refactor/
|
||||||
src.includes = about.html,\
|
src.includes = about.html,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
about.html,\
|
about.html,\
|
||||||
|
|
Loading…
Add table
Reference in a new issue