Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2007-02-02 02:19:51 +0000
committerDoug Schaefer2007-02-02 02:19:51 +0000
commite4e2222d0f421ad91ccaabb203a79e8d20fab88a (patch)
tree7c8df6fd8d012128d3926b15c1650de97b38ab1c /build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties
parent32981cd32333c49b479047f5696ec000a8918582 (diff)
downloadorg.eclipse.cdt-e4e2222d0f421ad91ccaabb203a79e8d20fab88a.tar.gz
org.eclipse.cdt-e4e2222d0f421ad91ccaabb203a79e8d20fab88a.tar.xz
org.eclipse.cdt-e4e2222d0f421ad91ccaabb203a79e8d20fab88a.zip
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.
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties24
1 files 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

Back to the top