From edd078e7b844b92eb2ce19ba1af724cd31a6038f Mon Sep 17 00:00:00 2001 From: Pierre-Luc Paour Date: Wed, 4 Sep 2002 03:16:42 +0000 Subject: [PATCH] Supports both old build system (to .) and new ant build (to build). --- run.bat | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.bat b/run.bat index c931367..fba3601 100755 --- a/run.bat +++ b/run.bat @@ -1,5 +1,5 @@ @echo off -set CLASSPATH=. +set CLASSPATH=.;build java com.gallery.GalleryRemote.GalleryRemote \ No newline at end of file diff --git a/run.sh b/run.sh index 324764f..f61f77f 100644 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ -export CLASSPATH=. +export CLASSPATH=.:build java com.gallery.GalleryRemote.GalleryRemote \ No newline at end of file