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

  Modified:    jboss.net/testsuite 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.4       +14 -13    contrib/jboss.net/testsuite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jboss.net/testsuite/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 15 Feb 2002 06:32:11 -0000      1.3
  +++ build.xml 17 Feb 2002 04:22:24 -0000      1.4
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.3 2002/02/15 06:32:11 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.4 2002/02/17 04:22:24 user57 Exp $ -->
   
   <project default="main" name="plugins/jboss.net/TestSuite">
   
  @@ -261,11 +261,12 @@
   
     <!-- Configure the external modules which this module depends on. -->
     <target name="_configure-modules" unless="configure-modules.disable">
  -    <!-- 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"/>
  +
  +    <!-- 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>
   
       <!-- Naming -->
  @@ -284,11 +285,11 @@
         <pathelement path="${jboss.server.lib}/deploy.jar"/>
       </path>
   
  -    <!-- Messaging -->
  -    <property name="jboss.messaging.root" value="${project.root}/messaging/output"/>
  -    <property name="jboss.messaging.lib" value="${jboss.messaging.root}/lib"/>
  -    <path id="jboss.messaging.classpath">
  -      <pathelement path="${jboss.messaging.lib}/jbossmq-client.jar"/>
  +    <!-- MQ -->
  +    <property name="jboss.mq.root" value="${project.root}/mq/output"/>
  +    <property name="jboss.mq.lib" value="${jboss.mq.root}/lib"/>
  +    <path id="jboss.mq.classpath">
  +      <pathelement path="${jboss.mq.lib}/jbossmq-client.jar"/>
       </path>
   
       <!-- Security -->
  @@ -324,10 +325,10 @@
   
       <!-- The combined dependant module classpath -->
       <path id="dependentmodule.classpath">
  -      <path refid="jboss.j2ee.classpath"/>
  +      <path refid="jboss.plastic.classpath"/>
         <path refid="jboss.naming.classpath"/>
         <path refid="jboss.server.classpath"/>
  -      <path refid="jboss.messaging.classpath"/>
  +      <path refid="jboss.mq.classpath"/>
         <path refid="jboss.security.classpath"/>
         <path refid="jboss.cluster.classpath"/>
         <path refid="jboss.net.classpath"/>
  
  
  

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

Reply via email to