You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2016/08/30 21:56:08 UTC

nutch git commit: NUTCH-2122 Missing package-info.java classes for webui packages are implemented.

Repository: nutch
Updated Branches:
  refs/heads/2.x 32d1486df -> 8ad3e44a3


NUTCH-2122 Missing package-info.java classes for webui packages are implemented.


Project: http://git-wip-us.apache.org/repos/asf/nutch/repo
Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/8ad3e44a
Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/8ad3e44a
Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/8ad3e44a

Branch: refs/heads/2.x
Commit: 8ad3e44a37fb1146d135cbfaeabff118f573afce
Parents: 32d1486
Author: Furkan KAMACI <fu...@gmail.com>
Authored: Tue Aug 30 22:53:26 2016 +0300
Committer: Furkan KAMACI <fu...@gmail.com>
Committed: Tue Aug 30 22:53:26 2016 +0300

----------------------------------------------------------------------
 .../nutch/webui/client/impl/package-info.java   | 22 ++++++++++++++++++++
 .../nutch/webui/client/model/package-info.java  | 22 ++++++++++++++++++++
 .../apache/nutch/webui/client/package-info.java | 22 ++++++++++++++++++++
 .../apache/nutch/webui/config/package-info.java | 22 ++++++++++++++++++++
 .../apache/nutch/webui/model/package-info.java  | 22 ++++++++++++++++++++
 .../org/apache/nutch/webui/package-info.java    | 22 ++++++++++++++++++++
 .../nutch/webui/pages/assets/package-info.java  | 22 ++++++++++++++++++++
 .../webui/pages/components/package-info.java    | 22 ++++++++++++++++++++
 .../nutch/webui/pages/crawls/package-info.java  | 22 ++++++++++++++++++++
 .../webui/pages/instances/package-info.java     | 22 ++++++++++++++++++++
 .../nutch/webui/pages/menu/package-info.java    | 22 ++++++++++++++++++++
 .../apache/nutch/webui/pages/package-info.java  | 22 ++++++++++++++++++++
 .../nutch/webui/pages/seed/package-info.java    | 22 ++++++++++++++++++++
 .../webui/pages/settings/package-info.java      | 22 ++++++++++++++++++++
 .../nutch/webui/service/impl/package-info.java  | 22 ++++++++++++++++++++
 .../nutch/webui/service/package-info.java       | 22 ++++++++++++++++++++
 16 files changed, 352 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/client/impl/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/client/impl/package-info.java b/src/java/org/apache/nutch/webui/client/impl/package-info.java
new file mode 100644
index 0000000..0947062
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/client/impl/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Contains implementation of client classes and interfaces for Web UI
+ */
+package org.apache.nutch.webui.client.impl;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/client/model/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/client/model/package-info.java b/src/java/org/apache/nutch/webui/client/model/package-info.java
new file mode 100644
index 0000000..38a585e
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/client/model/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Contains model classes of client for Web UI
+ */
+package org.apache.nutch.webui.client.model;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/client/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/client/package-info.java b/src/java/org/apache/nutch/webui/client/package-info.java
new file mode 100644
index 0000000..a7ea6ea
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/client/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Provides client classes and interfaces for Web UI
+ */
+package org.apache.nutch.webui.client;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/config/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/config/package-info.java b/src/java/org/apache/nutch/webui/config/package-info.java
new file mode 100644
index 0000000..b458807
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/config/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Contains config classes for Web UI
+ */
+package org.apache.nutch.webui.config;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/model/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/model/package-info.java b/src/java/org/apache/nutch/webui/model/package-info.java
new file mode 100644
index 0000000..3feac8f
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/model/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Contains model classes for Web UI
+ */
+package org.apache.nutch.webui.model;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/package-info.java b/src/java/org/apache/nutch/webui/package-info.java
new file mode 100644
index 0000000..2504abe
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Provides classes and interfaces for Web UI
+ */
+package org.apache.nutch.webui;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/pages/assets/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/pages/assets/package-info.java b/src/java/org/apache/nutch/webui/pages/assets/package-info.java
new file mode 100644
index 0000000..bb2b542
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/pages/assets/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Contains asset classes for Web UI
+ */
+package org.apache.nutch.webui.pages.assets;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/pages/components/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/pages/components/package-info.java b/src/java/org/apache/nutch/webui/pages/components/package-info.java
new file mode 100644
index 0000000..fbb2f3a
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/pages/components/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Contains component classes for Web UI
+ */
+package org.apache.nutch.webui.pages.components;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/pages/crawls/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/pages/crawls/package-info.java b/src/java/org/apache/nutch/webui/pages/crawls/package-info.java
new file mode 100644
index 0000000..b6d7655
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/pages/crawls/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Contains crawl page classes for Web UI
+ */
+package org.apache.nutch.webui.pages.crawls;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/pages/instances/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/pages/instances/package-info.java b/src/java/org/apache/nutch/webui/pages/instances/package-info.java
new file mode 100644
index 0000000..150dfed
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/pages/instances/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Contains instances pages classes for Web UI
+ */
+package org.apache.nutch.webui.pages.instances;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/pages/menu/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/pages/menu/package-info.java b/src/java/org/apache/nutch/webui/pages/menu/package-info.java
new file mode 100644
index 0000000..7f34078
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/pages/menu/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Contains menu page classes for Web UI
+ */
+package org.apache.nutch.webui.pages.menu;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/pages/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/pages/package-info.java b/src/java/org/apache/nutch/webui/pages/package-info.java
new file mode 100644
index 0000000..ecc47b1
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/pages/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Provides classes and interfaces of pages for Web UI
+ */
+package org.apache.nutch.webui.pages;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/pages/seed/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/pages/seed/package-info.java b/src/java/org/apache/nutch/webui/pages/seed/package-info.java
new file mode 100644
index 0000000..757b3d5
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/pages/seed/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Contains seed pages' classes for Web UI
+ */
+package org.apache.nutch.webui.pages.seed;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/pages/settings/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/pages/settings/package-info.java b/src/java/org/apache/nutch/webui/pages/settings/package-info.java
new file mode 100644
index 0000000..ce703bd
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/pages/settings/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Contains settings page classes for Web UI
+ */
+package org.apache.nutch.webui.pages.settings;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/service/impl/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/service/impl/package-info.java b/src/java/org/apache/nutch/webui/service/impl/package-info.java
new file mode 100644
index 0000000..2d1956d
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/service/impl/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Contains service implementation classes for Web UI
+ */
+package org.apache.nutch.webui.service.impl;
+

http://git-wip-us.apache.org/repos/asf/nutch/blob/8ad3e44a/src/java/org/apache/nutch/webui/service/package-info.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/nutch/webui/service/package-info.java b/src/java/org/apache/nutch/webui/service/package-info.java
new file mode 100644
index 0000000..856ed0d
--- /dev/null
+++ b/src/java/org/apache/nutch/webui/service/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * Provides service classes and interfaces for Web UI
+ */
+package org.apache.nutch.webui.service;
+