Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-15 20:16:30 +0000
committerDavid Williams2015-03-15 20:16:30 +0000
commit661fa0f220b67055b2d39b10ccab3c58ef76a229 (patch)
treed666b019af063ee8b91b0ac8d7253642bcd75d83
parentc74f8b485f8d8b632f069e838c8b6f7a23bea563 (diff)
downloadeclipse.platform.releng.aggregator-661fa0f220b67055b2d39b10ccab3c58ef76a229.tar.gz
eclipse.platform.releng.aggregator-661fa0f220b67055b2d39b10ccab3c58ef76a229.tar.xz
eclipse.platform.releng.aggregator-661fa0f220b67055b2d39b10ccab3c58ef76a229.zip
Bug 462178 - JUnit Test build (assembly) fails with Tycho
0.23.0-SNAPSHOT
-rw-r--r--eclipse-platform-parent/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 28f0ca3d4..ddf1ab4f0 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -414,15 +414,14 @@
<args>-encoding</args>
<args>${project.build.sourceEncoding}</args>
<args>-proceedOnError</args>
- <!-- Use this form, for Tycho 22 or less. -->
+ <!-- Use this form, for Tycho 22 or less.
<args>-log</args>
<args>${project.build.directory}/@dot.xml</args>
-
+ -->
</compilerArgs>
- <!-- Use this form for Tycho 23 or greater
+ <!-- Use this form for Tycho 23 or greater -->
<log>xml</log>
<logDirectory>${project.build.directory}/compilelogs</logDirectory>
- -->
<showWarnings>true</showWarnings>
<excludeResources>
<exclude>**/package.html</exclude>

Back to the top