Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Patch request for classpath :: org.eclipse.cdt.debug.core

Please apply the following change to the classpath for
org.eclipse.cdt.debug.core

Thanks

-JG

*** Changelog ***
cvs diff -N -u "/org.eclipse.cdt.debug.core/ChangeLog"
  Index: ChangeLog
  ===================================================================
  RCS file: /home/tools/org.eclipse.cdt.debug.core/ChangeLog,v
  retrieving revision 1.106
  diff -u -r1.106 ChangeLog
  --- ChangeLog	21 Jan 2003 21:40:32 -0000	1.106
  +++ ChangeLog	22 Jan 2003 18:55:48 -0000
  @@ -1,3 +1,7 @@
  +2003-01-21 Judy N. Green
  +	*/home/tools/org.eclipse.cdt.debug.core
  +	fixed classpath to point to directories for source
  +	
   2003-01-21 Alain Magloire
   
   	* src/org/eclipse/cdt/debug/core/cdi/event/ICDISuspendedEvent.java:

*** .classpath file ***
cvs diff -N -u "/org.eclipse.cdt.debug.core/.classpath"
  Index: .classpath
  ===================================================================
  RCS file: /home/tools/org.eclipse.cdt.debug.core/.classpath,v
  retrieving revision 1.5
  diff -u -r1.5 .classpath
  --- .classpath	23 Sep 2002 20:46:53 -0000	1.5
  +++ .classpath	22 Jan 2003 18:54:04 -0000
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
       <classpathentry kind="src" path="src/"/>
  +    <classpathentry kind="src" path="schema/"/>
       <classpathentry kind="src" path="/org.eclipse.core.resources"/>
       <classpathentry kind="src" path="/org.eclipse.debug.core"/>
       <classpathentry kind="src" path="/org.eclipse.cdt.core"/>

¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨
Judy N. Green               Software Engineer
Eclipse CDT Team            www.eclipse.org/cdt
QNX Software Systems Ltd.   www.qnx.com
¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨


Back to the top