mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
- 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
14 lines
328 B
XML
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>
|
|
|