From 132cd7da450c40cc4e8db0d09a459d9bd93d6393 Mon Sep 17 00:00:00 2001 From: allo Date: Sat, 5 Aug 2006 18:39:25 +0000 Subject: [PATCH] no need to copy dir.* git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2346 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/htdocsdefault/dir.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/htroot/htdocsdefault/dir.java b/htroot/htdocsdefault/dir.java index e9bef631f..5f96cc348 100644 --- a/htroot/htdocsdefault/dir.java +++ b/htroot/htdocsdefault/dir.java @@ -189,10 +189,6 @@ public class dir { if (newdirname != null && newdirname.length() > 0) { final File newdir = new File(dir, newdirname); newdir.mkdir(); - try { - serverFileUtils.copy(new File(dir,"dir.html"), new File(newdir, "dir.html")); - serverFileUtils.copy(new File(dir,"dir.class"), new File(newdir, "dir.class")); - } catch (IOException e) {} } } if (action.equals("delete") && adminAuthorization) {