Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Patch for cdt.debug.ui.tests required for build

Need to change version numbers from 1.0.0 to 1.0.1 and fix the name of the
jar to reflect the package naming conventions that we are using.



***
cvs diff -N -u "plugin.xml"
  Index: plugin.xml
  ===================================================================
  RCS file: /home/tools/org.eclipse.cdt.debug.ui.tests/plugin.xml,v
  retrieving revision 1.2
  diff -u -r1.2 plugin.xml
  --- plugin.xml	17 Dec 2002 15:41:57 -0000	1.2
  +++ plugin.xml	6 Jan 2003 20:08:16 -0000
  @@ -2,11 +2,11 @@
   <plugin
      id="org.eclipse.cdt.debug.ui.tests"
      name="org.eclipse.cdt.debug.ui.tests"
  -   version="1.0.0"
  +   version="1.0.1"
      class="org.eclipse.cdt.debug.testplugin.CTestPlugin">
   
      <runtime>
  -      <library name="cdtdebugtests.jar">
  +      <library name="cdtdebuguitests.jar">
            <export name="*"/>
         </library>
      </runtime>

¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨
Judy N. Green               Software Engineer
Eclipse CDT Team            www.eclipse.org/cdt
QNX Software Systems Ltd.   www.qnx.com
¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨


Back to the top