summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-05-12 14:46:41 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-05-12 14:46:41 +0000
commit4af6912e43237c3678f05e30c69385481f42ae76 (patch)
treec81a087bc7b1149dd2ebc590fc2078a29c61a6e2 /pom.xml
parenta8af530c64d4612f5a15d66ce71bbfd1c3579ea0 (diff)
downloadmocca-4af6912e43237c3678f05e30c69385481f42ae76.tar.gz
mocca-4af6912e43237c3678f05e30c69385481f42ae76.tar.bz2
mocca-4af6912e43237c3678f05e30c69385481f42ae76.zip
bku web start
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@354 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 10765f01..ec3465b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
@@ -22,7 +23,9 @@
<module>STALExt</module>
<module>STALXService</module>
<module>BKUAppletExt</module>
- </modules>
+ <module>BKUWebStart</module>
+
+ </modules>
<developers>
<developer>
<id>mcentner</id>
@@ -239,4 +242,4 @@
</dependency>
</dependencies>
</dependencyManagement>
-</project> \ No newline at end of file
+</project>