Changeset 2089


Ignore:
Timestamp:
2001-03-01T13:01:46+13:00 (23 years ago)
Author:
paynter
Message:

Add the top-level directory to the java CLASSPATH.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/Makefile

    r2081 r2089  
     1
     2
     3# find the top-level directory of the java-client tree
     4# and add it to the java CLASSPATH
     5
     6ifndef GSJCHOME
     7    export GSJCHOME=$(PWD)
     8endif
     9
     10ifdef CLASSPATH
     11    export CLASSPATH += :$(GSJCHOME)
     12else
     13    export CLASSPATH = $(GSJCHOME)
     14endif
     15
    116
    217GREENSTONEIDLFILE=/home/nzdl/gsdl/lib/corbaiface.idl
     
    2641    rm -rf org/nzdl/corba
    2742
     43
     44
     45
     46
Note: See TracChangeset for help on using the changeset viewer.