mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-15 20:25:46 +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
|
||||
###############################################################################
|
||||
source.rsetests.jar = src/
|
||||
output.rsetests.jar = bin/
|
||||
bin.includes = rsetests.jar,\
|
||||
plugin.xml,\
|
||||
bin.includes = plugin.xml,\
|
||||
META-INF/,\
|
||||
test.data/,\
|
||||
test.xml,\
|
||||
|
@ -29,8 +27,8 @@ bin.includes = rsetests.jar,\
|
|||
# build with "assert" keyword enabled
|
||||
javacSource = 1.5
|
||||
javacTarget = 1.5
|
||||
source.rsetests.jar = src/
|
||||
src.includes = teamConfig/,\
|
||||
about.html,\
|
||||
.settings/,\
|
||||
build.properties
|
||||
jars.compile.order =
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
<product>org.eclipse.sdk.ide</product>
|
||||
<testFailureIgnore>true</testFailureIgnore>
|
||||
<failIfNoTests>false</failIfNoTests>
|
||||
<testClassesDirectory>${project.build.directory}/rsetests.jar-classes</testClassesDirectory>
|
||||
<!-- <testClassesDirectory>${project.build.directory}/rsetests.jar-classes</testClassesDirectory>
|
||||
-->
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Add table
Reference in a new issue