Merge "Add missing license header in dlux-web"
[dlux.git] / modules / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2014 Inocybe Technologies, and others. All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta
10 nce" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.x
11 sd">
12   <modelVersion>4.0.0</modelVersion>
13   <parent>
14     <groupId>org.opendaylight.dlux</groupId>
15     <artifactId>dlux-parent</artifactId>
16     <version>0.2.0-SNAPSHOT</version>
17     <relativePath>../</relativePath>
18   </parent>
19
20   <artifactId>dlux.resources</artifactId>
21   <name>${project.artifactId}</name>
22   <description>Resources</description>
23   <packaging>pom</packaging>
24   <prerequisites>
25     <maven>3.0</maven>
26   </prerequisites>
27   <modules>
28     <module>node-resources</module>
29     <module>common-yangutils-resources</module>
30     <module>common-sigmatopology-resources</module>
31     <module>common-navigation-resources</module>
32     <module>common-layout-resources</module>
33     <module>common-authentication-resources</module>
34     <module>common-login-resources</module>
35     <module>common-general-resources</module>
36     <module>yangui-resources</module>
37     <module>yangvisualizer-resources</module>
38     <module>network-resources</module>
39     <module>flow-resources</module>
40     <module>container-resources</module>
41     <module>topology-resources</module>
42     <module>loader-resources</module>
43     <module>connection_manager-resources</module>
44     <module>core-resources</module>
45     <module>common-topbar-resources</module>
46   </modules>
47   
48 </project>