mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-23 06:05:46 +00:00
[HER-1830] H3: improve sheet examples in default configuration CXML
* **/profile-crawler-beans.xml
only 1 example SurPrefixesSheetAssociation
This commit is contained in:
@@ -469,23 +469,6 @@ http://example.example/example
|
||||
<value>http://(com,example,www,)/</value>
|
||||
</list>
|
||||
</property>
|
||||
<property name='targetSheetNames'>
|
||||
<list>
|
||||
<value>veryPolite</value>
|
||||
<value>highPrecedence</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<bean class='org.archive.crawler.spring.SurtPrefixesSheetAssociation'>
|
||||
<property name='surtPrefixes'>
|
||||
<list>
|
||||
<value>http://(com,example,</value>
|
||||
<value>http://(org,example,</value>
|
||||
</list>
|
||||
</property>
|
||||
<property name='targetSheetNames'>
|
||||
<list>
|
||||
<value>veryPolite</value>
|
||||
@@ -493,7 +476,7 @@ http://example.example/example
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
-->
|
||||
-->
|
||||
|
||||
<!--
|
||||
OPTIONAL BUT RECOMMENDED BEANS
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
behavior, uncomment AND alter the shown values.)
|
||||
-->
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:context="http://www.springframework.org/schema/context"
|
||||
xmlns:aop="http://www.springframework.org/schema/aop"
|
||||
xmlns:tx="http://www.springframework.org/schema/tx"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
||||
xmlns:aop="http://www.springframework.org/schema/aop"
|
||||
xmlns:tx="http://www.springframework.org/schema/tx"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
||||
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
|
||||
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
|
||||
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
|
||||
@@ -469,23 +469,6 @@ http://example.example/example
|
||||
<value>http://(com,example,www,)/</value>
|
||||
</list>
|
||||
</property>
|
||||
<property name='targetSheetNames'>
|
||||
<list>
|
||||
<value>veryPolite</value>
|
||||
<value>highPrecedence</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<bean class='org.archive.crawler.spring.SurtPrefixesSheetAssociation'>
|
||||
<property name='surtPrefixes'>
|
||||
<list>
|
||||
<value>http://(com,example,</value>
|
||||
<value>http://(org,example,</value>
|
||||
</list>
|
||||
</property>
|
||||
<property name='targetSheetNames'>
|
||||
<list>
|
||||
<value>veryPolite</value>
|
||||
@@ -493,7 +476,7 @@ http://example.example/example
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
-->
|
||||
-->
|
||||
|
||||
<!--
|
||||
OPTIONAL BUT RECOMMENDED BEANS
|
||||
|
||||
Reference in New Issue
Block a user