[pkg-java] r2697 - branches/dom4j/feature/debian/debian
Marcus Better
marcusb-guest at alioth.debian.org
Wed Nov 1 10:46:25 CET 2006
Author: marcusb-guest
Date: 2006-11-01 10:46:25 +0100 (Wed, 01 Nov 2006)
New Revision: 2697
Modified:
branches/dom4j/feature/debian/debian/rules
Log:
Add junitperf jar. Generate Javadocs.
Modified: branches/dom4j/feature/debian/debian/rules
===================================================================
--- branches/dom4j/feature/debian/debian/rules 2006-11-01 09:45:33 UTC (rev 2696)
+++ branches/dom4j/feature/debian/debian/rules 2006-11-01 09:46:25 UTC (rev 2697)
@@ -4,7 +4,7 @@
DEB_JARS_BASE := /usr/share/java
JAVACMD := $(JAVA_HOME)/bin/java
-DEB_JARS := ant ant-launcher jaxp-1.2.jar xpp2 xpp3 jaxen jaxmeapi \
+DEB_JARS := ant ant-launcher xpp2 xpp3 jaxen jaxmeapi \
xalan2 xercesImpl ant-junit junit junitperf
DEB_CLASSPATH = $(shell for jar in $(DEB_JARS); do \
@@ -27,7 +27,7 @@
build: build-stamp
build-stamp:
dh_testdir
- $(ANT_INVOKE) package test
+ $(ANT_INVOKE) package test release-javadoc
touch build-stamp
clean:
More information about the pkg-java-commits
mailing list