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.launch/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.launch/build.properties,v
  retrieving revision 1.2
  diff -u -r1.2 build.properties
  --- build.properties	21 Aug 2002 03:35:59 -0000	1.2
  +++ build.properties	17 Oct 2002 20:49:00 -0000
  @@ -1,7 +1,6 @@
   bin.includes = plugin.xml,\
                  plugin.properties,\
                  icons/,\
  -               *.jar,\
                  about.html
   source.cdtlaunch.jar = src/
   src.includes = about.html


Back to the top