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/23 00:38:58 UTC

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

Author: bfoster
Date: Tue Feb 22 23:38:57 2011
New Revision: 1073550

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

- comparator should not be required

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

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=1073550&r1=1073549&r2=1073550&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 Tue Feb 22 23:38:57 2011
@@ -407,20 +407,7 @@
 		<property name="description" value="Comparator Name"/>
 		<property name="hasArgs" value="true"/>
 		<property name="optionArgName" value="CreationDate|ExecutionDate|CompletionDate|AliveTime"/>
-		<property name="required" value="false"/>				
-		<property name="requiredOptions">
-			<list>
-				<bean class="org.apache.oodt.commons.option.required.RequiredOption">
-					<property name="optionLongName" value="action"/>
-					<property name="requireAllValues" value="false"/>
-					<property name="optionValues">
-						<list>
-							<value>GetPage</value>                        
-						</list>
-					</property>
-				</bean>
-			</list>
-		</property>	
+		<property name="required" value="false"/>
 		<property name="handler">
 			<bean class="org.apache.oodt.commons.option.handler.CmdLineOptionBeanHandler">
 				<property name="applyToBeans">