User: user57  
  Date: 02/02/12 20:22:31

  Modified:    .        build.xml
  Log:
   o renamed SafeObjectNameFactory -> ObjectNameFactory
   o updated existing users of SafeObjectNameFactory to use new name
   o converted a few more
  
  Revision  Changes    Path
  1.56      +2 -2      jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- build.xml 12 Feb 2002 06:51:17 -0000      1.55
  +++ build.xml 13 Feb 2002 04:22:31 -0000      1.56
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.55 2002/02/12 06:51:17 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.56 2002/02/13 04:22:31 user57 Exp $ -->
   
   <project default="main" name="JBoss/Server">
   
  @@ -531,7 +531,7 @@
           <include name="org/jboss/deployment/DeploymentException.class"/>
   
           <!-- Included as a duplicate class to allow core components to use it. -->
  -        <include name="org/jboss/util/SafeObjectNameFactory.class"/>
  +        <include name="org/jboss/util/ObjectNameFactory.class"/>
         </fileset>
         <fileset dir="${build.resources}">
           <include name="org/jboss/version.properties"/>
  
  
  

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

Reply via email to