Echo directories.

Former-commit-id: 058975ba187dad6817bdeb1199eb1d2e36481891
This commit is contained in:
David Kocher
2016-03-15 14:14:21 +01:00
parent 8def2dfa84
commit ef0e33078e
+4 -4
View File
@@ -14,9 +14,9 @@
<property name="build.lipo.arch.remove" value=""/>
<target name="runtime">
<mkdir dir="${bundle}/${bundle.runtime}/${bundle.home}"/>
<mkdir dir="${bundle}/${bundle.runtime}"/>
<!-- Copy runtime -->
<echo message="Copy runtime from ${jvm.runtime.home} to ${bundle}/${bundle.runtime}..."/>
<echo message="Copy runtime from ${jvm.runtime.home} to ${bundle}/${bundle.runtime}"/>
<copy todir="${bundle}/${bundle.runtime}" preservelastmodified="true">
<fileset followsymlinks="false" dir="${jvm.runtime.home}" excludesfile="${home}/runtime-excludes.properties"/>
</copy>
@@ -27,7 +27,7 @@
</target>
<target name="shared-library-install-name">
<echo message="Change dynamic shared library install names to ${newname}"/>
<echo message="Change dynamic shared library install names to ${newname} in ${directory}"/>
<apply executable="/usr/bin/install_name_tool" failonerror="true"
type="file"
parallel="false" spawn="false" force="true">
@@ -40,7 +40,7 @@
</target>
<target name="lipo">
<echo message="Remove ${arch} slice from ${build.lipo.binaries}"/>
<echo message="Remove ${arch} slice from ${build.lipo.binaries} in ${directory}"/>
<apply executable="/usr/bin/lipo" failonerror="false" dest="${directory}"
parallel="false" spawn="false" force="true">
<!--Remove from executables-->