[cdk] 03/62: Set build.sysclasspath to first to use the classpath. Maybe later to only if we resolved all dependencies.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Mar 30 21:56:35 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository cdk.
commit eefbe3627804838880b1d9492626c4416b38278f
Author: Stephan Michels <stephan.michels at gmail.com>
Date: Thu Feb 16 07:15:03 2006 +0000
Set build.sysclasspath to first to use the classpath.
Maybe later to only if we resolved all dependencies.
---
debian/rules | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/debian/rules b/debian/rules
index 306dc6a..bdb97dd 100644
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@ include /usr/share/cdbs/1/class/ant.mk
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
JAVA_HOME := /usr/lib/kaffe
-#JAVACMD := /usr/bin/kaffe
-#ANT_OPTS := -Xmx256m
ANT_HOME := /usr/share/ant
DEB_JARS := \
ant-nodeps \
@@ -22,16 +20,12 @@ DEB_JARS := \
#DEB_ANT_COMPILER := jikes
DEB_ANT_COMPILER := org.eclipse.jdt.core.JDTCompilerAdapter
DEB_ANT_BUILD_TARGET := dist-all
-#DEB_ANT_JARS := \
-# ecj \
-# gnu-classpath-tools-gjdoc \
-# com-sun-tools-doclets-Taglet \
-# com-sun-javadoc
-
# Additional command-line arguments for Ant
#ANT_ARGS := -verbose
+ANT_ARGS := -Dbuild.sysclasspath=first
+
LIBRARY_PACKAGE := cdk
API_VERSION := 20060211
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cdk.git
More information about the pkg-java-commits
mailing list