1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Torsten Werner <twerner@debian.org>
Date: Tue, 30 Aug 2011 13:59:54 +0200
Subject: [PATCH] change packaging to jar
---
pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1dfc616..a4a7964 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <packaging>bundle</packaging>
+ <packaging>jar</packaging>
<name>Apache Santuario</name>
<version>1.4.5</version>
<description>
--
|