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


Back to the top