Author: simonetripodi
Date: Mon Jan 16 22:00:16 2012
New Revision: 1232187
URL: http://svn.apache.org/viewvc?rev=1232187&view=rev
Log:
added package descriptors (need to be filled)
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java
(with props)
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/cli/package-info.java
(with props)
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java
(with props)
incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java
(with props)
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
(with props)
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/vocab/package-info.java
(with props)
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java
(with props)
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java
(with props)
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.cli;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.configuration;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.encoding;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.extractor;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.filter;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.http;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.io.nquads;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.mime;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java?rev=1232187&view=auto
==============================================================================
--- incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java
(added)
+++ incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.plugin;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.rdf;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.source;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.util;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.validator;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.vocab;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.writer;
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/cli/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/cli/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/cli/package-info.java
(added)
+++
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/cli/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.cli;
Propchange:
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/cli/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/cli/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/cli/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java
(added)
+++
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.plugin.crawler;
Propchange:
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java
(added)
+++
incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.plugin.htmlscraper;
Propchange:
incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
(added)
+++
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.plugin.officescraper;
Propchange:
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/vocab/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/vocab/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/vocab/package-info.java
(added)
+++
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/vocab/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.vocab;
Propchange:
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/vocab/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/vocab/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/vocab/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java
(added)
+++
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.servlet.conneg;
Propchange:
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java?rev=1232187&view=auto
==============================================================================
---
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java
(added)
+++
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java
Mon Jan 16 22:00:16 2012
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * TODO fillme
+ */
+package org.apache.any23.servlet;
Propchange:
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain