context/pom.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 28 May 2013 13:31:42 +0200
branchcontext
changeset 110 21bf4126e3a9
child 167 10005a498972
permissions -rw-r--r--
Moving Context into its own separate module, renaming to BrwsrCtx and making it flexible
     1 <?xml version="1.0"?>
     2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
     3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     4   <modelVersion>4.0.0</modelVersion>
     5   <parent>
     6     <groupId>org.apidesign</groupId>
     7     <artifactId>html</artifactId>
     8     <version>0.4-SNAPSHOT</version>
     9   </parent>
    10   <groupId>org.apidesign.html</groupId>
    11   <artifactId>net.java.html</artifactId>
    12   <version>0.4-SNAPSHOT</version>
    13   <name>HTML Context</name>
    14   <url>http://maven.apache.org</url>
    15   <properties>
    16     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    17   </properties>
    18   <dependencies>
    19   </dependencies>
    20 </project>