Ignore:
Timestamp:
2011-08-26T00:26:13+12:00 (13 years ago)
Author:
davidb
Message:

renaming of setup files to be compliant with gs3 requirements

File:
1 moved

Legend:

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

    r24456 r24485  
    5353  extdir=${GEXT_SOLR##*/}
    5454
    55   if [ "x$GSDLEXTS" = "x" ] ; then
    56     export GSDLEXTS=$extdir
     55  if [ "x$GSDL3EXTS" = "x" ] ; then
     56    export GSDL3EXTS=$extdir
    5757  else
    58     export GSDLEXTS=$GSDLEXTS:$extdir
     58    export GSDL3EXTS=$GSDL3EXTS:$extdir
    5959  fi
    6060
Note: See TracChangeset for help on using the changeset viewer.