User: user57  
  Date: 01/07/28 23:26:53

  Modified:    .        Tag: jboss_buildmagic build.xml config.xml
  Log:
   o updated jboss changes from main
   o almost have jboss/server module generating the correct binary structure
   o updated <projecthelp> to sort the target list.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.7   +3 -1      jnp/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jnp/Attic/build.xml,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- build.xml 2001/07/29 02:13:41     1.1.2.6
  +++ build.xml 2001/07/29 06:26:53     1.1.2.7
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.1.2.6 2001/07/29 02:13:41 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.1.2.7 2001/07/29 06:26:53 user57 Exp $ -->
   
   <project name="jboss-naming" default="main">
   
  @@ -231,6 +231,8 @@
         <classpath refid="javac.classpath"/>
         <include name="${rmic.includes}"/>
         <exclude name="${rmic.excludes}"/>
  +
  +     <include name="**/NamingServer.class"/>
       </rmic>
     </target>
   
  
  
  
  1.1.2.4   +1 -2      jnp/Attic/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jnp/Attic/config.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- config.xml        2001/07/29 01:11:54     1.1.2.3
  +++ config.xml        2001/07/29 06:26:53     1.1.2.4
  @@ -14,7 +14,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: config.xml,v 1.1.2.3 2001/07/29 01:11:54 user57 Exp $ -->
  +<!-- $Id: config.xml,v 1.1.2.4 2001/07/29 06:26:53 user57 Exp $ -->
   
     <!-- ================================================================== -->
     <!-- Module Setup                                                       -->
  @@ -116,7 +116,6 @@
   
     <!-- RMIC should generate stubs compatible with Java 1.2+ -->
     <property name="rmic.stubVersion" value="1.2"/>
  -  <property name="rmic.includes" value="**/NamingServer.class"/>
   
     <!-- Where source files live -->
     <property name="source.java" value="${module.source}/main"/>
  
  
  

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

Reply via email to