summaryrefslogtreecommitdiff
path: root/pdf-over-signer/pom.xml
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 18:51:24 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 18:51:24 +0000
commit782e41eee1f04f86bc895a95cd2d51353284987a (patch)
tree746d56e559d27f6a54a1ad63901dc5135d7128d2 /pdf-over-signer/pom.xml
parent5793f0dc194ae3519de7a12808d99aa2a555cd73 (diff)
downloadmocca-782e41eee1f04f86bc895a95cd2d51353284987a.tar.gz
mocca-782e41eee1f04f86bc895a95cd2d51353284987a.tar.bz2
mocca-782e41eee1f04f86bc895a95cd2d51353284987a.zip
Refactoring
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@11 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-signer/pom.xml')
-rw-r--r--pdf-over-signer/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml
new file mode 100644
index 00000000..f09aaa5d
--- /dev/null
+++ b/pdf-over-signer/pom.xml
@@ -0,0 +1,16 @@
+<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>a-sit.at</groupId>
+ <version>4.0.0-SNAPSHOT</version>
+ <relativePath>..</relativePath>
+ </parent>
+ <artifactId>pdf-over-signer</artifactId>
+ <name>PDF-Over PDF-Signer libraries</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>pdf-over-sigpdfas</module>
+ </modules>
+</project> \ No newline at end of file