diff --git a/apps/cordfabric/src/main/java/org/onosproject/cordfabric/cli/package-info.java b/apps/cordfabric/src/main/java/org/onosproject/cordfabric/cli/package-info.java new file mode 100644 index 0000000000..e86ee9efe4 --- /dev/null +++ b/apps/cordfabric/src/main/java/org/onosproject/cordfabric/cli/package-info.java @@ -0,0 +1,20 @@ +/* + * Copyright 2015 Open Networking Laboratory + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Console commands for managing fabric of VLANs. + */ +package org.onosproject.cordfabric.cli; \ No newline at end of file diff --git a/apps/cordfabric/src/main/java/org/onosproject/cordfabric/package-info.java b/apps/cordfabric/src/main/java/org/onosproject/cordfabric/package-info.java new file mode 100644 index 0000000000..d895f1f3a7 --- /dev/null +++ b/apps/cordfabric/src/main/java/org/onosproject/cordfabric/package-info.java @@ -0,0 +1,20 @@ +/* + * Copyright 2015 Open Networking Laboratory + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Service for managing fabric of VLANs. + */ +package org.onosproject.cordfabric; \ No newline at end of file diff --git a/core/api/src/main/java/org/onosproject/ui/table/cell/package-info.java b/core/api/src/main/java/org/onosproject/ui/table/cell/package-info.java new file mode 100644 index 0000000000..c25bcb06f0 --- /dev/null +++ b/core/api/src/main/java/org/onosproject/ui/table/cell/package-info.java @@ -0,0 +1,20 @@ +/* + * Copyright 2015 Open Networking Laboratory + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Set of table cell renderers and comparators for use by GUI apps. + */ +package org.onosproject.ui.table.cell; \ No newline at end of file diff --git a/core/api/src/main/java/org/onosproject/ui/table/package-info.java b/core/api/src/main/java/org/onosproject/ui/table/package-info.java new file mode 100644 index 0000000000..ee975d1107 --- /dev/null +++ b/core/api/src/main/java/org/onosproject/ui/table/package-info.java @@ -0,0 +1,20 @@ +/* + * Copyright 2015 Open Networking Laboratory + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Facilities for creating tabular models of data for the GUI. + */ +package org.onosproject.ui.table; \ No newline at end of file diff --git a/docs/external.xml b/docs/external.xml index 60d72b7560..1d6c9fc1ea 100644 --- a/docs/external.xml +++ b/docs/external.xml @@ -49,7 +49,7 @@ 2.10.1 package - org.onlab.thirdparty:*.impl:*.impl.*:org.onosproject.provider.*:org.onosproject.rest:org.onosproject.cli*:org.onosproject.tvue:org.onosproject.foo:org.onosproject.mobility:org.onosproject.proxyarp:org.onosproject.fwd:org.onosproject.ifwd:org.onosproject.optical:org.onosproject.config:org.onosproject.calendar:org.onosproject.sdnip*:org.onosproject.oecfg:org.onosproject.metrics:org.onosproject.store.*:org.onosproject.openflow.*:org.onosproject.common.*:org.onosproject.net.group.impl:org.onosproject.routing*:org.onosproject.bgprouter:org.onosproject.intentperf:org.onosproject.maven + org.onlab.thirdparty:*.impl:*.impl.*:org.onosproject.provider.*:org.onosproject.rest:org.onosproject.cli*:org.onosproject.tvue:org.onosproject.foo:org.onosproject.mobility:org.onosproject.proxyarp:org.onosproject.fwd:org.onosproject.ifwd:org.onosproject.optical:org.onosproject.config:org.onosproject.calendar:org.onosproject.sdnip*:org.onosproject.oecfg:org.onosproject.metrics:org.onosproject.store.*:org.onosproject.openflow.*:org.onosproject.common.*:org.onosproject.net.group.impl:org.onosproject.routing*:org.onosproject.bgprouter:org.onosproject.intentperf:org.onosproject.maven:org.onosproject.cordfabric*:org.onosproject.driver*:org.onosproject.segmentrouting*:org.onosproject.reactive*:org.onosproject.distributedprimitives*:org.onosproject.messagingperf*.org.onosproject.virtualbng*.org.onosproject.election*:org.onosproject.demo*:org.onlab.jdvue* true ONOS Java API (1.2.0-SNAPSHOT) @@ -68,7 +68,7 @@ Incubator for Network Model & Services - org.onosproject.incubator:org.onosproject.exp.* + org.onosproject.exp:org.onosproject.exp.* diff --git a/docs/pom.xml b/docs/pom.xml index 4556f7a514..42c57a8d8d 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -61,7 +61,7 @@ Incubator for Network Model & Services - org.onosproject.incubator:org.onosproject.exp.* + org.onosproject.exp:org.onosproject.exp.* @@ -103,7 +103,7 @@ Built-in Device Drivers - org.onosproject.driver.* + org.onosproject.driver:org.onosproject.driver.* @@ -115,13 +115,13 @@ GUI, REST & Command-Line - org.onosproject.ui.impl:org.onosproject.rest:org.onosproject.cli:org.onosproject.ui.*:org.onosproject.rest.*:org.onosproject.cli.*:org.onosproject.codec.impl + org.onosproject.ui.impl:org.onosproject.rest:org.onosproject.cli:org.onosproject.rest.*:org.onosproject.cli.*:org.onosproject.codec.impl Sample Applications - org.onosproject.tvue:org.onosproject.fwd:org.onosproject.ifwd:org.onosproject.mobility:org.onosproject.proxyarp:org.onosproject.foo:org.onosproject.calendar:org.onosproject.optical:org.onosproject.optical.*:org.onosproject.sdnip:org.onosproject.sdnip.*:org.onosproject.config:org.onosproject.routing:org.onosproject.routing*:org.onosproject.bgprouter:org.onosproject.intentperf:org.onosproject.segmentrouting:org.onosproject.segmentrouting.*:org.onosproject.reactive.routing*:org.onosproject.messagingperf + org.onosproject.tvue:org.onosproject.fwd:org.onosproject.ifwd:org.onosproject.mobility:org.onosproject.proxyarp:org.onosproject.foo:org.onosproject.calendar:org.onosproject.optical:org.onosproject.optical.*:org.onosproject.sdnip:org.onosproject.sdnip.*:org.onosproject.config:org.onosproject.routing:org.onosproject.routing*:org.onosproject.bgprouter:org.onosproject.intentperf:org.onosproject.segmentrouting:org.onosproject.segmentrouting.*:org.onosproject.reactive.routing*:org.onosproject.messagingperf:org.onosproject.virtualbng:org.onosproject.demo*:org.onosproject.election*:org.onosproject.distributedprimitives*:org.onosproject.cordfabric* @@ -131,7 +131,7 @@ - org.onlab.thirdparty:org.onosproject.oecfg:org.onosproject.maven + org.onlab.thirdparty:org.onosproject.oecfg:org.onosproject.maven:org.onlab.jdvue* diff --git a/drivers/src/main/java/org/onosproject/driver/handshaker/package-info.java b/drivers/src/main/java/org/onosproject/driver/handshaker/package-info.java new file mode 100644 index 0000000000..754309eb4f --- /dev/null +++ b/drivers/src/main/java/org/onosproject/driver/handshaker/package-info.java @@ -0,0 +1,20 @@ +/* + * Copyright 2015 Open Networking Laboratory + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Implementations of the OpenFlow handshake driver behaviours. + */ +package org.onosproject.driver.handshaker; \ No newline at end of file diff --git a/drivers/src/main/java/org/onosproject/driver/package-info.java b/drivers/src/main/java/org/onosproject/driver/package-info.java new file mode 100644 index 0000000000..41a6a02f59 --- /dev/null +++ b/drivers/src/main/java/org/onosproject/driver/package-info.java @@ -0,0 +1,20 @@ +/* + * Copyright 2015 Open Networking Laboratory + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Bootstrap of built-in device drivers. + */ +package org.onosproject.driver; \ No newline at end of file