Changeset 27861


Ignore:
Timestamp:
2013-07-15T20:46:53+12:00 (11 years ago)
Author:
davidb
Message:

No longer do the directory copies here. Better if this can be done in an OS-independant way in the ant build.xml file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/gs3-server.sh

    r27860 r27861  
    5252        chmod a+rwx "$gsdl3_writablehome/ext/solr"
    5353
    54         echo "Copying to $gsdl3_writablehome/packages/tomcat"
    55             /bin/cp -r "$GSDL3SRCHOME/packages/tomcat" "$gsdl3_writablehome/packages/."
     54#       echo "Copying to $gsdl3_writablehome/packages/tomcat"
     55#           /bin/cp -r "$GSDL3SRCHOME/packages/tomcat" "$gsdl3_writablehome/packages/."
    5656
    57             echo "=> Copying Greenstone's web/WEB-INF to writable area"
     57#            echo "=> Copying Greenstone's web/WEB-INF to writable area"
    5858       
    59         gsdl3_home=$GSDL3HOME
    60         /bin/cp -r "$gsdl3_home/WEB-INF" "$gsdl3_writablehome/."
    61         /bin/cp -r "$gsdl3_home/index.html" "$gsdl3_writablehome/."
     59#       gsdl3_home=$GSDL3HOME
     60#       /bin/cp -r "$gsdl3_home/WEB-INF" "$gsdl3_writablehome/."
     61#       /bin/cp -r "$gsdl3_home/index.html" "$gsdl3_writablehome/."
    6262    fi
    6363    fi
Note: See TracChangeset for help on using the changeset viewer.