From e4e2222d0f421ad91ccaabb203a79e8d20fab88a Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Fri, 2 Feb 2007 02:19:51 +0000 Subject: [PATCH] Bug 101961 - Changed the names of the project types so that we are exlipcitly cygwin with the Gnu on Windows types. Also simplified the project type names on the others to match. --- .../plugin.properties | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties index 8aecfc0c064..ba53c4c92b0 100644 --- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties +++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties @@ -15,18 +15,18 @@ providerName=Eclipse.org # Build Model Names TargetName.gnu=GNU -TargetName.gnu.exe=Executable (Gnu) -TargetName.gnu.so=Shared Library (Gnu) -TargetName.gnu.lib=Static Library (Gnu) -TargetName.cygw.exe=Executable (Gnu on Windows) -TargetName.cygw.so=Shared Library (Gnu on Windows) -TargetName.cygw.lib=Static Library (Gnu on Windows) -TargetName.macosx.exe=Executable (MacOS X) -TargetName.macosx.so=Shared Library (MacOS X) -TargetName.macosx.lib=Static Library (MacOS X) -TargetName.solaris.exe=Executable (Gnu on Solaris) -TargetName.solaris.so=Shared Library (Gnu on Solaris) -TargetName.solaris.lib=Static Library (Gnu on Solaris) +TargetName.gnu.exe=Gnu Executable +TargetName.gnu.so=Gnu Shared Library +TargetName.gnu.lib=Gnu Static Library +TargetName.cygw.exe=Cygwin Executable +TargetName.cygw.so=Cygwin DLL +TargetName.cygw.lib=Cygwin Library +TargetName.macosx.exe=MacOS X Executable +TargetName.macosx.so=MacOS X Shared Library +TargetName.macosx.lib=MacOS X Static Library +TargetName.solaris.exe=Solaris Gnu Executable +TargetName.solaris.so=Solaris Gnu Shared Library +TargetName.solaris.lib=Solaris Gnu Static Library # No longer needed post-2.0 TargetName.cygw=Cygwin