diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 18:49:01 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 18:49:01 +0000 |
commit | 3f5eda3adbea29aa8ad2cca5d300cef3f3a444a5 (patch) | |
tree | bf4948a55beed5a9ab64bc59caa1898703ce5e2b /pdf-over/pdf-signer-pdf-as | |
parent | 93d4e1db036224b937fc03fdb3ef0ea7bbaa25a2 (diff) | |
download | mocca-3f5eda3adbea29aa8ad2cca5d300cef3f3a444a5.tar.gz mocca-3f5eda3adbea29aa8ad2cca5d300cef3f3a444a5.tar.bz2 mocca-3f5eda3adbea29aa8ad2cca5d300cef3f3a444a5.zip |
Added Maven project for PDF-OVER 4.0 (Includes Spezification Diagramms)
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@2 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over/pdf-signer-pdf-as')
-rw-r--r-- | pdf-over/pdf-signer-pdf-as/pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pdf-over/pdf-signer-pdf-as/pom.xml b/pdf-over/pdf-signer-pdf-as/pom.xml new file mode 100644 index 00000000..6bf80b1b --- /dev/null +++ b/pdf-over/pdf-signer-pdf-as/pom.xml @@ -0,0 +1,20 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>pdf-over</artifactId> + <groupId>at.a-sit</groupId> + <version>4.0-SNAPSHOT</version> + <relativePath>..</relativePath> + </parent> + <artifactId>pdf-signer-pdf-as</artifactId> + <name>PDFSignator PDF-AS Implementation</name> + <dependencies> + <dependency> + <groupId>at.a-sit</groupId> + <artifactId>pdf-signer-interface</artifactId> + <version>0.1-SNAPSHOT</version> + </dependency> + </dependencies> + <inceptionYear>2012</inceptionYear> + <url>http://www.buergerkarte.at</url> +</project>
\ No newline at end of file |