User: cgjung  
  Date: 02/03/12 03:04:45

  Modified:    jboss.net build.xml
  Log:
  Axis Beta RC1 is here. Needs no more to be patched for integrating with the
  jboss classloading architecture. Lots of interna have changed, though.
  
  Adapted the deployment descriptors to support WSDD now.
  
  Revision  Changes    Path
  1.16      +6 -1      contrib/jboss.net/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jboss.net/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 28 Feb 2002 04:08:02 -0000      1.15
  +++ build.xml 12 Mar 2002 11:04:45 -0000      1.16
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.15 2002/02/28 04:08:02 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.16 2002/03/12 11:04:45 cgjung Exp $ -->
   
   <project default="main" name="JBoss/JBoss.Net">
   
  @@ -109,9 +109,14 @@
       <!-- Axis -->
       <property name="apache.axis.root" value="${project.thirdparty}/apache/axis"/>
       <property name="apache.axis.lib" value="${apache.axis.root}/lib"/>
  +    <property name="ibm.wsdl4j.root" value="${project.thirdparty}/ibm/wsdl4j"/>
  +    <property name="ibm.wsdl4j.lib" value="${ibm.wsdl4j.root}/lib"/>
       <path id="apache.axis.classpath">
         <fileset dir="${apache.axis.lib}">
           <include name="**/axis.jar"/>
  +      </fileset>
  +      <fileset dir="${ibm.wsdl4j.lib}">
  +        <include name="**/wsdl4j.jar"/>
         </fileset>
       </path>
   
  
  
  

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

Reply via email to