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/,\
|
||||
core/
|
||||
source.cdtdebuguitests.jar = src/,\
|
||||
core/
|
||||
bin.includes = about.html,\
|
||||
plugin.xml,\
|
||||
test.xml
|
||||
src.includes = about.html,\
|
||||
plugin.xml,\
|
||||
test.xml
|
||||
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue