1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Commit patch from JGreen

This commit is contained in:
Peter Graves 2003-01-06 20:33:54 +00:00
parent 7356823b0d
commit 6acf96ba0e
2 changed files with 4 additions and 5 deletions

View file

@ -1,4 +1,4 @@
source.cdtdebugtests.jar = src/,\ source.cdtdebuguitests.jar = src/,\
core/ core/
bin.includes = about.html,\ bin.includes = about.html,\
plugin.xml,\ plugin.xml,\
@ -6,4 +6,3 @@ bin.includes = about.html,\
src.includes = about.html,\ src.includes = about.html,\
plugin.xml,\ plugin.xml,\
test.xml test.xml

View file

@ -2,11 +2,11 @@
<plugin <plugin
id="org.eclipse.cdt.debug.ui.tests" id="org.eclipse.cdt.debug.ui.tests"
name="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"> class="org.eclipse.cdt.debug.testplugin.CTestPlugin">
<runtime> <runtime>
<library name="cdtdebugtests.jar"> <library name="cdtdebuguitests.jar">
<export name="*"/> <export name="*"/>
</library> </library>
</runtime> </runtime>