Changeset 24485


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

Location:
gs3-extensions/solr/trunk/src
Files:
2 moved

Legend:

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

    r24456 r24485  
    22pushd "%CD%"
    33CD /D "%~dp0"
     4d
     5set extdesc=the Solr Extension
    46
    5 set extdesc=the Solr Extension
     7:: The port Jetty runs on:
     8set SOLR_JETTY_PORT=8983
     9
     10:: The port Jetty listens on for a "stop" command
     11set JETTY_STOP_PORT=8079
    612
    713if "%OS%" == "Windows_NT" goto WinNT
     
    4551
    4652setlocal enabledelayedexpansion
    47 if "x%GSDLEXTS%" == "x" (
    48   set GSDLEXTS=!extdir!
     53if "x%GSDL3EXTS%" == "x" (
     54  set GSDL3EXTS=!extdir!
    4955) else (
    50   set GSDLEXTS=!GSDLEXTS!:!extdir!
     56  set GSDL3EXTS=!GSDL3EXTS!:!extdir!
    5157)
    52 endlocal & set GSDLEXTS=%GSDLEXTS%
     58endlocal & set GSDL3EXTS=%GSDL3EXTS%
    5359
    5460echo +Your environment is now setup for %extdesc%
     
    5763:: variables with brackets in them, such as "Program Files (x86)"
    5864
     65echo ++Solr/Jetty server will run on port %SOLR_JETTY_PORT% (+ port %JETTY_STOP_PORT% for shutdown command)"
     66echo --These port values can be changed by editing:
     67echo --  %0
     68
     69
    5970
    6071:End
  • 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.