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:
parent
7356823b0d
commit
6acf96ba0e
2 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
source.cdtdebugtests.jar = src/,\
|
source.cdtdebuguitests.jar = src/,\
|
||||||
core/
|
core/
|
||||||
bin.includes = about.html,\
|
bin.includes = about.html,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
test.xml
|
test.xml
|
||||||
src.includes = about.html,\
|
src.includes = about.html,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
test.xml
|
test.xml
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue