1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-07 16:26:11 +02:00

Updated all build.properties files and bin jar name

This commit is contained in:
Judy N. Green 2003-01-06 19:47:36 +00:00
parent 61987571ab
commit 77e7c17c2c
2 changed files with 14 additions and 5 deletions

View file

@ -1,5 +1,14 @@
source.cdttests.jar = src/,\
source.cdtuitests.jar = src/,\
ui/,\
core/,\
model/,\
about.html
model/
bin.includes = plugin.xml,\
about.html,\
plugin.properties,\
test.xml
about.html
src.includes = plugin.xml,\
about.html,\
plugin.properties,\
test.xml

View file

@ -2,11 +2,11 @@
<plugin
id="org.eclipse.cdt.ui.tests"
name="org.eclipse.cdt.ui.tests"
version="1.0.0"
version="1.0.1"
class="org.eclipse.cdt.testplugin.CTestPlugin">
<runtime>
<library name="cdttests.jar">
<library name="cdtuitests.jar">
<export name="*"/>
</library>
</runtime>