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.ui/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.ui/build.properties,v
  retrieving revision 1.4
  diff -u -r1.4 build.properties
  --- build.properties	30 Sep 2002 13:23:12 -0000	1.4
  +++ build.properties	17 Oct 2002 20:48:14 -0000
  @@ -1,7 +1,6 @@
   bin.includes = plugin.xml,\
                  plugin.properties,\
  -               about.html,\
  -               *.jar,\
  +               about.html
                  icons/
   src.includes = about.html
   source.cdtdebugui.jar = src/


Back to the top