mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +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/,\
|
ui/,\
|
||||||
core/,\
|
core/,\
|
||||||
model/,\
|
model/
|
||||||
|
bin.includes = plugin.xml,\
|
||||||
|
about.html,\
|
||||||
|
plugin.properties,\
|
||||||
|
test.xml
|
||||||
about.html
|
about.html
|
||||||
|
src.includes = plugin.xml,\
|
||||||
|
about.html,\
|
||||||
|
plugin.properties,\
|
||||||
|
test.xml
|
||||||
|
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.cdt.ui.tests"
|
id="org.eclipse.cdt.ui.tests"
|
||||||
name="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">
|
class="org.eclipse.cdt.testplugin.CTestPlugin">
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
<library name="cdttests.jar">
|
<library name="cdtuitests.jar">
|
||||||
<export name="*"/>
|
<export name="*"/>
|
||||||
</library>
|
</library>
|
||||||
</runtime>
|
</runtime>
|
||||||
|
|
Loading…
Add table
Reference in a new issue