diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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> |