aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2008-03-20 11:41:03 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2008-03-20 11:41:03 +0000
commit440e74f9de28d2df476e1b98f952e98a80c6d7e4 (patch)
treefebb2b3dbccb2baf72efc73e20bfb6953fbaba39 /pom.xml
parent3230d71393a3e48d95f5a8e0b659d471abbaf66e (diff)
downloadpdf-as-3-440e74f9de28d2df476e1b98f952e98a80c6d7e4.tar.gz
pdf-as-3-440e74f9de28d2df476e1b98f952e98a80c6d7e4.tar.bz2
pdf-as-3-440e74f9de28d2df476e1b98f952e98a80c6d7e4.zip
System property "pdf-as.work-dir" for definition of the work directory introduced. Should be used instead of context/web.xml parameter. Additionally the profile configuration has been updated including the images.
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@254 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
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>