From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Date: Tue, 4 May 2010 22:55:30 +0200
Subject: [PATCH] use unversioned jars

---
 build.properties |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.properties b/build.properties
index cdf2aa9..995a9da 100644
--- a/build.properties
+++ b/build.properties
@@ -36,20 +36,20 @@ manifest-lib-prefix=lib/
 #  Used libraries ...
 
 # Used by: core libraries
-jcommon-jar-file=jcommon-1.0.12.jar
+jcommon-jar-file=jcommon.jar
 
 
 # Used by: module-cache-oscache, module-cache-ehcache
-commons-logging-jar-file=optional/commons-logging-1.0.4.jar
+commons-logging-jar-file=commons-logging.jar
 
 # Used by: module-cache-oscache
 oscache-jar-file=optional/oscache-2.3-compat.jar
 
 # Used by: module-cache-ehcache
-ehcache-jar-file=optional/ehcache-1.2.4.jar
+ehcache-jar-file=ehcache.jar
 
 # Used by: module-factory-wmf
-pixie-jar-file=optional/pixie-0.8.10.jar
+pixie-jar-file=pixie.jar
 
 ##############################################################
 #
-- 
