[HER-1830] H3: improve sheet examples in default configuration CXML

* **/profile-crawler-beans.xml
    only 1 example SurPrefixesSheetAssociation
This commit is contained in:
gojomo
2010-10-01 00:16:23 +00:00
parent 13d8c4f851
commit d72e6cd1d0
2 changed files with 6 additions and 40 deletions
@@ -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