r2469 - branches/jaxme/feature/debian/debian

Marcus Better marcusb-guest at costa.debian.org
Mon Sep 18 08:30:30 UTC 2006


Author: marcusb-guest
Date: 2006-09-18 08:30:30 +0000 (Mon, 18 Sep 2006)
New Revision: 2469

Modified:
   branches/jaxme/feature/debian/debian/rules
Log:
Add junit to Ant classpath.


Modified: branches/jaxme/feature/debian/debian/rules
===================================================================
--- branches/jaxme/feature/debian/debian/rules	2006-09-18 05:24:37 UTC (rev 2468)
+++ branches/jaxme/feature/debian/debian/rules	2006-09-18 08:30:30 UTC (rev 2469)
@@ -6,7 +6,7 @@
 DEB_JARS_BASE	:= /usr/share/java
 JAVACMD  	:= $(JAVA_HOME)/bin/java
 
-DEB_JARS  := ant ant-launcher junit
+DEB_JARS  := ant ant-launcher ant-junit junit
 
 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