User: starksm 
  Date: 01/09/26 13:16:36

  Modified:    .        build.xml
  Log:
  Create a j2ee/dtd directory containing server/src/resource/org/jboss/metadata
  dtd files so that the DTD uri corresponds to a valid url from which the
  latest version may be obtained.
  
  Revision  Changes    Path
  1.12      +8 -1      newsite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 2001/09/12 00:11:27     1.11
  +++ build.xml 2001/09/26 20:16:36     1.12
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.11 2001/09/12 00:11:27 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.12 2001/09/26 20:16:36 starksm Exp $ -->
   
   <project default="main" name="JBoss/Website">
   
  @@ -273,6 +273,13 @@
       <copy todir="${build.docs}" filtering="no">
         <fileset dir="${source.docs}">
            <include name="**/*"/>
  +      </fileset>
  +    </copy>
  +   <!-- Make the JBoss DTDs available under j2ee/dtd -->
  +   <mkdir dir="${build.docs}/j2ee/dtd"/>
  +    <copy todir="${build.docs}/j2ee/dtd" filtering="no">
  +      <fileset 
dir="${build.snapshots}/jboss-all/server/src/resources/org/jboss/metadata">
  +         <include name="*.dtd"/>
         </fileset>
       </copy>
     </target>
  
  
  

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

Reply via email to