1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/build/org.eclipse.cdt.managedbuilder.core
Sean Evoy ef50454dbd This patch implements 2 pieces of additional option functionality that were discussed on CDT-DEV.
1.	For a String option, if the defaultValue attribute is present, and contains a string of length > 0, then the command string (if any) is prepended to the defaultValue string to form the command line string.
2.	Add a commandFalse attribute to the Option Schema to be used, if specified, when the value of a Boolean option is False.
2004-03-22 21:28:40 +00:00
..
schema This patch implements 2 pieces of additional option functionality that were discussed on CDT-DEV. 2004-03-22 21:28:40 +00:00
src/org/eclipse/cdt/managedbuilder This patch implements 2 pieces of additional option functionality that were discussed on CDT-DEV. 2004-03-22 21:28:40 +00:00
.classpath Fix the classpaths to use dynamic containers again. 2004-01-05 21:16:28 +00:00
.cvsignore Patch for Sean Evoy: 2003-09-15 20:44:43 +00:00
.project Upgrade to Eclipse 3.0. Includes: 2003-11-24 18:31:03 +00:00
about.html Patch for Sean Evoy: 2003-09-15 20:44:43 +00:00
build.properties Upversioned the plugins, etc to 2.0.0. 2003-11-25 18:24:55 +00:00
ChangeLog Marked remaining strings untranslatable as they belong to the extensibility schema. 2004-03-16 22:25:50 +00:00
plugin.properties Removed the AbstractToolReference class because there is no longer any need for it with the introduction of a dynamic styrategy for model element creation. I kept the IToolReference interface, though. Moved several public methods into it and changed the clients of those methods so that the interface is used. 2004-03-19 16:38:49 +00:00
plugin.xml Removed the AbstractToolReference class because there is no longer any need for it with the introduction of a dynamic styrategy for model element creation. I kept the IToolReference interface, though. Moved several public methods into it and changed the clients of those methods so that the interface is used. 2004-03-19 16:38:49 +00:00