[pkg-java] r8957 - trunk/plexus-cipher/debian

Torsten Werner twerner at alioth.debian.org
Wed Jul 8 19:22:59 UTC 2009


Author: twerner
Date: 2009-07-08 19:22:58 +0000 (Wed, 08 Jul 2009)
New Revision: 8957

Modified:
   trunk/plexus-cipher/debian/rules
Log:
make sure it builds with the old plexus-container-default


Modified: trunk/plexus-cipher/debian/rules
===================================================================
--- trunk/plexus-cipher/debian/rules	2009-07-08 19:11:24 UTC (rev 8956)
+++ trunk/plexus-cipher/debian/rules	2009-07-08 19:22:58 UTC (rev 8957)
@@ -6,7 +6,7 @@
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
 VERSION              := $(DEB_UPSTREAM_VERSION)
 JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := ant-nodeps plexus-container-default-alpha
+DEB_JARS             := ant-nodeps plexus-container-default
 DEB_ANT_BUILD_TARGET := package
 DEB_ANT_BUILDFILE    := /usr/share/maven-ant-helper/maven-build.xml
 DEB_ANT_ARGS         := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dversion=$(VERSION)




More information about the pkg-java-commits mailing list