User: d_jencks
  Date: 02/03/05 20:44:21

  Modified:    .        build.xml
  Log:
  added jboss_xmbean_1_0.dtd to pulled dtds
  
  Revision  Changes    Path
  1.5       +5 -2      website-snapshots/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/website-snapshots/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 28 Feb 2002 04:56:11 -0000      1.4
  +++ build.xml 6 Mar 2002 04:44:21 -0000       1.5
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.4 2002/02/28 04:56:11 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.5 2002/03/06 04:44:21 d_jencks Exp $ -->
   
   <project default="main" name="JBoss Website/Snapshots">
   
  @@ -304,13 +304,16 @@
          zipfile="${build.snapshots}/buildmagic.tgz"/>
     </target>
   
  -  <!-- Extract the dtd's from jboss-all/server module -->
  +  <!-- Extract the dtd's from jboss-all/server module and jboss-all/jmx module -->
   
     <target name="compile-dtds"
          depends="compile-snapshots">
       <mkdir dir="${build.dtd}"/>
       <copy todir="${build.dtd}" filtering="no">
         <fileset 
dir="${build.snapshots.tmp}/jboss-all/server/src/resources/org/jboss/metadata">
  +        <include name="*.dtd"/>
  +      </fileset>
  +      <fileset dir="${build.snapshots.tmp}/jboss-all/jmx/src/resources/metadata">
           <include name="*.dtd"/>
         </fileset>
       </copy>
  
  
  

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

Reply via email to