source: gs3-extensions/audioDB/trunk/src/DEL-SERVICE.sh@ 24353

Last change on this file since 24353 was 24353, checked in by davidb, 13 years ago

Scripts to help control the adding and removal of the AudioDB service

  • Property svn:executable set to *
File size: 272 bytes
RevLine 
[24353]1#!/bin/bash
2
3gsdlsrcdir=src/java/org/greenstone/gsdl3
4
5file_list=`cat java-src-file-list.txt`
6
7for f in $file_list ; do
8 if [ -e "../../$gsdlsrcdir/$f" ] ; then
9 echo "Removing $gsdlsrcdir/$f from gsdl3 java code-base"
10
11 /bin/rm -f "../../$gsdlsrcdir/$f"
12 fi
13done
Note: See TracBrowser for help on using the repository browser.