Converted all package.html files to package-info.java for easier package documentation.
diff --git a/web/api/src/main/java/org/onlab/onos/rest/package-info.java b/web/api/src/main/java/org/onlab/onos/rest/package-info.java
new file mode 100644
index 0000000..ac3665f
--- /dev/null
+++ b/web/api/src/main/java/org/onlab/onos/rest/package-info.java
@@ -0,0 +1,4 @@
+/**
+ * Set of resources implementing the ONOS REST API.
+ */
+package org.onlab.onos.rest;
diff --git a/web/api/src/main/javadoc/org/onlab/onos/rest/package.html b/web/api/src/main/javadoc/org/onlab/onos/rest/package.html
deleted file mode 100644
index 81c00df..0000000
--- a/web/api/src/main/javadoc/org/onlab/onos/rest/package.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<body>
-Set of resources implementing the ONOS REST API.
-</body>
\ No newline at end of file