launcher/pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 10 Sep 2013 15:39:33 +0200
changeset 1277 853245102164
parent 1103 8ee3112f5647
child 1286 a83e16b8b825
permissions -rw-r--r--
Convert the Level names to names of methods on console object
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <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">
     3   <modelVersion>4.0.0</modelVersion>
     4   <parent>
     5     <artifactId>bck2brwsr</artifactId>
     6     <groupId>org.apidesign</groupId>
     7     <version>0.8-SNAPSHOT</version>
     8   </parent>
     9   <groupId>org.apidesign.bck2brwsr</groupId>
    10   <artifactId>launcher-pom</artifactId>
    11   <version>0.8-SNAPSHOT</version>
    12   <packaging>pom</packaging>
    13   <name>Launchers</name>
    14   <properties>
    15       <grizzly.version>2.3.3</grizzly.version>
    16   </properties>
    17   <modules>
    18     <module>api</module>
    19     <module>http</module>
    20     <module>fx</module>
    21   </modules>
    22 </project>