You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/11/25 10:48:10 UTC

svn commit: r720453 - in /geronimo/gshell/trunk/gshell-assembly: pom.xml src/main/underlay/etc/application.xml src/main/underlay/etc/security.properties

Author: jdillon
Date: Tue Nov 25 01:48:10 2008
New Revision: 720453

URL: http://svn.apache.org/viewvc?rev=720453&view=rev
Log:
Add security config for sshd, go back to ivy for now

Added:
    geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/security.properties   (with props)
Modified:
    geronimo/gshell/trunk/gshell-assembly/pom.xml
    geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml

Modified: geronimo/gshell/trunk/gshell-assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-assembly/pom.xml?rev=720453&r1=720452&r2=720453&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-assembly/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-assembly/pom.xml Tue Nov 25 01:48:10 2008
@@ -51,7 +51,7 @@
 
         <dependency>
             <groupId>org.apache.geronimo.gshell.support</groupId>
-            <artifactId>gshell-artifact-maven</artifactId>
+            <artifactId>gshell-artifact-ivy</artifactId>
         </dependency>
         
         <dependency>

Modified: geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml?rev=720453&r1=720452&r2=720453&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml (original)
+++ geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml Tue Nov 25 01:48:10 2008
@@ -28,6 +28,7 @@
 
     <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
 
+    <!--
     <bean class="org.apache.geronimo.gshell.artifact.maven.ArtifactManagerConfigurator">
         <constructor-arg ref="artifactManager"/>
         <property name="localRepository" value="${gshell.home}/var/repository"/>
@@ -37,7 +38,8 @@
             </map>
         </property>
     </bean>
-
+    -->
+    
     <bean class="org.apache.geronimo.gshell.application.model.ApplicationModel">
         <property name="groupId" value="org.apache.geronimo.gshell"/>
         <property name="artifactId" value="gshell"/>

Added: geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/security.properties
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/security.properties?rev=720453&view=auto
==============================================================================
--- geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/security.properties (added)
+++ geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/security.properties Tue Nov 25 01:48:10 2008
@@ -0,0 +1,27 @@
+##
+## 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.
+##
+
+##
+## $Rev$ $Date$
+##
+
+# user.username = password,role1,role2,...
+# role.rolename = permissionDefinition1, permissionDefinition2, ...
+
+user.test=test

Propchange: geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/security.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/security.properties
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/security.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain