You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2005/09/06 11:09:58 UTC

svn commit: r278947 - in /james/server/trunk: NOTICE.txt build.xml lib/mm.mysql-2.0.14.jar lib/mm.mysql.LICENCE src/conf/james-config.xml

Author: bago
Date: Tue Sep  6 02:09:51 2005
New Revision: 278947

URL: http://svn.apache.org/viewcvs?rev=278947&view=rev
Log:
Removed OLD mm.mysql driver (not compatible with newer MySQL db) (JAMES-394)

Removed:
    james/server/trunk/lib/mm.mysql-2.0.14.jar
    james/server/trunk/lib/mm.mysql.LICENCE
Modified:
    james/server/trunk/NOTICE.txt
    james/server/trunk/build.xml
    james/server/trunk/src/conf/james-config.xml

Modified: james/server/trunk/NOTICE.txt
URL: http://svn.apache.org/viewcvs/james/server/trunk/NOTICE.txt?rev=278947&r1=278946&r2=278947&view=diff
==============================================================================
--- james/server/trunk/NOTICE.txt (original)
+++ james/server/trunk/NOTICE.txt Tue Sep  6 02:09:51 2005
@@ -13,14 +13,7 @@
        (http://www.thaiopensource.com/relaxng/jing.html)
      - the MX4J project (http://mx4j.sourceforge.net/)
      - Sun Microsystems (http://java.sun.com/)
-     - the MySQL project (http://mmmysql.sourceforge.net/)
      - the dnsjava project (http://www.dnsjava.org/)
-
-   The source version of this product includes software used exclusively 
-   during the build process developed by the following:
-     - the JUnit project (http://www.junit.org/)
-     - the JDOM project (http://www.jdom.org/)
-     - the XDoclet project (http://xdoclet.sourceforge.net/)
 
    Please read the different LICENSE files present in the root directory of
    this distribution.   

Modified: james/server/trunk/build.xml
URL: http://svn.apache.org/viewcvs/james/server/trunk/build.xml?rev=278947&r1=278946&r2=278947&view=diff
==============================================================================
--- james/server/trunk/build.xml (original)
+++ james/server/trunk/build.xml Tue Sep  6 02:09:51 2005
@@ -490,12 +490,9 @@
           <include name="jakarta-oro-2.0.8.jar"/>
           <include name="derby.jar"/>
           <include name="derbytools.jar"/>
-          <include name="mm.mysql-2.0.14.jar"/>
-          <include name="mm.mysql.LICENCE"/>
           <include name="excalibur-datasource-2.1.jar"/>
           <include name="activation.jar"/>
           <include name="mail-1.3.3.jar"/>
-          <!--include name="commons-net-1.0.0-dev.jar"/-->
           <include name="commons-dbcp-1.2.1.jar"/>
           <include name="commons-pool-1.2.jar"/>
           <include name="bcmail-jdk14-129.jar"/>

Modified: james/server/trunk/src/conf/james-config.xml
URL: http://svn.apache.org/viewcvs/james/server/trunk/src/conf/james-config.xml?rev=278947&r1=278946&r2=278947&view=diff
==============================================================================
--- james/server/trunk/src/conf/james-config.xml (original)
+++ james/server/trunk/src/conf/james-config.xml Tue Sep  6 02:09:51 2005
@@ -973,10 +973,6 @@
 
       <!-- JDBC driver .jar libraries for other RDBMS can be placed in ~james/lib/  -->
 
-      <!-- James is distributed with a built in relevant copy of the mm.mysql JDBC    -->
-      <!-- driver.  No additional driver is needed for mysql. Read the mm.mysql LGPL  -->
-      <!-- license at apps\james\SAR-INF\lib\mm.mysql.LICENCE                       -->
-      <!-- -->
       <!-- You can download latest Connector/J from   -->
       <!-- http://dev.mysql.com/downloads/connector/j/3.1.html -->
       <!-- -->



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org