ports/databases/mysql-connector-java/files/patch-build.xml
Herve Quiroz f5b4176d87 - Update to 3.1.7 [1]
- Use ${JAVALIBDIR} for JAR dependencies
- Use %%JAVAJARDIR%% in plist
- ECHO_CMD -> ECHO_MSG
- Add $FreeBSD$ tag in patch
- Improve the build.xml patch to have the location of JAR files set through
  MAKE_ARGS (should help with people with non-standard paths)

PR:		77916 [1]
Submitted by:	maintainer [1]
Approved by:	maintainer
2005-02-22 21:17:44 +00:00

14 lines
328 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="${javajardir}">
+ <include name="junit.jar"/>
+ <include name="log4j.jar"/>
+ </fileset>
+
<pathelement location="${buildDir}/${fullProdName}" />
</path>