[Yanel-commits] rev 40374 - public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/utils

michi at wyona.com michi at wyona.com
Tue Dec 9 16:13:32 CET 2008


Author: michi
Date: 2008-12-09 16:13:32 +0100 (Tue, 09 Dec 2008)
New Revision: 40374

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/utils/WarFetcher.java
Log:
obsolete imports removed

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/utils/WarFetcher.java
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/utils/WarFetcher.java	2008-12-09 15:13:12 UTC (rev 40373)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/utils/WarFetcher.java	2008-12-09 15:13:32 UTC (rev 40374)
@@ -5,26 +5,16 @@
 package org.wyona.yanel.impl.resources.updatefinder.utils;
 
 import org.apache.log4j.Category;
-import org.apache.tools.ant.taskdefs.Delete;
-
 import java.io.File;
-import java.io.FileInputStream;
 import java.io.FileOutputStream;
-import java.io.IOException;
 import java.io.InputStream;
 import java.io.OutputStream;
 import java.net.URL;
-import java.util.ArrayList;
 import java.util.HashMap;
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpSession;
-
-import org.apache.commons.io.FileUtils;
-import java.util.jar.JarEntry;
 import java.util.jar.JarFile;
-import java.net.JarURLConnection;
 
-
 public class WarFetcher implements Runnable {
     
     private static Category log = Category.getInstance(WarFetcher.class);



More information about the Yanel-commits mailing list