User: user57  
  Date: 01/10/02 15:34:27

  Modified:    website  build.xml
  Log:
   o updated module config to include the forums and survey
  
  Revision  Changes    Path
  1.12      +10 -4     build/website/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/website/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 2001/10/02 00:15:38     1.11
  +++ build.xml 2001/10/02 22:34:27     1.12
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.11 2001/10/02 00:15:38 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.12 2001/10/02 22:34:27 user57 Exp $ -->
   
   <project default="main" name="JBoss Website/Build">
   
  @@ -177,14 +177,21 @@
         <module name="forums"/>
         <module name="survey"/>
   
  +      <!-- Support modules -->
  +      <module name="j2ee"/>
  +
         <!-- Module groups -->
         <group name="standard">
           <include modules="website, manual, forums, survey"/>
         </group>
   
  +      <group name="support">
  +        <include modules="j2ee"/>
  +      </group>
  + 
         <!-- Module group sets -->
         <group name="default">
  -        <include groups="standard"/>
  +        <include groups="support, standard"/>
         </group>
       </moduleconfig>
   
  @@ -398,14 +405,13 @@
       <property name="_module.name" value="survey" override="true"/>
       <property name="_module.output" override="true"
              value="${project.root}/${_module.name}/output"/>
  -    <!--
       <mkdir dir="${install.deploy}"/>
       <copy todir="${install.deploy}">
         <fileset dir="${_module.output}/lib">
           <include name="survey.ear"/>
  +        <include name="survey-helper.ear"/>
         </fileset>
       </copy>
  -    -->
     </target>
   
     <target name="_module-survey-all" depends="_module-survey-most">
  
  
  

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

Reply via email to