CVS: jcontainer/loom/engine/src/java/org/jcontainer/loom/components/assembler Assembler.java,1.11,1.12

Peter Donald <pdonald-yCVjj/[email protected]> Sun, 2 Nov 2003 23:56:10 -0600
Newsgroups gmane.comp.java.jcontainer.cvs
Message-ID <[email protected]>
Update of /cvsroot/jcontainer/jcontainer/loom/engine/src/java/org/jcontainer/loom/components/assembler
In directory hogshead.codehaus.org:/tmp/cvs-serv20898

Modified Files:
	Assembler.java 
Log Message:


Index: Assembler.java
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/engine/src/java/org/jcontainer/loom/components/assembler/Assembler.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Assembler.java	16 Oct 2003 14:45:44 -0000	1.11
+++ Assembler.java	3 Nov 2003 05:56:07 -0000	1.12
@@ -101,7 +101,7 @@
 import org.realityforge.salt.i18n.Resources;
 
 /**
- * Assemble a {@link org.jcontainer.loom.components.util.metadata.PartitionMetaData} object from a Configuration
+ * Assemble a {@link PartitionMetaData} object from a Configuration
  * object. The Configuration object represents the assembly descriptor
  * and is in the format specified for <tt>assembly.xml</tt> files.
  *
@@ -115,7 +115,7 @@
         ResourceManager.getPackageResources( Assembler.class );
 
     /**
-     * Create a {@link org.jcontainer.loom.components.util.metadata.PartitionMetaData} object based on specified
+     * Create a {@link PartitionMetaData} object based on specified
      * name and assembly configuration. This implementation takes two
      * parameters. {@link ContainerConstants#ASSEMBLY_NAME} specifies
      * the name of the assembly and
@@ -139,7 +139,7 @@
     }
 
     /**
-     * Create a {@link org.jcontainer.loom.components.util.metadata.PartitionMetaData} object based on specified
+     * Create a {@link PartitionMetaData} object based on specified
      * name and assembly configuration.
      *
      * @param name the name of Sar
@@ -178,7 +178,7 @@
     }
 
     /**
-     * Create an array of {@link org.jcontainer.loom.components.util.metadata.ComponentMetaData} objects to represent
+     * Create an array of {@link ComponentMetaData} objects to represent
      * the &lt;block .../&gt; sections in <tt>assembly.xml</tt>.
      *
      * @param blocks the list of Configuration objects for blocks
@@ -199,7 +199,7 @@
     }
 
     /**
-     * Create a single {@link org.jcontainer.loom.components.util.metadata.ComponentMetaData} object to represent
+     * Create a single {@link ComponentMetaData} object to represent
      * specified &lt;block .../&gt; section.
      *
      * @param block the Configuration object for block
@@ -238,7 +238,7 @@
     }
 
     /**
-     * Create an array of {@link org.jcontainer.loom.components.util.metadata.ComponentMetaData} objects to represent
+     * Create an array of {@link ComponentMetaData} objects to represent
      * the &lt;listener .../&gt; sections in <tt>assembly.xml</tt>.
      *
      * @param listenerConfigs the list of Configuration objects for listenerConfigs
@@ -260,7 +260,7 @@
     }
 
     /**
-     * Create a {@link org.jcontainer.loom.components.util.metadata.ComponentMetaData} object to represent
+     * Create a {@link ComponentMetaData} object to represent
      * the specified &lt;listener .../&gt; section.
      *
      * @param listener the Configuration object for listener