[cdk] 02/62: Using the ecj compiler. Moved the gjdoc jars to DEB_JARS
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 15644f969f178ed868770d7edf17e22ee7996c92
Author: Stephan Michels <stephan.michels at gmail.com>
Date: Wed Feb 15 20:39:45 2006 +0000
Using the ecj compiler.
Moved the gjdoc jars to DEB_JARS
---
debian/rules | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/debian/rules b/debian/rules
index 2fa6db3..306dc6a 100644
--- a/debian/rules
+++ b/debian/rules
@@ -5,26 +5,32 @@ 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
+#JAVACMD := /usr/bin/kaffe
+#ANT_OPTS := -Xmx256m
ANT_HOME := /usr/share/ant
DEB_JARS := \
ant-nodeps \
javacc \
vecmath1.2 \
log4j-1.2 \
- commons-cli
+ commons-cli \
+ gnu-classpath-tools-gjdoc \
+ com-sun-tools-doclets-Taglet \
+ com-sun-javadoc \
+ ecj
-DEB_ANT_COMPILER := jikes
+#DEB_ANT_COMPILER := jikes
+DEB_ANT_COMPILER := org.eclipse.jdt.core.JDTCompilerAdapter
DEB_ANT_BUILD_TARGET := dist-all
-DEB_ANT_JARS := \
- gnu-classpath-tools-gjdoc \
- com-sun-tools-doclets-Taglet \
- com-sun-javadoc
+#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 := -verbose
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