forked from Lainports/freebsd-ports
Update to version 3.1.6 -- This is a major update to a new code branch, and development on the 3.0 branch will now be limited to critical bug-fixes. From the release announcement: Version 3.1.6 is the first production release of the 3.1 series that is suitable for use with all versions of MySQL, including MySQL-4.1 or MySQL-5.0. Connector/J 3.1.6 is required if you want to use server-side prepared statements MySQL-4.1.2 or newer, or CallableStatements with MySQL-5.0. http://lists.mysql.com/announce/250 Anyone upgrading from the 3.0 series should first read http://dev.mysql.com/doc/connector/j/en/#id2424819 This update adds both a BUILD_DEPENDS and a RUN_DEPENDS on devel/log4j (unless you use the WITHOUT_COMPILE option, where there's only a RUN_DEPENDS) PR: ports/76149 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
14 lines
344 B
XML
14 lines
344 B
XML
--- build.xml~ Thu Dec 23 19:37:39 2004
|
|
+++ build.xml Wed Jan 12 12:59:16 2005
|
|
@@ -60,6 +60,11 @@
|
|
<include name="**/*.jar"/>
|
|
</fileset>
|
|
|
|
+ <fileset dir="/usr/local/share/java/classes">
|
|
+ <include name="junit.jar"/>
|
|
+ <include name="log4j.jar"/>
|
|
+ </fileset>
|
|
+
|
|
<pathelement location="${buildDir}/${fullProdName}" />
|
|
</path>
|
|
|