From 127f15ad6cfbb6f1abf6eae8dec82b750c714aef Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Sat, 18 Dec 2004 04:56:56 +0000 Subject: [PATCH] - LARM cleanup git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151019 13f79535-47bb-0310-9956-ffa450edef68 --- .../contributions/webcrawler-LARM/build.bat | 21 --- .../webcrawler-LARM/build.properties.sample | 2 - .../contributions/webcrawler-LARM/build.xml | 147 ------------------ .../contributions/webcrawler-LARM/clean.sh | 5 - .../webcrawler-LARM/cleanlastrun.sh | 13 -- 5 files changed, 188 deletions(-) delete mode 100755 sandbox/contributions/webcrawler-LARM/build.bat delete mode 100644 sandbox/contributions/webcrawler-LARM/build.properties.sample delete mode 100644 sandbox/contributions/webcrawler-LARM/build.xml delete mode 100755 sandbox/contributions/webcrawler-LARM/clean.sh delete mode 100755 sandbox/contributions/webcrawler-LARM/cleanlastrun.sh diff --git a/sandbox/contributions/webcrawler-LARM/build.bat b/sandbox/contributions/webcrawler-LARM/build.bat deleted file mode 100755 index e0f42b1d8ce..00000000000 --- a/sandbox/contributions/webcrawler-LARM/build.bat +++ /dev/null @@ -1,21 +0,0 @@ -@echo off - -rem clean -echo cleaning -rmdir /s /q build -rmdir /s /q classes -rmdir /s /q cachingqueue -rmdir /s /q logs - -rem build -echo making build directory -mkdir build -cd build -echo extracting http client -jar xvf ../libs/HTTPClient.zip >nul -cd .. -xcopy /s src\*.java build -mkdir classes -echo compiling -javac -g -d classes -sourcepath build build/HTTPClient/*.java -javac -g -classpath ./libs/jakarta-oro-2.0.5.jar -d classes -sourcepath build build/de/lanlab/larm/fetcher/FetcherMain.java diff --git a/sandbox/contributions/webcrawler-LARM/build.properties.sample b/sandbox/contributions/webcrawler-LARM/build.properties.sample deleted file mode 100644 index f37dddf81ce..00000000000 --- a/sandbox/contributions/webcrawler-LARM/build.properties.sample +++ /dev/null @@ -1,2 +0,0 @@ -lucene.jar=C:\\java\\jakarta-lucene\\bin\\lucene-1.3-dev1.jar -debug=on diff --git a/sandbox/contributions/webcrawler-LARM/build.xml b/sandbox/contributions/webcrawler-LARM/build.xml deleted file mode 100644 index d90089e1cb9..00000000000 --- a/sandbox/contributions/webcrawler-LARM/build.xml +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ################################################################## - Lucene not found. - Lucene Jar: ${lucene.jar} - ################################################################## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/contributions/webcrawler-LARM/clean.sh b/sandbox/contributions/webcrawler-LARM/clean.sh deleted file mode 100755 index 65c222feba1..00000000000 --- a/sandbox/contributions/webcrawler-LARM/clean.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -./cleanlastrun.sh -rm -r build -rm -r classes - diff --git a/sandbox/contributions/webcrawler-LARM/cleanlastrun.sh b/sandbox/contributions/webcrawler-LARM/cleanlastrun.sh deleted file mode 100755 index 2102e045b4d..00000000000 --- a/sandbox/contributions/webcrawler-LARM/cleanlastrun.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -BASE_DIR=./runtime -LOG_DIR=$BASE_DIR/logs -CACHE_DIR=$BASE_DIR/cachingqueue -SLEEP_TIME=2 - -echo Removing $LOG_DIR... -sleep $SLEEP_TIME -rm -r $LOG_DIR -echo Removing $CACHE_DIR... -sleep $SLEEP_TIME -rm -r $CACHE_DIR