You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by lu...@apache.org on 2012/11/02 00:27:25 UTC

svn commit: r1404829 - /oodt/trunk/crawler/src/main/resources/precondition-beans.xml

Author: luca
Date: Thu Nov  1 23:27:25 2012
New Revision: 1404829

URL: http://svn.apache.org/viewvc?rev=1404829&view=rev
Log:
Inserting missing filemgr URL property in precondition bean "AprioriUniquessCheckWithFilemgr"

Modified:
    oodt/trunk/crawler/src/main/resources/precondition-beans.xml

Modified: oodt/trunk/crawler/src/main/resources/precondition-beans.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/crawler/src/main/resources/precondition-beans.xml?rev=1404829&r1=1404828&r2=1404829&view=diff
==============================================================================
--- oodt/trunk/crawler/src/main/resources/precondition-beans.xml (original)
+++ oodt/trunk/crawler/src/main/resources/precondition-beans.xml Thu Nov  1 23:27:25 2012
@@ -29,6 +29,7 @@ the License.
     <property name="properties">
       <props>
         <prop key="crawler.pushpull.met.file.ext">[PUSHPULL_MET_FILE_EXT]</prop>
+        <prop key="crawler.filemgr.url">[FILEMGR_URL]</prop>
       </props>
     </property>
   </bean>
@@ -57,5 +58,6 @@ the License.
 			<value type="java.lang.Boolean">false</value>
 		</property>
 		<property name="type" value="equal_to" />
+		<property name="filemgrUrl" value="${crawler.filemgr.url}" />
 	</bean>
 </beans>