CVS: jcontainer/loom/engine/src/java/org/jcontainer/loom/interfaces ContainerConstants.java,1.8,1.9 Kernel.java,1.8,1.9 LogManager.java,1.7,1.8
Peter Donald <pdonald-yCVjj/[email protected]> Wed, 3 Dec 2003 04:45:18 -0600
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcontainer/jcontainer/loom/engine/src/java/org/jcontainer/loom/interfaces
In directory hogshead.codehaus.org:/tmp/cvs-serv21491/engine/src/java/org/jcontainer/loom/interfaces
Modified Files:
ContainerConstants.java Kernel.java LogManager.java
Log Message:
Styled codebase
Index: ContainerConstants.java
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/engine/src/java/org/jcontainer/loom/interfaces/ContainerConstants.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ContainerConstants.java 29 Nov 2003 13:44:29 -0000 1.8
+++ ContainerConstants.java 3 Dec 2003 10:44:44 -0000 1.9
@@ -106,19 +106,13 @@
/** The date on which software was built. */
String DATE = Version.DATE;
- /**
- * The name which the assembly is registered into Loom using.
- */
+ /** The name which the assembly is registered into Loom using. */
String ASSEMBLY_NAME = "loom:assembly-name";
- /**
- * The name of the config file which is used to load config data.
- */
+ /** The name of the config file which is used to load config data. */
String CONFIG_DESCRIPTOR = "loom:config";
- /**
- * The name of the config file which is used to load assembly data.
- */
+ /** The name of the config file which is used to load assembly data. */
String ASSEMBLY_DESCRIPTOR = "loom:assembly";
/** The default classloader to use to load components. */
@@ -145,14 +139,10 @@
*/
String INSTALL_WORK = "install:work";
- /**
- * The URL to block configuration data. Type: {@link java.lang.String}
- */
+ /** The URL to block configuration data. Type: {@link java.lang.String} */
String INSTALL_CONFIG = "install:config";
- /**
- * The URL to assembly data. Type: {@link java.lang.String}
- */
+ /** The URL to assembly data. Type: {@link java.lang.String} */
String INSTALL_ASSEMBLY = "install:assembly";
/**
Index: Kernel.java
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/engine/src/java/org/jcontainer/loom/interfaces/Kernel.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Kernel.java 3 Dec 2003 07:40:19 -0000 1.8
+++ Kernel.java 3 Dec 2003 10:44:44 -0000 1.9
@@ -88,8 +88,8 @@
import java.io.File;
import java.util.Map;
-import org.jcontainer.loom.components.util.profile.PartitionProfile;
import org.codehaus.spice.loggerstore.LoggerStore;
+import org.jcontainer.loom.components.util.profile.PartitionProfile;
/**
* @author Peter Donald
Index: LogManager.java
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/engine/src/java/org/jcontainer/loom/interfaces/LogManager.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- LogManager.java 3 Dec 2003 07:40:19 -0000 1.7
+++ LogManager.java 3 Dec 2003 10:44:44 -0000 1.8
@@ -88,8 +88,8 @@
import java.io.File;
import java.util.Map;
-import org.jcontainer.dna.Configuration;
import org.codehaus.spice.loggerstore.LoggerStore;
+import org.jcontainer.dna.Configuration;
/**
* Interface that is used to manage Log objects for a Sar.