Skip to Content.
Sympa Menu

notify-dpml - r912 - trunk/main/transit/console/src/main/net/dpml/transit/console

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r912 - trunk/main/transit/console/src/main/net/dpml/transit/console
  • Date: Thu, 12 Jan 2006 10:41:20 +0100

Author: mcconnell
Date: 2006-01-12 10:41:19 +0100 (Thu, 12 Jan 2006)
New Revision: 912

Modified:

trunk/main/transit/console/src/main/net/dpml/transit/console/TransitConsoleHandler.java
Log:
housekeeping

Modified:
trunk/main/transit/console/src/main/net/dpml/transit/console/TransitConsoleHandler.java
===================================================================
---
trunk/main/transit/console/src/main/net/dpml/transit/console/TransitConsoleHandler.java
2006-01-12 09:36:51 UTC (rev 911)
+++
trunk/main/transit/console/src/main/net/dpml/transit/console/TransitConsoleHandler.java
2006-01-12 09:41:19 UTC (rev 912)
@@ -163,9 +163,8 @@
StringBuffer buffer = new StringBuffer();

buffer.append( "\n\n Version " + Transit.VERSION );
-
- buffer.append( "\n\n Environment" );
- buffer.append( "\n\n ${dpml.home} \t" + Transit.DPML_HOME );
+ buffer.append( "\n\n Environment\n" );
+ buffer.append( "\n ${dpml.home} \t" + Transit.DPML_HOME );
buffer.append( "\n ${dpml.data} \t" + Transit.DPML_DATA );
buffer.append( "\n ${dpml.prefs} \t" + Transit.DPML_PREFS );
buffer.append( "\n ${dpml.system} \t" + Transit.DPML_SYSTEM );
@@ -206,11 +205,11 @@

CacheDirective cache = m_directive.getCacheDirective();

- buffer.append( "\n\n Cache and System Settings" );
- buffer.append( "\n\n Cache Directory: \t" + cache.getCache() );
+ buffer.append( "\n\n Cache and System Settings\n" );
buffer.append( "\n Cache Layout: \t" + cache.getCacheLayout() );
+ buffer.append( "\n Cache Directory: \t" + cache.getCache() );
buffer.append( "\n System Directory: \t" + cache.getLocal() );
- buffer.append( "\n Repository Layout: \t" +
cache.getLocalLayout() );
+ buffer.append( "\n System Layout: \t" + cache.getLocalLayout() );

HostDirective[] hosts = cache.getHostDirectives();
if( hosts.length > 0 )




  • r912 - trunk/main/transit/console/src/main/net/dpml/transit/console, mcconnell at BerliOS, 01/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page