IMO, I think that the m2migration branch should focus solely on m2 migration and leave the cruft cleaning for another effort.

Regards,
Alan

Dain Sundstrom wrote:
That is my code and it should be removed. I only added it for debugging when working on configId branch.

-dain

On Jul 14, 2006, at 12:18 PM, [EMAIL PROTECTED] wrote:

Author: jdillon
Date: Fri Jul 14 12:18:04 2006
New Revision: 421991

URL: http://svn.apache.org/viewvc?rev=421991&view=rev
Log:
Comment about crummy usage of System.out

Modified:
geronimo/sandbox/svkmerge/m2migration/modules/system/src/java/org/apache/geronimo/system/repository/AbstractRepository.java

Modified: geronimo/sandbox/svkmerge/m2migration/modules/system/src/java/org/apache/geronimo/system/repository/AbstractRepository.java URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/modules/system/src/java/org/apache/geronimo/system/repository/AbstractRepository.java?rev=421991&r1=421990&r2=421991&view=diff ============================================================================== --- geronimo/sandbox/svkmerge/m2migration/modules/system/src/java/org/apache/geronimo/system/repository/AbstractRepository.java (original) +++ geronimo/sandbox/svkmerge/m2migration/modules/system/src/java/org/apache/geronimo/system/repository/AbstractRepository.java Fri Jul 14 12:18:04 2006
@@ -217,7 +217,11 @@
ArtifactTypeHandler typeHandler = (ArtifactTypeHandler) typeHandlers.get(destination.getType());
         if (typeHandler == null) typeHandler = DEFAULT_TYPE_HANDLER;
typeHandler.install(source, size, destination, monitor, location);
-
+
+        //
+ // FIXME: This should not be here... if you need this intel then add logging
+        //
+
         if (destination.getType().equalsIgnoreCase("car")) {
System.out.println("############################################################");
             System.out.println("# Installed configuration");



Reply via email to