ajack       2004/03/03 16:07:14

  Modified:    project  scarab.xml eyebrowse.xml
  Log:
  Seems mm.mysql is now the official JDBC interface of MySQL, and no

  longer an open source project. I wonder if eyebrowse really needed

  this, [i.e. if it used features of this explicit JDBC dirver] 

  or could cope w/ a standard JDBC.
  
  Revision  Changes    Path
  1.31      +0 -6      gump/project/scarab.xml
  
  Index: scarab.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/scarab.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- scarab.xml        27 Feb 2004 13:33:56 -0000      1.30
  +++ scarab.xml        4 Mar 2004 00:07:14 -0000       1.31
  @@ -58,10 +58,4 @@
            from="Jon Stevens <[EMAIL PROTECTED]>"/>
     </project>
   
  -  <project name="mm.mysql">
  -    <url href="http://mmmysql.sourceforge.net/"/>
  -    <description>JDBC driver for MySQL</description>
  -    <jar name="lib/mm.mysql-2.0.14-bin.jar"/>
  -  </project>
  -
   </module>
  
  
  
  1.15      +8 -0      gump/project/eyebrowse.xml
  
  Index: eyebrowse.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/eyebrowse.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- eyebrowse.xml     27 Feb 2004 13:33:56 -0000      1.14
  +++ eyebrowse.xml     4 Mar 2004 00:07:14 -0000       1.15
  @@ -28,7 +28,15 @@
     
       <ant target="dist">
         <property name="version" value="@@DATE@@"/>
  +      
  +      <!-- Start of ARBJ experiment... -->
  +      <!-- Since mm.mysql is no more, am trying a normal
  +             JDBC interface, which possible need not be used
  +             at compile time. -->            
         <depend property="database.jar" project="mm.mysql"/>
  +      <depend project="jdbc" runtime="true"/>          
  +      <!-- End of ARBJ experiment... -->
  +      
         <depend property="jaf.jar" project="jaf"/>
         <depend property="jakarta-oro.jar" project="jakarta-oro"/>
         <depend property="javamail.jar" project="javamail"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to