mirror of https://github.com/apache/lucene.git
- This is not needed any more.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
138b3d3b1f
commit
e6aeb1c4d8
|
@ -1,23 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
#clean
|
||||
echo cleaning
|
||||
rm -r build
|
||||
rm -r classes
|
||||
rm -r cachingqueue
|
||||
rm -r logs
|
||||
|
||||
#build
|
||||
echo making build directory
|
||||
mkdir build
|
||||
cd build
|
||||
#echo extracting http client
|
||||
#jar xvf ../lib/HTTPClient.zip >/dev/null
|
||||
cd ..
|
||||
cp -r src/* build
|
||||
mkdir classes
|
||||
echo compiling
|
||||
#javac -g -d classes -sourcepath build build/HTTPClient/*.java
|
||||
javac -g -d classes -sourcepath build build/de/lanlab/larm/fetcher/FetcherMain.java
|
||||
|
||||
|
Loading…
Reference in New Issue