Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2015-12-21 19:55:16 +0000
committerArun Thondapu2015-12-21 19:55:16 +0000
commit5f6882c09c45ef88c14635c0d63205e752a0de77 (patch)
treece6dbe98cf345466cbe2ed1286d0c9e04e9ee771
parent27d08789a04d0662043439cef7ab154370272692 (diff)
downloadrt.equinox.framework-I20151222-0800.tar.gz
rt.equinox.framework-I20151222-0800.tar.xz
rt.equinox.framework-I20151222-0800.zip
Bug 383545 - Replace carbon with cocoa in build.xmlI20151229-0800I20151222-0800
Change-Id: Ieb59c24e2dbdb3691ed4dabbdc2f36e942190c19 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index 20742e7dd..34455321b 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -162,7 +162,7 @@
todir="${userName}@${machine}:${remotebuilddir}"
keyfile="${keyfile}"
trust="true"/>
- <condition property="lib_dir" value="${remotetmpdir}/carbon" else="${remotetmpdir}/${ws}" >
+ <condition property="lib_dir" value="${remotetmpdir}/cocoa" else="${remotetmpdir}/${ws}" >
<equals arg1="cocoa" arg2="${ws}" />
</condition>
<condition property="javaParam" value="" else="-java ${javaArg}" >

Back to the top