Author: simonetripodi
Date: Mon Jan 16 20:42:35 2012
New Revision: 1232154

URL: http://svn.apache.org/viewvc?rev=1232154&view=rev
Log:
added README file in each plugin artifact

Added:
    incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/README.txt   
(with props)
    incubator/any23/trunk/plugins/html-scraper/src/main/assembly/README.txt   
(with props)
    incubator/any23/trunk/plugins/office-scraper/src/main/assembly/README.txt   
(with props)
Modified:
    incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/bin.xml
    incubator/any23/trunk/plugins/html-scraper/src/main/assembly/bin.xml
    incubator/any23/trunk/plugins/office-scraper/src/main/assembly/bin.xml

Added: incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/README.txt?rev=1232154&view=auto
==============================================================================
--- incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/README.txt 
(added)
+++ incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/README.txt 
Mon Jan 16 20:42:35 2012
@@ -0,0 +1,77 @@
+  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.
+
+${project.name} (${implementation.build}; ${maven.build.timestamp})
+
+  What is it?
+  -----------
+
+  ${project.description}
+
+  Documentation
+  -------------
+
+  The most up-to-date documentation can be found at ${project.parent.url}.
+
+  Release Notes
+  -------------
+
+  The full list of changes can be found at 
${project.parent.url}/changes-report.html.
+
+  System Requirements
+  -------------------
+
+  JDK:
+    ${javac.target.version} or above. (see 
http://www.oracle.com/technetwork/java/)
+  Memory:
+    No minimum requirement.
+  Disk:
+    No minimum requirement.
+  Operating System:
+    No minimum requirement. On Windows, Windows NT and above or Cygwin is 
required for
+    the startup scripts. Tested on Windows XP, Fedora Core and Mac OS X.
+
+  Installing Apache Any23
+  ----------------
+
+** Windows 2000/XP
+
+  1) Unzip the distribution archive, i.e. 
apache-${project.build.finalName}-bin.zip
+        The subdirectory apache-${project.build.finalName} will be created 
from the archive.
+
+  2) Copy the jar files under C:\Documents and 
Settings\<username>\.any23\plugins
+
+** Unix-based Operating Systems (Linux, Solaris and Mac OS X)
+
+  1) Extract the distribution archive, i.e. 
apache-${project.build.finalName}-bin.tar.gz.
+        The subdirectory apache-${project.build.finalName} will be created 
from the archive.
+
+  2) Copy the jar files under ~/.any23/plugins
+
+  Licensing
+  ---------
+
+  Please see the file called LICENSE.TXT
+
+  Apache Any23 URLS
+  ----------
+
+  Home Page:          ${project.parent.url}/
+  Downloads:          ${project.parent.url}/download.html
+  Release Notes:      ${project.parent.url}/changes-report.html
+  Mailing Lists:      ${project.parent.url}/mail-lists.html
+  Source Code:        ${project.parent.scm.url}
+  Issue Tracking:     ${project.issueManagement.url}
+  Available Plugins:  ${project.parent.url}/plugins.html

Propchange: 
incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/README.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: 
incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/README.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/bin.xml?rev=1232154&r1=1232153&r2=1232154&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/bin.xml 
(original)
+++ incubator/any23/trunk/plugins/basic-crawler/src/main/assembly/bin.xml Mon 
Jan 16 20:42:35 2012
@@ -45,6 +45,12 @@
       <outputDirectory>/</outputDirectory>
       <fileMode>666</fileMode>
     </file>
+    <file>
+      <source>${basedir}/src/main/assembly/README.txt</source>
+      <filtered>true</filtered>
+      <outputDirectory>/</outputDirectory>
+      <fileMode>666</fileMode>
+    </file>
   </files>
 
   <dependencySets>

Added: incubator/any23/trunk/plugins/html-scraper/src/main/assembly/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/html-scraper/src/main/assembly/README.txt?rev=1232154&view=auto
==============================================================================
--- incubator/any23/trunk/plugins/html-scraper/src/main/assembly/README.txt 
(added)
+++ incubator/any23/trunk/plugins/html-scraper/src/main/assembly/README.txt Mon 
Jan 16 20:42:35 2012
@@ -0,0 +1,77 @@
+  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.
+
+${project.name} (${implementation.build}; ${maven.build.timestamp})
+
+  What is it?
+  -----------
+
+  ${project.description}
+
+  Documentation
+  -------------
+
+  The most up-to-date documentation can be found at ${project.parent.url}.
+
+  Release Notes
+  -------------
+
+  The full list of changes can be found at 
${project.parent.url}/changes-report.html.
+
+  System Requirements
+  -------------------
+
+  JDK:
+    ${javac.target.version} or above. (see 
http://www.oracle.com/technetwork/java/)
+  Memory:
+    No minimum requirement.
+  Disk:
+    No minimum requirement.
+  Operating System:
+    No minimum requirement. On Windows, Windows NT and above or Cygwin is 
required for
+    the startup scripts. Tested on Windows XP, Fedora Core and Mac OS X.
+
+  Installing Apache Any23
+  ----------------
+
+** Windows 2000/XP
+
+  1) Unzip the distribution archive, i.e. 
apache-${project.build.finalName}-bin.zip
+        The subdirectory apache-${project.build.finalName} will be created 
from the archive.
+
+  2) Copy the jar files under C:\Documents and 
Settings\<username>\.any23\plugins
+
+** Unix-based Operating Systems (Linux, Solaris and Mac OS X)
+
+  1) Extract the distribution archive, i.e. 
apache-${project.build.finalName}-bin.tar.gz.
+        The subdirectory apache-${project.build.finalName} will be created 
from the archive.
+
+  2) Copy the jar files under ~/.any23/plugins
+
+  Licensing
+  ---------
+
+  Please see the file called LICENSE.TXT
+
+  Apache Any23 URLS
+  ----------
+
+  Home Page:          ${project.parent.url}/
+  Downloads:          ${project.parent.url}/download.html
+  Release Notes:      ${project.parent.url}/changes-report.html
+  Mailing Lists:      ${project.parent.url}/mail-lists.html
+  Source Code:        ${project.parent.scm.url}
+  Issue Tracking:     ${project.issueManagement.url}
+  Available Plugins:  ${project.parent.url}/plugins.html

Propchange: 
incubator/any23/trunk/plugins/html-scraper/src/main/assembly/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/any23/trunk/plugins/html-scraper/src/main/assembly/README.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: 
incubator/any23/trunk/plugins/html-scraper/src/main/assembly/README.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: incubator/any23/trunk/plugins/html-scraper/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/html-scraper/src/main/assembly/bin.xml?rev=1232154&r1=1232153&r2=1232154&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/html-scraper/src/main/assembly/bin.xml 
(original)
+++ incubator/any23/trunk/plugins/html-scraper/src/main/assembly/bin.xml Mon 
Jan 16 20:42:35 2012
@@ -45,6 +45,12 @@
       <outputDirectory>/</outputDirectory>
       <fileMode>666</fileMode>
     </file>
+    <file>
+      <source>${basedir}/src/main/assembly/README.txt</source>
+      <filtered>true</filtered>
+      <outputDirectory>/</outputDirectory>
+      <fileMode>666</fileMode>
+    </file>
   </files>
 
   <dependencySets>

Added: incubator/any23/trunk/plugins/office-scraper/src/main/assembly/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/office-scraper/src/main/assembly/README.txt?rev=1232154&view=auto
==============================================================================
--- incubator/any23/trunk/plugins/office-scraper/src/main/assembly/README.txt 
(added)
+++ incubator/any23/trunk/plugins/office-scraper/src/main/assembly/README.txt 
Mon Jan 16 20:42:35 2012
@@ -0,0 +1,77 @@
+  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.
+
+${project.name} (${implementation.build}; ${maven.build.timestamp})
+
+  What is it?
+  -----------
+
+  ${project.description}
+
+  Documentation
+  -------------
+
+  The most up-to-date documentation can be found at ${project.parent.url}.
+
+  Release Notes
+  -------------
+
+  The full list of changes can be found at 
${project.parent.url}/changes-report.html.
+
+  System Requirements
+  -------------------
+
+  JDK:
+    ${javac.target.version} or above. (see 
http://www.oracle.com/technetwork/java/)
+  Memory:
+    No minimum requirement.
+  Disk:
+    No minimum requirement.
+  Operating System:
+    No minimum requirement. On Windows, Windows NT and above or Cygwin is 
required for
+    the startup scripts. Tested on Windows XP, Fedora Core and Mac OS X.
+
+  Installing Apache Any23
+  ----------------
+
+** Windows 2000/XP
+
+  1) Unzip the distribution archive, i.e. 
apache-${project.build.finalName}-bin.zip
+        The subdirectory apache-${project.build.finalName} will be created 
from the archive.
+
+  2) Copy the jar files under C:\Documents and 
Settings\<username>\.any23\plugins
+
+** Unix-based Operating Systems (Linux, Solaris and Mac OS X)
+
+  1) Extract the distribution archive, i.e. 
apache-${project.build.finalName}-bin.tar.gz.
+        The subdirectory apache-${project.build.finalName} will be created 
from the archive.
+
+  2) Copy the jar files under ~/.any23/plugins
+
+  Licensing
+  ---------
+
+  Please see the file called LICENSE.TXT
+
+  Apache Any23 URLS
+  ----------
+
+  Home Page:          ${project.parent.url}/
+  Downloads:          ${project.parent.url}/download.html
+  Release Notes:      ${project.parent.url}/changes-report.html
+  Mailing Lists:      ${project.parent.url}/mail-lists.html
+  Source Code:        ${project.parent.scm.url}
+  Issue Tracking:     ${project.issueManagement.url}
+  Available Plugins:  ${project.parent.url}/plugins.html

Propchange: 
incubator/any23/trunk/plugins/office-scraper/src/main/assembly/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/any23/trunk/plugins/office-scraper/src/main/assembly/README.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: 
incubator/any23/trunk/plugins/office-scraper/src/main/assembly/README.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: incubator/any23/trunk/plugins/office-scraper/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/office-scraper/src/main/assembly/bin.xml?rev=1232154&r1=1232153&r2=1232154&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/office-scraper/src/main/assembly/bin.xml 
(original)
+++ incubator/any23/trunk/plugins/office-scraper/src/main/assembly/bin.xml Mon 
Jan 16 20:42:35 2012
@@ -45,6 +45,12 @@
       <outputDirectory>/</outputDirectory>
       <fileMode>666</fileMode>
     </file>
+    <file>
+      <source>${basedir}/src/main/assembly/README.txt</source>
+      <filtered>true</filtered>
+      <outputDirectory>/</outputDirectory>
+      <fileMode>666</fileMode>
+    </file>
   </files>
 
   <dependencySets>


Reply via email to