Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAndrew Niefer2009-12-11 19:58:27 +0000
committerAndrew Niefer2009-12-11 19:58:27 +0000
commit4d988229b5299e04010c3cd5e171ade5577a9e2f (patch)
treeca5beef16bcaf00650e1e09b46c877ea74db4f84 /releng
parent9c9a7f0b2f5d45b2515df021fcb8c00e28f7f3eb (diff)
downloadrt.equinox.framework-4d988229b5299e04010c3cd5e171ade5577a9e2f.tar.gz
rt.equinox.framework-4d988229b5299e04010c3cd5e171ade5577a9e2f.tar.xz
rt.equinox.framework-4d988229b5299e04010c3cd5e171ade5577a9e2f.zip
cvs on aix
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml2
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/remote.sh3
2 files changed, 4 insertions, 1 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index 501822e8b..a83c54e62 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -89,7 +89,7 @@
<arg line="-ws ${ws} -os ${os} -arch ${arch}"/>
<arg line="-java ${javaHome}"/>
<arg value="clean all" />
- <env key="PATH" value="/bin:/usr/bin:/usr/local/bin:/usr/sbin:/usr/X11R6/bin:/bluebird/teamswt/equinox/bin/cvs/${os}" />
+ <env key="PATH" value="/bin:/usr/bin:/usr/local/bin:/usr/sbin:/usr/X11R6/bin" />
</exec>
<!-- copy the resulting executable and .so -->
diff --git a/releng/org.eclipse.equinox.launcher.releng/remote.sh b/releng/org.eclipse.equinox.launcher.releng/remote.sh
index 6dde35a36..82eb226dc 100644
--- a/releng/org.eclipse.equinox.launcher.releng/remote.sh
+++ b/releng/org.eclipse.equinox.launcher.releng/remote.sh
@@ -34,6 +34,9 @@ case $OS in
;;
esac
;;
+ "AIX")
+ PATH=/bluebird/teamswt/swt-builddir/build/cvs_bin/AIX:$PATH
+ ;;
esac
PATH=$JAVA_HOME/jre/bin:$ANT_HOME/bin:$PATH

Back to the top