mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Adds sources containing testcode to jar
This commit is contained in:
parent
a21f562d31
commit
fe8600233c
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,8 @@ bin.includes = plugin.xml,\
|
||||||
resources/,\
|
resources/,\
|
||||||
META-INF/,\
|
META-INF/,\
|
||||||
parser/org/eclipse/cdt/internal/index/tests/,\
|
parser/org/eclipse/cdt/internal/index/tests/,\
|
||||||
parser/org/eclipse/cdt/internal/pdom/tests/
|
parser/org/eclipse/cdt/internal/pdom/tests/,\
|
||||||
|
parser/org/eclipse/cdt/core/parser/tests/ast2/
|
||||||
|
|
||||||
output.cdtcoretests.jar = bin/
|
output.cdtcoretests.jar = bin/
|
||||||
source.cdtcoretests.jar = failures/,\
|
source.cdtcoretests.jar = failures/,\
|
||||||
|
@ -28,4 +29,5 @@ source.cdtcoretests.jar = failures/,\
|
||||||
jre.compilation.profile=J2SE-1.4
|
jre.compilation.profile=J2SE-1.4
|
||||||
javacSource=1.4
|
javacSource=1.4
|
||||||
javacTarget=1.4
|
javacTarget=1.4
|
||||||
|
bin.excludes = parser/org/eclipse/cdt/core/
|
||||||
|
|
Loading…
Add table
Reference in a new issue