Changeset 25900
- Timestamp:
- 2012-07-05T21:07:31+12:00 (11 years ago)
- Location:
- gs3-extensions/solr/trunk/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-extensions/solr/trunk/src/ADD-SERVICE.sh
r25802 r25900 26 26 27 27 for f in $file_list ; do 28 echo "Adding $gsdlsrcdir/$f to gsdl3 web jar lib directory"28 echo "Adding lib/java/$f to gsdl3 web jar lib directory" 29 29 30 30 /bin/cp "lib/java/$f" "../../$jarwebdir/$f" … … 34 34 35 35 if [ ! -d ../../$webextdir ] ; then 36 echo "Creating web extension direct ion: $webextdir"36 echo "Creating web extension directory: $webextdir" 37 37 mkdir ../../$webextdir 38 38 fi … … 46 46 47 47 if [ -d web ] ; then 48 echo "Copying the content of the web folder (excluding the top-level .svn directory)" 48 49 # copy the content of the web folder (avoiding the top-level .svn directory) 49 50 /bin/cp -r web/* ../../$webextdir/. -
gs3-extensions/solr/trunk/src/DEL-SERVICE.sh
r24742 r25900 29 29 30 30 for f in $file_list ; do 31 echo " Adding $gsdlsrcdir/$f togsdl3 web jar lib directory"31 echo "Removing $f from gsdl3 web jar lib directory" 32 32 33 33 /bin/rm -f "../../$jarwebdir/$f" … … 38 38 39 39 if [ -d web ] ; then 40 echo "Removing the content of the web folder copied in by ADD-SERVICE.sh" 40 41 # remove the content of the web folder copied in by ADD-SERVICE.sh 41 42 /bin/rm -r ../../$webextdir
Note:
See TracChangeset
for help on using the changeset viewer.