User: user57  
  Date: 02/02/15 00:28:38

  Modified:    jboss    build.xml
  Log:
   o HypersonicDatabase will now create its directory under db/ when it is
     no there.
   o not creating db/hypersonic or db/jbossmq directories from build anymore
   o scheme.ini take a hike, unless you can find me your owner
  
  Revision  Changes    Path
  1.75      +1 -7      build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- build.xml 15 Feb 2002 08:17:19 -0000      1.74
  +++ build.xml 15 Feb 2002 08:28:38 -0000      1.75
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.74 2002/02/15 08:17:19 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.75 2002/02/15 08:28:38 user57 Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -709,9 +709,6 @@
           <exclude name="**/jbossmq-service.xml"/>
         </fileset>
       </copy>
  -
  -    <!-- Setup the database directory (db) -->
  -    <mkdir dir="${install.db}/jbossmq"/>
     </target>
   
     <target name="_module-messaging-all" depends="_module-messaging-most">
  @@ -904,9 +901,6 @@
            <include name="mail-service.xml"/>
         </fileset>
       </copy>
  -
  -    <!-- Setup the database directory (db) -->
  -    <mkdir dir="${install.db}/hypersonic"/>
     </target>
   
     <target name="_module-varia-all" depends="_module-varia-most">
  
  
  

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

Reply via email to