You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ah...@apache.org on 2011/02/17 00:01:52 UTC

svn commit: r1071436 - /oodt/trunk/pcs/services/src/main/webapp/META-INF/context.xml

Author: ahart
Date: Wed Feb 16 23:01:52 2011
New Revision: 1071436

URL: http://svn.apache.org/viewvc?rev=1071436&view=rev
Log:
progress towards OODT-139: consistency path fix in service config file

Modified:
    oodt/trunk/pcs/services/src/main/webapp/META-INF/context.xml

Modified: oodt/trunk/pcs/services/src/main/webapp/META-INF/context.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pcs/services/src/main/webapp/META-INF/context.xml?rev=1071436&r1=1071435&r2=1071436&view=diff
==============================================================================
--- oodt/trunk/pcs/services/src/main/webapp/META-INF/context.xml (original)
+++ oodt/trunk/pcs/services/src/main/webapp/META-INF/context.xml Wed Feb 16 23:01:52 2011
@@ -33,7 +33,7 @@ the License.
 	    value="[PCS_HOME]/aux/pcs/pcs-crawlers.xml"/>
 	    
 	<Parameter name="org.apache.oodt.pcs.health.workflow.statuses.filePath"
-	    value="[PCS_HOME]/aux/pcs-workflow-statuses.xml"/>
+	    value="[PCS_HOME]/aux/pcs/pcs-workflow-statuses.xml"/>
 	    
 	<Parameter name="org.apache.oodt.pcs.trace.enableNonCat"
 	    value="true"/>