Skip to content
Snippets Groups Projects
Commit 7802d89a authored by david_williams's avatar david_williams
Browse files

cleanup and format

parent ff60b324
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,13 @@
antfile="${wtp.builder.home}/scripts/build/runbuild.xml"
target="getBaseBuilder"/>
<!-- TODO: should set 'failonerror' to false, and follow up with error
check and appropriate cleanup/finishup actions before failing -->
<java
jar="${eclipse.launcher}"
fork="true"
failonerror="false">
failonerror="true">
<jvmarg value="-Dosgi.ws=${env.BASEWS}"/>
<jvmarg value="-Dosgi.os=${env.BASEOS}"/>
<jvmarg value="-Dosgi.arch=${env.BASEARCH}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment