Adding Url, description and logo for pathpainter application

Change-Id: Icb37373de2982cd5cf34718ace9233c0832f3674
This commit is contained in:
Andrea Campanella 2016-02-18 15:36:13 -08:00 committed by Gerrit Code Review
parent ca2208dfaf
commit f313124f9e
2 changed files with 7 additions and 2 deletions

BIN
apps/pathpainter/app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -34,8 +34,13 @@
<properties>
<onos.app.name>org.onosproject.pathpainter</onos.app.name>
<onos.app.category>default</onos.app.category>
<onos.app.url>http://onosproject.org</onos.app.url>
<onos.app.readme>Path visualization application.</onos.app.readme>
<onos.app.url>https://wiki.onosproject.org/display/ONOS/Path+Painter+Application+GUI</onos.app.url>
<onos.app.readme>
Path visualization application.
Allows the user to visualize different types of paths between
network entities such as switches and hosts.
Selectable path types are shortest, disjoint and geographical.
</onos.app.readme>
</properties>
</project>