You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/02/12 12:38:20 UTC

svn commit: r909367 - in /servicemix/smx4/features/trunk/assembly/src/main: descriptors/unix-bin.xml descriptors/windows-bin.xml filtered-resources/etc/users.properties

Author: jbonofre
Date: Fri Feb 12 11:38:19 2010
New Revision: 909367

URL: http://svn.apache.org/viewvc?rev=909367&view=rev
Log:
[SMX4-482] Set the default user to smx/smx.

Added:
    servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/etc/users.properties   (with props)
Modified:
    servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml
    servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml

Modified: servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml?rev=909367&r1=909366&r2=909367&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml (original)
+++ servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml Fri Feb 12 11:38:19 2010
@@ -33,6 +33,7 @@
               <exclude>etc/system.properties</exclude>
               <exclude>etc/org.apache.felix.karaf.features.cfg</exclude>
               <exclude>etc/org.ops4j.pax.logging.cfg</exclude>
+              <exclude>etc/users.properties</exclude>
               <exclude>etc/config.properties</exclude>
               <exclude>LICENSE</exclude>
               <exclude>NOTICE</exclude>

Modified: servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml?rev=909367&r1=909366&r2=909367&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml (original)
+++ servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml Fri Feb 12 11:38:19 2010
@@ -32,6 +32,7 @@
              <exclude>etc/system.properties</exclude>
              <exclude>etc/org.apache.felix.karaf.features.cfg</exclude>
              <exclude>etc/org.ops4j.pax.logging.cfg</exclude>
+             <exclude>etc/users.properties</exclude>
              <exclude>etc/config.properties</exclude>
              <exclude>LICENSE</exclude>
              <exclude>NOTICE</exclude>

Added: servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/etc/users.properties
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/etc/users.properties?rev=909367&view=auto
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/etc/users.properties (added)
+++ servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/etc/users.properties Fri Feb 12 11:38:19 2010
@@ -0,0 +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.
+#
+################################################################################
+
+#
+smx=smx,admin
\ No newline at end of file

Propchange: servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/etc/users.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain