User: user57  
  Date: 02/02/16 02:35:22

  Modified:    src/main/org/jboss/system ServiceConfigurator.java
  Log:
   o moved xml utilities to common under org.jboss.util.xml
  
  Revision  Changes    Path
  1.18      +24 -23    jboss/src/main/org/jboss/system/ServiceConfigurator.java
  
  Index: ServiceConfigurator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/system/ServiceConfigurator.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ServiceConfigurator.java  5 Feb 2002 03:31:42 -0000       1.17
  +++ ServiceConfigurator.java  16 Feb 2002 10:35:22 -0000      1.18
  @@ -1,9 +1,10 @@
   /*
  -* JBoss, the OpenSource J2EE webOS
  -*
  -* Distributable under LGPL license.
  -* See terms of license at gnu.org.
  -*/
  + * JBoss, the OpenSource J2EE webOS
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
  +
   package org.jboss.system;
   
   import java.beans.PropertyEditor;
  @@ -28,7 +29,7 @@
   import javax.xml.parsers.DocumentBuilderFactory;
   import org.jboss.deployment.DeploymentException;
   import org.jboss.logging.Logger;
  -import org.jboss.util.DOMWriter;
  +import org.jboss.util.xml.DOMWriter;
   import org.w3c.dom.Document;
   import org.w3c.dom.Element;
   import org.w3c.dom.Node;
  @@ -36,23 +37,23 @@
   import org.w3c.dom.Text;
   
   /**
  -* Service configuration helper.
  -*
  -* @author <a href="mailto:[EMAIL PROTECTED]";>Marc Fleury</a>
  -* @author <a href="mailto:[EMAIL PROTECTED]";>Hiram Chirino</a>
  -* @version $Revision: 1.17 $
  -*
  -* <p><b>20010830 marc fleury:</b>
  -* <ul>
  -*   <li>Initial import
  -* </ul>
  -* <p><b>20010831 hiram chirino:</b>
  -* <ul>
  -*   <li>Added suppport for org.w3c.dom.Element type mbean attributes.
  -*      The first child Element of the &lt;attribute ...&gt; is used
  -*      to set the value of the attribute.
  -* </ul>
  -*/
  + * Service configuration helper.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Marc Fleury</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Hiram Chirino</a>
  + * @version $Revision: 1.18 $
  + *
  + * <p><b>20010830 marc fleury:</b>
  + * <ul>
  + *   <li>Initial import
  + * </ul>
  + * <p><b>20010831 hiram chirino:</b>
  + * <ul>
  + *   <li>Added suppport for org.w3c.dom.Element type mbean attributes.
  + *      The first child Element of the &lt;attribute ...&gt; is used
  + *      to set the value of the attribute.
  + * </ul>
  + */
   public class ServiceConfigurator
   {
      /** Primitive type name -> class map. */
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to