[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils ...

Max Rydahl Andersen mandersen at jboss.com
Fri Sep 15 05:19:37 EDT 2006


  User: mandersen
  Date: 06/09/15 05:19:37

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils 
                        ClassLoaderHelper.java
  Log:
  deadcode
  
  Revision  Changes    Path
  1.8       +1 -8      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/ClassLoaderHelper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClassLoaderHelper.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/ClassLoaderHelper.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- ClassLoaderHelper.java	7 Jul 2006 13:51:12 -0000	1.7
  +++ ClassLoaderHelper.java	15 Sep 2006 09:19:37 -0000	1.8
  @@ -76,13 +76,6 @@
   				}
   			}
   			
  -			/*IPath aopPaths[] = AopClasspathContainer.getAopJarPaths();
  -			for (int i = 0; i < aopPaths.length; i++)
  -			{
  -				URL url = aopPaths[i].toFile().toURL();
  -				pathElements.add(url);
  -			}*/
  -			
   			IPath location = getProjectLocation(project.getProject() );
   			IPath outputPath = location.append(
   				project.getOutputLocation().removeFirstSegments(1) );
  
  
  



More information about the jboss-cvs-commits mailing list