mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 00:35:49 +02:00
Updated all build.properties files and bin jar name
This commit is contained in:
parent
61987571ab
commit
77e7c17c2c
2 changed files with 14 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue