Skip to content
Snippets Groups Projects
Commit 2ed5eb22 authored by david_williams's avatar david_williams
Browse files

[164184] Add Dali distribution to WTP Builder R2.0

parent 55ea04a0
No related branches found
No related tags found
No related merge requests found
...@@ -40,9 +40,6 @@ ...@@ -40,9 +40,6 @@
<unzip dest="${testRoot}" src="${buildDirectory}/${buildLabel}/wtp-jsf-${buildLabel}.zip" overwrite="true" /> <unzip dest="${testRoot}" src="${buildDirectory}/${buildLabel}/wtp-jsf-${buildLabel}.zip" overwrite="true" />
<unzip dest="${testRoot}" src="${buildDirectory}/${buildLabel}/wtp-jsf-Automated-Tests-${buildLabel}.zip" overwrite="true" /> <unzip dest="${testRoot}" src="${buildDirectory}/${buildLabel}/wtp-jsf-Automated-Tests-${buildLabel}.zip" overwrite="true" />
<unzip dest="${testRoot}" src="${buildDirectory}/${buildLabel}/wtp-jpa-${buildLabel}.zip" overwrite="true" />
<unzip dest="${testRoot}" src="${buildDirectory}/${buildLabel}/wtp-jpa-Automated-Tests-${buildLabel}.zip" overwrite="true" />
<antcall target="runTestEclipse"> <antcall target="runTestEclipse">
<param name="testTarget" value="all" /> <param name="testTarget" value="all" />
</antcall> </antcall>
...@@ -59,6 +56,9 @@ ...@@ -59,6 +56,9 @@
<jvmarg value="-Dosgi.ws=${basews}" /> <jvmarg value="-Dosgi.ws=${basews}" />
<jvmarg value="-Dosgi.os=${baseos}" /> <jvmarg value="-Dosgi.os=${baseos}" />
<jvmarg value="-Dosgi.arch=${basearch}" /> <jvmarg value="-Dosgi.arch=${basearch}" />
<jvmarg value="-Dws=${basews}" />
<jvmarg value="-Dos=${baseos}" />
<jvmarg value="-Darch=${basearch}" />
<jvmarg value="-Dnoclean=true" /> <jvmarg value="-Dnoclean=true" />
<jvmarg value="-DbuildBranch=${buildBranch}" /> <jvmarg value="-DbuildBranch=${buildBranch}" />
<jvmarg value="-DbuildType=${buildType}" /> <jvmarg value="-DbuildType=${buildType}" />
......
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