Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-11-16 19:52:58 +0000
committerAndrew Niefer2010-11-16 19:52:58 +0000
commita4b0a1a1f9c46abd526488178336ec242b4feaee (patch)
tree09c75ecee7e013e67c1c6e2890fb839987ca7cf9
parentf6a7400db070633059394c4658e84f00aca67144 (diff)
downloadrt.equinox.framework-a4b0a1a1f9c46abd526488178336ec242b4feaee.tar.gz
rt.equinox.framework-a4b0a1a1f9c46abd526488178336ec242b4feaee.tar.xz
rt.equinox.framework-a4b0a1a1f9c46abd526488178336ec242b4feaee.zip
bug 330280 - add hpux gtk
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/remote.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/remote.sh b/releng/org.eclipse.equinox.launcher.releng/remote.sh
index 82eb226dc..9c50a6380 100644
--- a/releng/org.eclipse.equinox.launcher.releng/remote.sh
+++ b/releng/org.eclipse.equinox.launcher.releng/remote.sh
@@ -37,6 +37,9 @@ case $OS in
"AIX")
PATH=/bluebird/teamswt/swt-builddir/build/cvs_bin/AIX:$PATH
;;
+ "HP-UX")
+ PATH=$PATH:/opt/gtk2.6/bin:/opt/gtk2.6/lib/pkgconfig
+ ;;
esac
PATH=$JAVA_HOME/jre/bin:$ANT_HOME/bin:$PATH

Back to the top