git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6328 6c8d7289-2bf4-0310-a012-ef5d649a1542

pull/1/head
orbiter 16 years ago
parent 4652b4d299
commit fbd77bd77c

@ -695,7 +695,7 @@
replace="yacy (*auto-svn-version*) unstable; urgency=low" />
</target>
<target name="build-jar" depends="compile">
<target name="build-jar" depends="compile-core">
<jar destfile="${lib}/yacycore.jar" basedir="${build}/">
<manifest>
<attribute name="Main-Class" value="yacy"/>

@ -74,7 +74,7 @@ public class DocumentIndex extends Segment {
this(new Log("DocumentIndex"), segmentPath);
}
private class Worker extends Thread {
class Worker extends Thread {
public void run() {
File f;
try {

Loading…
Cancel
Save