|
From: <cl...@hy...> - 2007-03-29 00:00:57
|
Author: clee Date: 2007-03-28 16:00:53 -0800 (Wed, 28 Mar 2007) New Revision: 3948 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3948 Modified: trunk/plugins/mysql/etc/hq-plugin.xml Log: Include the new MySQL connector Modified: trunk/plugins/mysql/etc/hq-plugin.xml =================================================================== --- trunk/plugins/mysql/etc/hq-plugin.xml 2007-03-28 23:59:11 UTC (rev 3947) +++ trunk/plugins/mysql/etc/hq-plugin.xml 2007-03-29 00:00:53 UTC (rev 3948) @@ -27,7 +27,7 @@ <plugin package="org.hyperic.hq.plugin.mysql"> <classpath> - <include name="pdk/lib/jdbc/mysql-connector-java-3.0.12-production-bin.jar"/> + <include name="pdk/lib/jdbc/mysql-connector-java-5.0.5-bin.jar"/> </classpath> <!-- we use a dummy jmx object name --> |