aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 93c4fde..13d8f6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,10 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <packaging>jar</packaging>
+
<groupId>knowcenter</groupId>
<artifactId>pdf-as</artifactId>
<name>PDF-AS</name>
- <version>3.0.4-20080305</version>
+ <version>3.0.4-20080320</version>
<description>Amtssignatur fuer elektronische Aktenfuehrung</description>
<url>http://egovlabs.gv.at/projects/pdf-as</url>
@@ -109,7 +111,7 @@
<configuration>
<archive>
<manifest>
- <mainClass>at.knowcenter.wag.egov.egiz.commandline.Main</mainClass>
+ <mainClass>at.gv.egiz.pdfas.commandline.Main</mainClass>
<addClasspath>true</addClasspath>
<addExtensions />
<classpathPrefix>lib</classpathPrefix>
@@ -278,6 +280,15 @@
<version>1.3.02</version>
</dependency>
+ <!-- nur für Integration auf buergerkarte.at -->
+ <!--
+ <dependency>
+ <groupId>opensymphony</groupId>
+ <artifactId>sitemesh</artifactId>
+ <version>2.3</version>
+ </dependency>
+ -->
+
</dependencies>
<reporting>