/[xulu]/trunk/defaults/startXULU.sh
ViewVC logotype

Diff of /trunk/defaults/startXULU.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10 by mojays, Wed Feb 25 21:31:27 2009 UTC revision 14 by mojays, Wed Feb 25 22:40:42 2009 UTC
# Line 34  Line 34 
34  ###################################################################  ###################################################################
35    
36  LIB_ROOT="lib"  LIB_ROOT="lib"
37    DIST_ROOT="dist"
38    #DIST_ROOT="lib/xulu"
39    
40  XULU_LIB=$LIB_ROOT/xulu/XuluModellingPlatform.jar  XULU_LIB=$DIST_ROOT/xulu.jar
41  if [ "$1" == "-useXuluJar" ]; then XULU_LIB=$LIB_ROOT/xulu/XuluModellingPlatform.jar ; fi  if [ "$1" == "-useXuluJar" ]; then XULU_LIB=$DIST_ROOT/xulu.jar ; fi
42  if [ "$1" == "-useXuluClasses" ]; then XULU_LIB=classes ; fi  if [ "$1" == "-useXuluClasses" ]; then XULU_LIB=classes ; fi
43    
44  XULU_REGISTRY=./registry_ProxyGrid.xif  XULU_REGISTRY=./registry_ProxyGrid.xif

Legend:
Removed from v.10  
changed lines
  Added in v.14

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26