You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by pe...@apache.org on 2010/05/11 14:00:02 UTC

svn commit: r943092 - in /incubator/river/jtsk/trunk: src/manifest/concurrent-policy-uitl/ src/manifest/concurrent-policy-util/ src/manifest/concurrent-policy-util/META-INF/ src/manifest/concurrent-policy-util/META-INF/services/ src/net/jini/exception/...

Author: peter_firmstone
Date: Tue May 11 12:00:01 2010
New Revision: 943092

URL: http://svn.apache.org/viewvc?rev=943092&view=rev
Log:
River-323 Significant refactoring and layout changes.

This will break some tests causing a failled Hudson build, however I think it best to get the code out there, so I can get some assistance.

By default the qa tests now utilise the ConcurrentDynamicPolicyProvider and DynamicPolicyProvider uses a pluggable SPI.

Added:
    incubator/river/jtsk/trunk/src/manifest/concurrent-policy-util/
      - copied from r933907, incubator/river/jtsk/trunk/src/manifest/concurrent-policy-uitl/
    incubator/river/jtsk/trunk/src/manifest/concurrent-policy-util/META-INF/
    incubator/river/jtsk/trunk/src/manifest/concurrent-policy-util/META-INF/services/
    incubator/river/jtsk/trunk/src/manifest/concurrent-policy-util/META-INF/services/org.apache.river.imp.security.policy.spi.RevokeableDynamicPolicySpi
Removed:
    incubator/river/jtsk/trunk/src/manifest/concurrent-policy-uitl/
    incubator/river/jtsk/trunk/src/net/jini/exception/
    incubator/river/jtsk/trunk/test/src/org/apache/river/security/

Added: incubator/river/jtsk/trunk/src/manifest/concurrent-policy-util/META-INF/services/org.apache.river.imp.security.policy.spi.RevokeableDynamicPolicySpi
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/manifest/concurrent-policy-util/META-INF/services/org.apache.river.imp.security.policy.spi.RevokeableDynamicPolicySpi?rev=943092&view=auto
==============================================================================
--- incubator/river/jtsk/trunk/src/manifest/concurrent-policy-util/META-INF/services/org.apache.river.imp.security.policy.spi.RevokeableDynamicPolicySpi (added)
+++ incubator/river/jtsk/trunk/src/manifest/concurrent-policy-util/META-INF/services/org.apache.river.imp.security.policy.spi.RevokeableDynamicPolicySpi Tue May 11 12:00:01 2010
@@ -0,0 +1,19 @@
+#/*
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you 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.
+#*/
+
+org.apache.river.imp.security.policy.se.DynamicConcurrentPolicyProvider