pom.xml
changeset 25 e214f04abb98
parent 23 5d076ad40851
child 26 03e4aaa4ef3d
     1.1 --- a/pom.xml	Mon Sep 24 11:19:11 2012 +0200
     1.2 +++ b/pom.xml	Mon Sep 24 12:39:21 2012 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1.5 -  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     1.6 +<?xml version="1.0" encoding="UTF-8"?>
     1.7 +<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">
     1.8    <modelVersion>4.0.0</modelVersion>
     1.9    <groupId>org.apidesign</groupId>
    1.10    <artifactId>bck2brwsr</artifactId>
    1.11 @@ -8,6 +8,7 @@
    1.12    <name>Back 2 Browser</name>
    1.13    <modules>
    1.14        <module>vm</module>
    1.15 +    <module>htmlpage</module>
    1.16    </modules>
    1.17    <licenses>
    1.18        <license>
    1.19 @@ -65,4 +66,4 @@
    1.20    <properties>
    1.21        <license>COPYING</license>
    1.22    </properties>
    1.23 -</project>
    1.24 +</project>
    1.25 \ No newline at end of file