From ebac51df52f48b01bb4b7b1234b39d9776f8eb68 Mon Sep 17 00:00:00 2001 From: borg-0300 Date: Sat, 12 Nov 2005 11:38:35 +0000 Subject: [PATCH] restore defaultRemoteProfile git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1063 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaSwitchboard.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/de/anomic/plasma/plasmaSwitchboard.java b/source/de/anomic/plasma/plasmaSwitchboard.java index fd531d73a..04c6959d9 100644 --- a/source/de/anomic/plasma/plasmaSwitchboard.java +++ b/source/de/anomic/plasma/plasmaSwitchboard.java @@ -5,9 +5,9 @@ // first published on http://www.anomic.de // Frankfurt, Germany, 2004, 2005 // -// $LastChangedDate:$ -// $LastChangedRevision:$ -// $LastChangedBy:$ +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -608,8 +608,7 @@ public final class plasmaSwitchboard extends serverAbstractSwitch implements ser (getConfig(STR_REMOTEPROFILE, "").length() == 0) || (profiles.getEntry(getConfig(STR_REMOTEPROFILE, "")) == null)) { // generate new default entry for remote crawling -// defaultRemoteProfile = profiles.newEntry("remote", "", ".*", ".*", 0, 0, true, false, true, true, false, true, true, false); - defaultRemoteProfile = profiles.newEntry("remote", "", ".*", ".*", 0, 0, true, true, true, true, true, true, true, false); + defaultRemoteProfile = profiles.newEntry("remote", "", ".*", ".*", 0, 0, true, false, true, true, false, true, true, false); setConfig(STR_REMOTEPROFILE, defaultRemoteProfile.handle()); } else { defaultRemoteProfile = profiles.getEntry(getConfig(STR_REMOTEPROFILE, ""));