Adding Url, description and logo for pathpainter application
Change-Id: Icb37373de2982cd5cf34718ace9233c0832f3674
diff --git a/apps/pathpainter/app.png b/apps/pathpainter/app.png
new file mode 100644
index 0000000..f8efa45
--- /dev/null
+++ b/apps/pathpainter/app.png
Binary files differ
diff --git a/apps/pathpainter/pom.xml b/apps/pathpainter/pom.xml
index 2673c54..ee43a50 100644
--- a/apps/pathpainter/pom.xml
+++ b/apps/pathpainter/pom.xml
@@ -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>