#!/bin/sh
# Author: Jeff Dalton
# Updated: Fri Jun 27 17:17:49 2008 by Jeff Dalton
# Copyright: (c) 2004, AIAI, University of Edinburgh

# This is used by the O-Plan / I-Plan demos on the web to get I-X plans.

this_dir=`dirname "$0"`
export ix=$this_dir/..

# export PATH=/usr/local/jdk1.4.1/bin:$PATH

exec $ix/etc/owl-s-java ix.iplan.PlanWithOWLS "$@"
