You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by gt...@apache.org on 2012/05/24 04:22:27 UTC

svn commit: r1342120 - in /river/jtsk/skunk/surrogate: docs/ServiceStarterServices.txt test/org/apache/river/container/security/SecurityManagerTest.java

Author: gtrasuk
Date: Thu May 24 02:22:27 2012
New Revision: 1342120

URL: http://svn.apache.org/viewvc?rev=1342120&view=rev
Log:
Fixed a couple of files for lack of Apache license header.
Updated text on ServiceStarterServices.

Modified:
    river/jtsk/skunk/surrogate/docs/ServiceStarterServices.txt
    river/jtsk/skunk/surrogate/test/org/apache/river/container/security/SecurityManagerTest.java

Modified: river/jtsk/skunk/surrogate/docs/ServiceStarterServices.txt
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/surrogate/docs/ServiceStarterServices.txt?rev=1342120&r1=1342119&r2=1342120&view=diff
==============================================================================
--- river/jtsk/skunk/surrogate/docs/ServiceStarterServices.txt (original)
+++ river/jtsk/skunk/surrogate/docs/ServiceStarterServices.txt Thu May 24 02:22:27 2012
@@ -38,7 +38,6 @@ Deployment jar file contains:
 - Configuration file
     - Indicates the service class and the name of the permissions file
 - deployment descriptor (e.g. 'transient-reggie.config').
-- Permissions file (defines maximum permissions required)
 
 The file should be named ending in a '.ssar' extension (service starter archive)
 and placed in the appropriate container profile's deployment directory (e.g.
@@ -49,7 +48,7 @@ Deployment
 When the starter service deployer finds the archive, it:
 - Creates a classloader that includes the jar files called out in the
 starter service deployer's configuration file (this will typically include
-'jsk-platform.jar', 'jdk-lib.jar', and 'RiverContainerLiaison.jar', plus the
+'jsk-platform.jar', 'jsk-lib.jar', and 'RiverContainerLiaison.jar', plus the
 jar files contained in the deployed service's 'lib' directory.  This
 classloader will be annotated with a codebase that allows all the jar files in
 the deployer config file's codebase element, plus all the jar files contained

Modified: river/jtsk/skunk/surrogate/test/org/apache/river/container/security/SecurityManagerTest.java
URL: http://svn.apache.org/viewvc/river/jtsk/skunk/surrogate/test/org/apache/river/container/security/SecurityManagerTest.java?rev=1342120&r1=1342119&r2=1342120&view=diff
==============================================================================
--- river/jtsk/skunk/surrogate/test/org/apache/river/container/security/SecurityManagerTest.java (original)
+++ river/jtsk/skunk/surrogate/test/org/apache/river/container/security/SecurityManagerTest.java Thu May 24 02:22:27 2012
@@ -1,6 +1,19 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * 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.
  */
 package org.apache.river.container.security;