User: reverbel
  Date: 02/03/30 12:55:09

  Modified:    iiop     build.xml
  Log:
  HomeFactory in not a static inner class within IIOPContainerInvoker
  anymore. It moved from the iiop/server dir to the iiop dir.
  
  Revision  Changes    Path
  1.11      +1 -2      contrib/iiop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/iiop/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 23 Mar 2002 21:11:00 -0000      1.10
  +++ build.xml 30 Mar 2002 20:55:09 -0000      1.11
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.10 2002/03/23 21:11:00 ejort Exp $ -->
  +<!-- $Id: build.xml,v 1.11 2002/03/30 20:55:09 reverbel Exp $ -->
   
   <project default="main" name="JBoss/IIOP">
   
  @@ -361,7 +361,6 @@
           <include name="**/jboss/iiop/rmi/**"/>
           <include name="**/jboss/ejb/plugins/iiop/*"/>
           <include name="**/jboss/ejb/plugins/iiop/client/*"/>
  -        <include name="**/jboss/ejb/plugins/iiop/server/*HomeFactory.class"/>
         </fileset>
         <fileset dir="${build.classes}">
           <include name="org/omg/stub/javax/ejb/_EJBHome_Stub.class"/>
  
  
  

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

Reply via email to