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.mi.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.mi.core/build.properties,v
  retrieving revision 1.3
  diff -u -r1.3 build.properties
  --- build.properties	26 Sep 2002 02:16:53 -0000	1.3
  +++ build.properties	17 Oct 2002 20:46:15 -0000
  @@ -1,6 +1,5 @@
   bin.includes = plugin.xml,\
                  plugin.properties,\
  -               about.html,\
  -               *.jar
  +               about.html
   src.includes = about.html
   source.cdtmicore.jar = src/


Back to the top