User: user57  
  Date: 02/02/17 01:52:54

  Modified:    jboss    build.xml fix-workspace.xml
  Log:
   o revert to j2ee, connector & messaging
  
  Revision  Changes    Path
  1.83      +27 -27    build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- build.xml 17 Feb 2002 06:13:28 -0000      1.82
  +++ build.xml 17 Feb 2002 09:52:54 -0000      1.83
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.82 2002/02/17 06:13:28 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.83 2002/02/17 09:52:54 user57 Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -168,7 +168,7 @@
   
         <!-- Modules -->
   
  -      <module name="plastic"/>
  +      <module name="j2ee"/>
         <module name="common"/>
         <module name="system"/>
         <module name="ejb"/>
  @@ -176,8 +176,8 @@
         <module name="jmx"/>
         <module name="server"/>
         <module name="security"/>
  -      <module name="mq"/>
  -      <module name="resource"/>
  +      <module name="messaging"/>
  +      <module name="connector"/>
         <module name="pool"/>
         <module name="cluster"/>
         <module name="admin"/>
  @@ -191,7 +191,7 @@
         <!-- Module groups -->
   
         <group name="core">
  -        <include modules="plastic, 
  +        <include modules="j2ee,
                             common,
                             naming, 
                             server"/>
  @@ -200,9 +200,9 @@
         <group name="standard">
           <include modules="security,
                             jmx,
  -                          mq, 
  +                          messaging,
                             pool, 
  -                          resource,  
  +                          connector,
                             admin,
                             cluster,
                             varia,
  @@ -329,12 +329,12 @@
        | finished with a given module.
      -->
   
  -  <!-- ======= -->
  -  <!-- Plastic -->
  -  <!-- ======= -->
  +  <!-- ==== -->
  +  <!-- J2EE -->
  +  <!-- ==== -->
   
  -  <target name="_module-plastic-most">
  -    <property name="_module.name" value="plastic" override="true"/>
  +  <target name="_module-j2ee-most">
  +    <property name="_module.name" value="j2ee" override="true"/>
       <property name="_module.output" override="true"
              value="${project.root}/${_module.name}/output"/>
   
  @@ -342,7 +342,7 @@
       <mkdir dir="${install.lib.ext}"/>
       <copy todir="${install.lib.ext}" filtering="no">
         <fileset dir="${_module.output}/lib">
  -         <include name="jboss-plastic-j2ee.jar"/>
  +         <include name="jboss-j2ee.jar"/>
         </fileset>
       </copy>
   
  @@ -350,12 +350,12 @@
       <mkdir dir="${install.client}"/>
       <copy todir="${install.client}" filtering="no">
         <fileset dir="${_module.output}/lib">
  -         <include name="jboss-plastic-j2ee.jar"/>
  +         <include name="jboss-j2ee.jar"/>
         </fileset>
       </copy>
     </target>
   
  -  <target name="_module-plastic-all" depends="_module-plastic-most">
  +  <target name="_module-j2ee-all" depends="_module-j2ee-most">
       <!-- Copy the generated javadocs -->
       <mkdir dir="${install.api}/${_module.name}"/>
       <copy todir="${install.api}/${_module.name}" filtering="no">
  @@ -691,12 +691,12 @@
       </copy>
     </target>
   
  -  <!-- ======== -->
  -  <!-- Resource -->
  -  <!-- ======== -->
  +  <!-- ========= -->
  +  <!-- Connector -->
  +  <!-- ========= -->
   
  -  <target name="_module-resource-most">
  -    <property name="_module.name" value="resource" override="true"/>
  +  <target name="_module-connector-most">
  +    <property name="_module.name" value="connector" override="true"/>
       <property name="_module.output" override="true"
              value="${project.root}/${_module.name}/output"/>
   
  @@ -717,7 +717,7 @@
       </copy>
     </target>
   
  -  <target name="_module-resource-all" depends="_module-resource-most">
  +  <target name="_module-connector-all" depends="_module-connector-most">
       <!-- Copy the generated javadocs -->
       <mkdir dir="${install.api}/${_module.name}"/>
       <copy todir="${install.api}/${_module.name}" filtering="no">
  @@ -727,12 +727,12 @@
       </copy>
     </target>
   
  -  <!-- == -->
  -  <!-- MQ -->
  -  <!-- == -->
  +  <!-- ========= -->
  +  <!-- Messaging -->
  +  <!-- ========= -->
   
  -  <target name="_module-mq-most">
  -    <property name="_module.name" value="mq" override="true"/>
  +  <target name="_module-messaging-most">
  +    <property name="_module.name" value="messaging" override="true"/>
       <property name="_module.output" override="true"
              value="${project.root}/${_module.name}/output"/>
   
  @@ -774,7 +774,7 @@
       </copy>
     </target>
   
  -  <target name="_module-mq-all" depends="_module-mq-most">
  +  <target name="_module-messaging-all" depends="_module-messaging-most">
       <!-- Copy the static documents (docs) -->
       <mkdir dir="${install.docs}"/>
       <copy todir="${install.docs}" filtering="no">
  
  
  
  1.8       +1 -13     build/jboss/fix-workspace.xml
  
  Index: fix-workspace.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/fix-workspace.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- fix-workspace.xml 17 Feb 2002 04:17:24 -0000      1.7
  +++ fix-workspace.xml 17 Feb 2002 09:52:54 -0000      1.8
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: fix-workspace.xml,v 1.7 2002/02/17 04:17:24 user57 Exp $ -->
  +<!-- $Id: fix-workspace.xml,v 1.8 2002/02/17 09:52:54 user57 Exp $ -->
   
   <project default="main" name="JBoss/Fix Workspace">
   
  @@ -89,18 +89,6 @@
       <cvs dest="${project.root}" command="get _jboss_system"/>
       <cvs dest="${project.root}" command="get _jboss_ejb"/>
       <cvs dest="${project.root}" command="get _jboss_iiop"/>
  -
  -    <!-- Rename modules -->
  -
  -    <cvs dest="${project.root}" command="get _jboss_resource"/>
  -    <cvs dest="${project.root}" command="get _jboss_plastic"/>
  -    <cvs dest="${project.root}" command="get _jboss_mq"/>
  -
  -    <!-- Nuke old modules -->
  -
  -    <delete dir="${project.root}/j2ee"/>
  -    <delete dir="${project.root}/connector"/>
  -    <delete dir="${project.root}/messaging"/>
   
       <!-- Full update -->
   
  
  
  

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

Reply via email to