Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Patch for org.eclipse.cdt.debug.core/build.properties

removed *.jar in build.xml files that was causing the generated jar to be
included twice. Jars that need to be copied to the plugins directory must be
explicitly added

-Judy
¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨
Judy N. Green               Software Engineer
QNX Software Systems Ltd.   www.qnx.com
¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨



cvs diff -N -u "build.properties"
  Index: build.properties
  ===================================================================
  RCS file: /home/tools/org.eclipse.cdt.debug.core/build.properties,v
  retrieving revision 1.3
  diff -u -r1.3 build.properties
  --- build.properties	26 Sep 2002 02:16:50 -0000	1.3
  +++ build.properties	17 Oct 2002 20:43:17 -0000
  @@ -1,8 +1,7 @@
   source.cdtdebugcore.jar = src/
   bin.includes = plugin.xml,\
                  plugin.properties,\
  -               about.html,\
  -               *.jar
  +               about.html
   src.includes = about.html
   javadoc.packages = org.eclipse.cdt.debug.core.*,\
                      org.eclipse.cdt.debug.core.cdi.*,\


Back to the top