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 2015/07/03 22:46:50 UTC

svn commit: r1689088 - in /river/river-examples/river-examples/trunk: hello-client/src/main/java/org/apache/river/examples/hello/client/App.java home/pom.xml home/src/main/home/security.properties home/src/main/home/server.policy

Author: gtrasuk
Date: Fri Jul  3 20:46:49 2015
New Revision: 1689088

URL: http://svn.apache.org/r1689088
Log:
Hello-client-webapp is complete.

Removed:
    river/river-examples/river-examples/trunk/home/src/main/home/security.properties
Modified:
    river/river-examples/river-examples/trunk/hello-client/src/main/java/org/apache/river/examples/hello/client/App.java
    river/river-examples/river-examples/trunk/home/pom.xml
    river/river-examples/river-examples/trunk/home/src/main/home/server.policy

Modified: river/river-examples/river-examples/trunk/hello-client/src/main/java/org/apache/river/examples/hello/client/App.java
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-client/src/main/java/org/apache/river/examples/hello/client/App.java?rev=1689088&r1=1689087&r2=1689088&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-client/src/main/java/org/apache/river/examples/hello/client/App.java (original)
+++ river/river-examples/river-examples/trunk/hello-client/src/main/java/org/apache/river/examples/hello/client/App.java Fri Jul  3 20:46:49 2015
@@ -1,3 +1,21 @@
+/*
+ * 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.examples.hello.client;
 
 import com.sun.jini.start.LifeCycle;

Modified: river/river-examples/river-examples/trunk/home/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/home/pom.xml?rev=1689088&r1=1689087&r2=1689088&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/home/pom.xml (original)
+++ river/river-examples/river-examples/trunk/home/pom.xml Fri Jul  3 20:46:49 2015
@@ -64,6 +64,10 @@
             <artifactId>jsk-resources</artifactId>
         </dependency>     
         <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-policy</artifactId>
+        </dependency>     
+        <dependency>
             <groupId>org.apache.river</groupId>
             <artifactId>reggie</artifactId>
         </dependency>     

Modified: river/river-examples/river-examples/trunk/home/src/main/home/server.policy
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/home/src/main/home/server.policy?rev=1689088&r1=1689087&r2=1689088&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/home/src/main/home/server.policy (original)
+++ river/river-examples/river-examples/trunk/home/src/main/home/server.policy Fri Jul  3 20:46:49 2015
@@ -23,6 +23,3 @@ grant codeBase "file:lib${/}*" {
     permission java.security.AllPermission;
 };
 
-grant codebase "file:lib${/}*" {
-    permission java.security.AllPermission;
-};