[pkg-java] r2508 - branches/jaxme/feature/debian/debian
Marcus Better
marcusb-guest at costa.debian.org
Fri Sep 29 09:27:43 UTC 2006
Author: marcusb-guest
Date: 2006-09-29 09:27:41 +0000 (Fri, 29 Sep 2006)
New Revision: 2508
Modified:
branches/jaxme/feature/debian/debian/rules
Log:
Add ant-antlr to classpath.
Modified: branches/jaxme/feature/debian/debian/rules
===================================================================
--- branches/jaxme/feature/debian/debian/rules 2006-09-29 09:27:31 UTC (rev 2507)
+++ branches/jaxme/feature/debian/debian/rules 2006-09-29 09:27:41 UTC (rev 2508)
@@ -6,7 +6,7 @@
DEB_JARS_BASE := /usr/share/java
JAVACMD := $(JAVA_HOME)/bin/java
-DEB_JARS := ant ant-launcher ant-junit junit xalan2
+DEB_JARS := ant ant-launcher ant-junit ant-antlr junit xalan2
DEB_CLASSPATH = $(shell for jar in $(DEB_JARS); do \
if [ -f "$$jar" ]; then echo -n "$${jar}:"; fi; \
More information about the pkg-java-commits
mailing list