removed superfluous files

This commit is contained in:
Michael Peter Christen 2012-04-30 11:09:54 +02:00
parent 942896fe46
commit 6c4f8fdc44
7 changed files with 1 additions and 21 deletions

View File

@ -1,3 +0,0 @@
cd `dirname $0`/..
java -Xms1500m -Xmx2000m -classpath source:classes de.anomic.plasma.plasmaRankingCRProcess -accumulate .
java -Xms1500m -Xmx2000m -classpath source:classes de.anomic.plasma.plasmaRankingCRProcess -recycle . 168

View File

@ -1,2 +0,0 @@
cd `dirname $0`/..
java -server -Xms2100m -Xmx2100m -classpath source:classes de.anomic.plasma.plasmaRankingCRProcess -genrci .

View File

@ -1,2 +0,0 @@
cd `dirname $0`/..
java -server -Xms1000m -Xmx1000m -classpath source:classes de.anomic.plasma.plasmaRankingRCIEvaluation -genybr .

View File

@ -1,2 +0,0 @@
cd `dirname $0`/..
java -server -Xms400m -Xmx400m -classpath source:classes de.anomic.plasma.plasmaRankingRCIEvaluation -rcieval .

View File

@ -713,7 +713,7 @@
<target name="rpm" depends="all" description="Creates the main rpm-package and another for lib">
<mkdir dir="${release}/RPMS/noarch" />
<mkdir dir="${release}/BUILD" />
<copy file="yacy-svn-4.spec" tofile="${release}/SPECS/yacy-svn.spec" overwrite="true" filtering="true" />
<copy file="addon/yacy-svn-4.spec" tofile="${release}/SPECS/yacy-svn.spec" overwrite="true" filtering="true" />
<rpm specFile="yacy-svn.spec" topDir="${release}" />

View File

@ -1,11 +0,0 @@
cd `dirname $0`
# generating the proper classpath
CLASSPATH=""
for N in `ls -1 lib/*.jar`; do CLASSPATH="$CLASSPATH$N:"; done
for N in `ls -1 libx/*.jar`; do CLASSPATH="$CLASSPATH$N:"; done
java -classpath classes:htroot:$CLASSPATH net.yacy.yacy -shutdown
echo "Please wait until the YaCy daemon process terminates."
echo "You can monitor this with 'tail -f DATA/LOG/yacy00.log' and 'fuser log/yacy00.log'"