1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
This commit is contained in:
David Inglis 2006-05-11 18:31:37 +00:00
parent 825bc6be8c
commit 5faf360a12
4 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@
*
* Contributors:
* QNX Software Systems - Initial API and implementation
* Tianchao Li (tianchao.li@gmail.com) - arbitrary build directory (bug #136136)
*******************************************************************************/
package org.eclipse.cdt.make.core;

View file

@ -7,6 +7,7 @@
*
* Contributors:
* IBM - Initial API and implementation
* Tianchao Li (tianchao.li@gmail.com) - arbitrary build directory (bug #136136)
*******************************************************************************/
package org.eclipse.cdt.make.internal.core.scannerconfig2;

View file

@ -8,6 +8,7 @@
# Contributors:
# QNX Software Systems - initial API and implementation
# Wind River Systems - fix for bugzilla 135150
# Tianchao Li (tianchao.li@gmail.com) - arbitrary build directory (bug #136136)
###############################################################################
MakeCWizard.title=C/Make Project

View file

@ -7,6 +7,7 @@
*
* Contributors:
* QNX Software Systems - initial API and implementation
* Tianchao Li (tianchao.li@gmail.com) - arbitrary build directory (bug #136136)
*******************************************************************************/
package org.eclipse.cdt.make.ui.dialogs;