source: gs3-extensions/audioDB/trunk/src/ADD-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: 231 bytes
Line 
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 echo "Adding $gsdlsrcdir/$f to gsdl3 java code-base"
9
10 /bin/cp "$gsdlsrcdir/$f" "../../$gsdlsrcdir/$f"
11done
Note: See TracBrowser for help on using the repository browser.