User: user57  
  Date: 01/10/03 19:37:27

  Modified:    .        build.xml
  Log:
   o adding mysql support lib to generated war (minor hack)
  
  Revision  Changes    Path
  1.5       +8 -1      website-forums/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/website-forums/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/10/04 02:09:29     1.4
  +++ build.xml 2001/10/04 02:37:27     1.5
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.4 2001/10/04 02:09:29 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.5 2001/10/04 02:37:27 user57 Exp $ -->
   
   <project default="main" name="JBoss Website/Forums">
   
  @@ -273,6 +273,13 @@
   
       <!-- make sure this doesn't confuse jive or anyone else -->
       <delete file="${build.jive}/application/WEB-INF/classes/jive_init.properties"/>
  +
  +    <!-- copy over support libs -->
  +    <copy todir="${build.jive}/application/WEB-INF/lib">
  +      <fileset dir="${source.lib}">
  +        <include name="mm.mysql-2.0.4-bin.jar"/>
  +      </fileset>
  +    </copy>
   
       <!-- copy over the custom web files -->
       <copy todir="${build.jive}/application">
  
  
  

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

Reply via email to