Ignore:
Timestamp:
2012-07-05T21:07:31+12:00 (12 years ago)
Author:
ak19
Message:

Adding an ant build file with add-service and del-service targets for the Solr extension to replace the existing bash scripts ADD-SERVICE.sh and DEL-SERVICE.sh. This bypasses the need for batch scripts that parallel the bash scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/DEL-SERVICE.sh

    r24742 r25900  
    2929
    3030for f in $file_list ; do
    31   echo "Adding $gsdlsrcdir/$f to gsdl3 web jar lib directory"
     31  echo "Removing $f from gsdl3 web jar lib directory"
    3232
    3333  /bin/rm -f "../../$jarwebdir/$f"
     
    3838
    3939if [ -d web ] ; then
     40  echo "Removing the content of the web folder copied in by ADD-SERVICE.sh"
    4041  # remove the content of the web folder copied in by ADD-SERVICE.sh
    4142  /bin/rm -r ../../$webextdir
Note: See TracChangeset for help on using the changeset viewer.