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

using naci's suggetsion to avoid platform specific code, but use unique "tmpsite" directories.

parent 2f7bc584
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,10 @@
</target>
<target name="unpackUpdateJarsAndCreateZippedPackages">
<!-- caution: this tmpsite variable can't be used completely , 'tmpsite' still hard
coded at end of this target, due to a bug related to deleting directories -->
<!--Note: we use this odd "tmpsite+archiveName" to make unique directories, since
can not be deleted from ant.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=142926
-->
<property name="tmpsite" value="${buildDirectory}/tmpsite-${archiveName}" />
......
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