mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 20:55:44 +02:00
[releng] working on tycho-maven build.
This commit is contained in:
parent
ea5656991d
commit
894c4f8a49
2 changed files with 4 additions and 5 deletions
|
@ -10,9 +10,7 @@
|
||||||
# Martin Oberhuber (Wind River) - fix ant build and make consistent
|
# Martin Oberhuber (Wind River) - fix ant build and make consistent
|
||||||
###############################################################################
|
###############################################################################
|
||||||
source.rsetests.jar = src/
|
source.rsetests.jar = src/
|
||||||
output.rsetests.jar = bin/
|
bin.includes = plugin.xml,\
|
||||||
bin.includes = rsetests.jar,\
|
|
||||||
plugin.xml,\
|
|
||||||
META-INF/,\
|
META-INF/,\
|
||||||
test.data/,\
|
test.data/,\
|
||||||
test.xml,\
|
test.xml,\
|
||||||
|
@ -29,8 +27,8 @@ bin.includes = rsetests.jar,\
|
||||||
# build with "assert" keyword enabled
|
# build with "assert" keyword enabled
|
||||||
javacSource = 1.5
|
javacSource = 1.5
|
||||||
javacTarget = 1.5
|
javacTarget = 1.5
|
||||||
source.rsetests.jar = src/
|
|
||||||
src.includes = teamConfig/,\
|
src.includes = teamConfig/,\
|
||||||
about.html,\
|
about.html,\
|
||||||
.settings/,\
|
.settings/,\
|
||||||
build.properties
|
build.properties
|
||||||
|
jars.compile.order =
|
||||||
|
|
|
@ -26,7 +26,8 @@
|
||||||
<product>org.eclipse.sdk.ide</product>
|
<product>org.eclipse.sdk.ide</product>
|
||||||
<testFailureIgnore>true</testFailureIgnore>
|
<testFailureIgnore>true</testFailureIgnore>
|
||||||
<failIfNoTests>false</failIfNoTests>
|
<failIfNoTests>false</failIfNoTests>
|
||||||
<testClassesDirectory>${project.build.directory}/rsetests.jar-classes</testClassesDirectory>
|
<!-- <testClassesDirectory>${project.build.directory}/rsetests.jar-classes</testClassesDirectory>
|
||||||
|
-->
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Add table
Reference in a new issue