You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by jc...@apache.org on 2006/06/14 17:11:48 UTC

svn commit: r414284 - in /jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy: DateLoggingStrategy.java DefaultLoggingStrategy.java LoggingStrategy.java ParameterIndexTest.xml

Author: jcarman
Date: Wed Jun 14 08:11:47 2006
New Revision: 414284

URL: http://svn.apache.org/viewvc?rev=414284&view=rev
Log:
HIVEMIND-177: Allow for customization of "parameter index" in StrategyFactory (updated copyright)

Modified:
    jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/DateLoggingStrategy.java
    jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/DefaultLoggingStrategy.java
    jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/LoggingStrategy.java
    jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/ParameterIndexTest.xml

Modified: jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/DateLoggingStrategy.java
URL: http://svn.apache.org/viewvc/jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/DateLoggingStrategy.java?rev=414284&r1=414283&r2=414284&view=diff
==============================================================================
--- jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/DateLoggingStrategy.java (original)
+++ jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/DateLoggingStrategy.java Wed Jun 14 08:11:47 2006
@@ -1,3 +1,17 @@
+// Copyright 2006 The Apache Software Foundation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package org.apache.hivemind.lib.strategy;
 
 import java.text.MessageFormat;

Modified: jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/DefaultLoggingStrategy.java
URL: http://svn.apache.org/viewvc/jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/DefaultLoggingStrategy.java?rev=414284&r1=414283&r2=414284&view=diff
==============================================================================
--- jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/DefaultLoggingStrategy.java (original)
+++ jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/DefaultLoggingStrategy.java Wed Jun 14 08:11:47 2006
@@ -1,3 +1,17 @@
+// Copyright 2006 The Apache Software Foundation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package org.apache.hivemind.lib.strategy;
 
 import org.apache.commons.logging.Log;

Modified: jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/LoggingStrategy.java
URL: http://svn.apache.org/viewvc/jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/LoggingStrategy.java?rev=414284&r1=414283&r2=414284&view=diff
==============================================================================
--- jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/LoggingStrategy.java (original)
+++ jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/LoggingStrategy.java Wed Jun 14 08:11:47 2006
@@ -1,3 +1,17 @@
+// Copyright 2006 The Apache Software Foundation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
 package org.apache.hivemind.lib.strategy;
 
 import org.apache.commons.logging.Log;

Modified: jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/ParameterIndexTest.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/ParameterIndexTest.xml?rev=414284&r1=414283&r2=414284&view=diff
==============================================================================
--- jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/ParameterIndexTest.xml (original)
+++ jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/strategy/ParameterIndexTest.xml Wed Jun 14 08:11:47 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!-- 
-   Copyright 2004, 2005 The Apache Software Foundation
+   Copyright 2006 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.



---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org