User: user57  
  Date: 01/07/31 23:59:27

  Modified:    varia    Tag: jboss_buildmagic build.xml
  Log:
   o moved instantdb and tyrex config files to plugins/varia
   o updated messaging/build.xml to rmic the correct files
   o commented out the instantdb loader for the moment until I can figout out
     why it is not happy
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.2.1 +9 -1      contrib/varia/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/varia/build.xml,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- build.xml 2001/08/01 00:39:59     1.1.1.1
  +++ build.xml 2001/08/01 06:59:27     1.1.1.1.2.1
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.1.1.1 2001/08/01 00:39:59 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.1.1.1.2.1 2001/08/01 06:59:27 user57 Exp $ -->
   
   <project default="main">
   
  @@ -375,6 +375,14 @@
       <copy todir="${release.db}/hypersonic" filtering="no">
         <fileset dir="${build.etc}">
            <include name="hypersonic.txt"/>
  +      </fileset>
  +    </copy>
  +
  +    <!-- Copy the default configuration files (conf) -->
  +    <mkdir dir="${release.conf}"/>
  +    <copy todir="${release.conf}" filtering="no">
  +      <fileset dir="${build.etc}/conf">
  +         <include name="**/*"/>
         </fileset>
       </copy>
     </target>
  
  
  

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

Reply via email to