bloritsch 2003/06/12 08:17:10
Modified: src/java/org/apache/avalon/phoenix/components/classloader
DefaultLoaderResolver.java
Log:
Fix GUMP build. We need to get rid of our need on the class as it stands, and refactor it into something more friendly.
Spice Classman is removing the class.
Revision Changes Path
1.3 +558 -373 avalon-phoenix/src/java/org/apache/avalon/phoenix/components/ classloader/DefaultLoaderResolver.java
Index: DefaultLoaderResolver.java
===================================================================
RCS file: /home/cvs/avalon-phoenix/src/java/org/apache/avalon/phoenix/ components/classloader/DefaultLoaderResolver.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DefaultLoaderResolver.java 30 Apr 2003 10:16:48 -0000 1.2
+++ DefaultLoaderResolver.java 12 Jun 2003 15:17:10 -0000 1.3
@@ -1,373 +1,558 @@
-/*
-
- ======================================================================= =====
Can you fix your IDE/environment to not mange the line endings? Makes it hard to see exactly what was changed :)
If you are doing a diff before checkin to see what the changes are, just make sure that the diff isn't ignoring whitespace.
-pete
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
