Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Candidate patch for Launcher naming

Need to change the label on the C/C++ launcher 
to reflect the type of launch it is and not associate with a type of C/C++
application.

This is the result of a discussion between Dave Inglis, myself and others
regarding the fact that the 'type's of launcher for C/C++ are different from
Java and independent of the type of application.

Please update the launcher  ;)
-Judy


cvs diff -N -u "plugin.properties"
  Index: plugin.properties
  ===================================================================
  RCS file: /home/tools/org.eclipse.cdt.launch/plugin.properties,v
  retrieving revision 1.5
  diff -u -r1.5 plugin.properties
  --- plugin.properties	26 Sep 2002 19:36:12 -0000	1.5
  +++ plugin.properties	25 Nov 2002 20:50:36 -0000
  @@ -11,5 +11,5 @@
   pluginName=C/C++ Development Tools Launching Support
   providerName=Eclipse.org
   
  -LocalCDTLaunch.name= C/C++ Application
  +LocalCDTLaunch.name= C/C++ Local
   CoreFileCDTLaunch.name= C/C++ Post-mortem debugger



¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨
Judy N. Green             (w) 613 591-0931 x 9709
Software Engineer         (c) 613 863-2791
QNX Software Systems Ltd. 75 Terence Matthews Cres.
www.qnx.com               Kanata, Ont. K2M 1W8
¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨


Back to the top