Ignore:
Timestamp:
2010-05-31T17:00:40+12:00 (14 years ago)
Author:
sjm84
Message:

Rather than moving greenstone libs to the mat extension folder these files now add the libs to their classpaths in their current location

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mat/trunk/Mat.bat

    r22036 r22202  
     1SET gsdlhome=..\..
    12SET libraryPath=..\..\lib\jni
    2 SET classpath= build\classes
     3SET classpath= build\classes;%gsdlhome%\web\WEB-INF\lib\cp.jar;%gsdlhome%\web\WEB-INF\classes;%gsdlhome%\lib\jni\cp.jar;lib\jfreechart.jar;lib\jcommon.jar
    34java -Djava.library.path=%libraryPath% -Djava.ext.dirs="lib;." -classpath %classpath% org.greenstone.mat.CollectionChooser
Note: See TracChangeset for help on using the changeset viewer.