User: user57  
  Date: 02/02/16 20:22:24

  Modified:    jboss.net build.xml
  Log:
   o Some re-org in preperation for a 3.0 release
   o Added ejb & system modules
   o Renamed messaging to mq, I don't know what I was thinking when I changed
     it in the first place.
   o Connector becomes resource for clarity, since that is how things are
     packaged (under org.jboss and javax)
   o j2ee becomes plastic, partly because I think it sounds cool and to keep
     it from being confused with a j2ee impl
   o Adding iiop module.
  
  Revision  Changes    Path
  1.10      +9 -9      contrib/jboss.net/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jboss.net/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 15 Feb 2002 06:32:11 -0000      1.9
  +++ build.xml 17 Feb 2002 04:22:24 -0000      1.10
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.9 2002/02/15 06:32:11 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.10 2002/02/17 04:22:24 user57 Exp $ -->
   
   <project default="main" name="JBoss/JBoss.Net">
   
  @@ -69,13 +69,6 @@
       <!-- Libraries -->
       <!-- ========= -->
   
  -    <!-- J2EE -->
  -    <property name="jboss.j2ee.root" value="${project.root}/j2ee/output"/>
  -    <property name="jboss.j2ee.lib" value="${jboss.j2ee.root}/lib"/>
  -    <path id="jboss.j2ee.classpath">
  -      <pathelement path="${jboss.j2ee.lib}/jboss-j2ee.jar"/>
  -    </path>
  -
       <!-- Java Management Extensions (JMX) -->
       <property name="sun.jmx.root" value="${project.thirdparty}/sun/jmx"/>
       <property name="sun.jmx.lib" value="${sun.jmx.root}/lib"/>
  @@ -124,7 +117,6 @@
   
       <!-- The combined library classpath -->
       <path id="library.classpath">
  -      <path refid="jboss.j2ee.classpath"/>
         <path refid="sun.jmx.classpath"/>
         <path refid="sun.jaxp.classpath"/>
         <path refid="sun.servlet.classpath"/>
  @@ -137,6 +129,13 @@
       <!-- Modules -->
       <!-- ======= -->
   
  +    <!-- Plastic -->
  +    <property name="jboss.plastic.root" value="${project.root}/plastic/output"/>
  +    <property name="jboss.plastic.lib" value="${jboss.plastic.root}/lib"/>
  +    <path id="jboss.plastic.classpath">
  +      <pathelement path="${jboss.plastic.lib}/jboss-plastic-j2ee.jar"/>
  +    </path>
  +
       <!-- Server -->
       <property name="jboss.server.root" value="${project.root}/server/output"/>
       <property name="jboss.server.lib" value="${jboss.server.root}/lib"/>
  @@ -147,6 +146,7 @@
   
       <!-- The combined dependent module classpath -->
       <path id="dependentmodule.classpath">
  +      <path refid="jboss.plastic.classpath"/>
         <path refid="jboss.server.classpath"/>
       </path>
   
  
  
  

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

Reply via email to