1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +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,9 +1,8 @@
source.cdtdebugtests.jar = src/,\
core/
source.cdtdebuguitests.jar = src/,\
core/
bin.includes = about.html,\
plugin.xml,\
test.xml
src.includes = about.html,\
plugin.xml,\
test.xml

View file

@ -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>