You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bf...@apache.org on 2011/02/19 02:08:34 UTC

svn commit: r1072226 - /oodt/branches/wengine-branch/wengine/src/main/resources/policy/engine-client-cmd-line-beans.xml

Author: bfoster
Date: Sat Feb 19 01:08:33 2011
New Revision: 1072226

URL: http://svn.apache.org/viewvc?rev=1072226&view=rev
Log:

fixed classpaths

-------------------

Modified:
    oodt/branches/wengine-branch/wengine/src/main/resources/policy/engine-client-cmd-line-beans.xml

Modified: oodt/branches/wengine-branch/wengine/src/main/resources/policy/engine-client-cmd-line-beans.xml
URL: http://svn.apache.org/viewvc/oodt/branches/wengine-branch/wengine/src/main/resources/policy/engine-client-cmd-line-beans.xml?rev=1072226&r1=1072225&r2=1072226&view=diff
==============================================================================
--- oodt/branches/wengine-branch/wengine/src/main/resources/policy/engine-client-cmd-line-beans.xml (original)
+++ oodt/branches/wengine-branch/wengine/src/main/resources/policy/engine-client-cmd-line-beans.xml Sat Feb 19 01:08:33 2011
@@ -552,7 +552,7 @@
         <property name="required" value="false"/>
         <property name="performAndQuit" value="true"/>
         <property name="handler">
-        	<bean class="org.apache.oodt.workflow.server.option.PrintSupportedActionsHandler">
+        	<bean class="org.apache.oodt.cas.workflow.server.option.PrintSupportedActionsHandler">
             	<property name="beanRepo" value="/${pcs.home}/core/workflow/policy/engine-client-config.xml"/>
             </bean>
         </property>
@@ -566,7 +566,7 @@
         <property name="required" value="false"/>
         <property name="performAndQuit" value="true"/>
         <property name="handler">
-        	<bean class="org.apache.oodt.workflow.server.option.PrintSupportedClientsHandler">
+        	<bean class="org.apache.oodt.cas.workflow.server.option.PrintSupportedClientsHandler">
                 <property name="beanRepo" value="/${pcs.home}/core/workflow/policy/engine-client-config.xml"/>
             </bean>
         </property>