ko/pom.xml
author Martin Soch <Martin.Soch@oracle.com>
Wed, 09 Oct 2013 14:50:29 +0200
brancharithmetic
changeset 1352 7bc78045adfd
parent 1286 a83e16b8b825
child 1435 1b30bba2b38d
permissions -rw-r--r--
Fix for bug 5408, error in shift operations on Long.
     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>ko</artifactId>
     6   <version>0.9-SNAPSHOT</version>
     7   <packaging>pom</packaging>
     8   <name>Bck2Brwsr Knockout Support</name>
     9   <parent>
    10     <groupId>org.apidesign</groupId>
    11     <artifactId>bck2brwsr</artifactId>
    12     <version>0.9-SNAPSHOT</version>
    13   </parent>  
    14   <modules>
    15     <module>archetype</module>
    16     <module>archetype-test</module>
    17     <module>bck2brwsr</module>
    18     <module>fx</module>
    19   </modules>
    20 </project>