User: vharcq  
  Date: 02/05/21 14:13:45

  Modified:    core/src/xdoclet/loader Tag: MODULE_REFACTORING_BRANCH
                        ModuleFinder.java
  Log:
  Remove methods no more in use
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.11  +1 -21     xdoclet/core/src/xdoclet/loader/ModuleFinder.java
  
  Index: ModuleFinder.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/loader/ModuleFinder.java,v
  retrieving revision 1.3.2.10
  retrieving revision 1.3.2.11
  diff -u -w -r1.3.2.10 -r1.3.2.11
  --- ModuleFinder.java 21 May 2002 21:11:14 -0000      1.3.2.10
  +++ ModuleFinder.java 21 May 2002 21:13:45 -0000      1.3.2.11
  @@ -23,7 +23,7 @@
    *
    * @author    <a href="mailto:[EMAIL PROTECTED]";>Aslak Helles�y</a>
    * @created   7. april 2002
  - * @version   $Revision: 1.3.2.10 $
  + * @version   $Revision: 1.3.2.11 $
    */
   public class ModuleFinder
   {
  @@ -35,26 +35,6 @@
                   return file.getName().endsWith(".jar");
               }
           };
  -
  -    public static File getXDocletJar()
  -    {
  -        return getJar("xdoclet.jar");
  -    }
  -
  -    public static File getJar(String name)
  -    {
  -        List jarFiles = findJarFiles();
  -        Iterator jarFileIterator = jarFiles.iterator();
  -
  -        while (jarFileIterator.hasNext()) {
  -            File file = (File) jarFileIterator.next();
  -
  -            if (file.getName().equals(name)) {
  -                return file;
  -            }
  -        }
  -        throw new IllegalStateException("Couldn't find " + name + " on classpath:" 
+ System.getProperty("xdoclet.class.path"));
  -    }
   
       /**
        * Find the newest Jar file in classpath. This method is used to see if a 
generation is needed because one of the
  
  
  

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to