From 156af5b8b682faa290d04a03bd01d26d312a1978 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Tue, 11 Jul 2006 18:54:04 +0000 Subject: [PATCH] Added missing tld and notice file to jar --- core/pom.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 95e4507268..eff876c9d4 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,6 +7,7 @@ acegi-security Acegi Security System for Spring + org.springframework @@ -123,7 +124,27 @@ log4j log4j - + + + + ${basedir}/../ + META-INF + + notice.txt + + false + + + ${basedir}/src/main/resources/org/acegisecurity/taglibs + META-INF + + *.tld + + false + + + + \ No newline at end of file