rt/pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 22 Mar 2013 00:02:21 +0100
changeset 870 448bed1f6d5a
parent 821 60caf5806aa8
child 896 30e9ac29654f
permissions -rw-r--r--
Separating the archetype into its own module - to give it better name among archetypes
     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   <groupId>org.apidesign.bck2brwsr</groupId>
     5   <artifactId>rt</artifactId>
     6   <version>0.5-SNAPSHOT</version>
     7   <packaging>pom</packaging>
     8   <name>Bck2Brwsr Runtime</name>
     9   <parent>
    10     <groupId>org.apidesign</groupId>
    11     <artifactId>bck2brwsr</artifactId>
    12     <version>0.5-SNAPSHOT</version>
    13   </parent>  
    14   <modules>
    15     <module>core</module>
    16     <module>emul</module>
    17     <module>launcher</module>
    18     <module>archetype</module>
    19     <module>mojo</module>
    20     <module>vm</module>
    21     <module>vmtest</module>
    22   </modules>
    23 </project>