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

tweeks to tests

parent 7fc9e130
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,15 @@
</echo>
</target>
<target name="installRepo">
<target name="installRepo"
depends="init">
<echo
level="info"
message="Installing ${dependency.file}" />
<echo
level="info"
message="destination: ${install.destination}" />
<antcall target="cleanInstall" />
<property
file="${install.destination}/installmanifest.properties" />
<!--
......
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