blob: 0e0fc70f764cfbf8418b5f0ed8e450355215f8d4 [file] [log] [blame]
tom8bb16062014-09-12 14:47:46 -07001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
7 <parent>
8 <groupId>org.onlab.onos</groupId>
9 <artifactId>onos-apps</artifactId>
10 <version>1.0.0-SNAPSHOT</version>
11 <relativePath>../pom.xml</relativePath>
12 </parent>
13
tom4009d2c2014-09-12 15:53:42 -070014 <artifactId>onos-app-tvue</artifactId>
tom8bb16062014-09-12 14:47:46 -070015 <packaging>bundle</packaging>
16
17 <description>ONOS simple topology viewer</description>
18
19 <properties>
20 <web.context>/onos/tvue</web.context>
21 </properties>
22
23</project>