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 08:33:27 UTC

svn commit: r909276 - in /servicemix/smx4/nmr/trunk: ./ assembly/src/main/descriptors/ assembly/src/main/filtered-resources/etc/

Author: jbonofre
Date: Fri Feb 12 07:33:26 2010
New Revision: 909276

URL: http://svn.apache.org/viewvc?rev=909276&view=rev
Log:
Cleanup NMR distribution and add a specific log file (servicemix-nmr.log).

Added:
    servicemix/smx4/nmr/trunk/BUILDING
      - copied unchanged from r909254, servicemix/smx4/nmr/trunk/BUILDING.txt
    servicemix/smx4/nmr/trunk/LICENSE
      - copied unchanged from r909254, servicemix/smx4/nmr/trunk/LICENSE.txt
    servicemix/smx4/nmr/trunk/NOTICE
      - copied unchanged from r909254, servicemix/smx4/nmr/trunk/NOTICE.txt
    servicemix/smx4/nmr/trunk/README
      - copied unchanged from r909254, servicemix/smx4/nmr/trunk/README.txt
    servicemix/smx4/nmr/trunk/RELEASE-NOTES
      - copied unchanged from r909254, servicemix/smx4/nmr/trunk/RELEASE-NOTES.txt
    servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/etc/org.ops4j.pax.logging.cfg
Removed:
    servicemix/smx4/nmr/trunk/BUILDING.txt
    servicemix/smx4/nmr/trunk/LICENSE.txt
    servicemix/smx4/nmr/trunk/NOTICE.txt
    servicemix/smx4/nmr/trunk/README.txt
    servicemix/smx4/nmr/trunk/RELEASE-NOTES.txt
Modified:
    servicemix/smx4/nmr/trunk/assembly/src/main/descriptors/unix-bin.xml
    servicemix/smx4/nmr/trunk/assembly/src/main/descriptors/windows-bin.xml

Modified: servicemix/smx4/nmr/trunk/assembly/src/main/descriptors/unix-bin.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/src/main/descriptors/unix-bin.xml?rev=909276&r1=909275&r2=909276&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/assembly/src/main/descriptors/unix-bin.xml (original)
+++ servicemix/smx4/nmr/trunk/assembly/src/main/descriptors/unix-bin.xml Fri Feb 12 07:33:26 2010
@@ -32,11 +32,13 @@
               <exclude>bin/**</exclude>
               <exclude>demos/**</exclude>
               <exclude>etc/org.apache.felix.karaf.features.cfg</exclude>
+              <exclude>etc/org.ops4j.pax.logging.cfg</exclude>
               <exclude>etc/config.properties</exclude>
-              <exclude>LICENSE.txt</exclude>
-              <exclude>NOTICE.txt</exclude>
-              <exclude>README.txt</exclude>
-              <exclude>RELEASE-NOTES.txt</exclude>
+              <exclude>LICENSE</exclude>
+              <exclude>NOTICE</exclude>
+              <exclude>README</exclude>
+              <exclude>RELEASE-NOTES</exclude>
+              <exclude>manual*</exclude>
             </excludes>
         </fileSet>
 
@@ -55,8 +57,8 @@
             <directory>${basedir}/..</directory>
             <outputDirectory>/</outputDirectory>
             <includes>
-                <include>README.txt</include>
-                <include>RELEASE*.txt</include>
+                <include>README</include>
+                <include>RELEASE*</include>
             </includes>
             <lineEnding>unix</lineEnding>
         </fileSet>

Modified: servicemix/smx4/nmr/trunk/assembly/src/main/descriptors/windows-bin.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/src/main/descriptors/windows-bin.xml?rev=909276&r1=909275&r2=909276&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/assembly/src/main/descriptors/windows-bin.xml (original)
+++ servicemix/smx4/nmr/trunk/assembly/src/main/descriptors/windows-bin.xml Fri Feb 12 07:33:26 2010
@@ -32,11 +32,13 @@
               <exclude>bin/**</exclude>
               <exclude>demos/**</exclude>
               <exclude>etc/org.apache.felix.karaf.features.cfg</exclude>
+              <exclude>etc/org.ops4j.pax.logging.cfg</exclude>
               <exclude>etc/config.properties</exclude>
-              <exclude>LICENSE.txt</exclude>
-              <exclude>NOTICE.txt</exclude>
-              <exclude>README.txt</exclude>
-              <exclude>RELEASE-NOTES.txt</exclude>
+              <exclude>LICENSE</exclude>
+              <exclude>NOTICE</exclude>
+              <exclude>README</exclude>
+              <exclude>RELEASE-NOTES</exclude>
+              <exclude>manual*</exclude>
             </excludes>
         </fileSet>
 
@@ -55,8 +57,8 @@
             <directory>${basedir}/..</directory>
             <outputDirectory>/</outputDirectory>
             <includes>
-                <include>README.txt</include>
-                <include>RELEASE*.txt</include>
+                <include>README</include>
+                <include>RELEASE*</include>
             </includes>
             <lineEnding>dos</lineEnding>
         </fileSet>
@@ -116,14 +118,14 @@
         <file>
             <source>${basedir}/target/maven-shared-archive-resources/META-INF/LICENSE</source>
             <outputDirectory>/</outputDirectory>
-            <destName>LICENSE.txt</destName>
+            <destName>LICENSE</destName>
             <fileMode>0644</fileMode>
             <lineEnding>dos</lineEnding>
         </file>
         <file>
             <source>${basedir}/target/maven-shared-archive-resources/META-INF/NOTICE</source>
             <outputDirectory>/</outputDirectory>
-            <destName>NOTICE.txt</destName>
+            <destName>NOTICE</destName>
             <fileMode>0644</fileMode>
             <lineEnding>dos</lineEnding>
         </file>

Added: servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/etc/org.ops4j.pax.logging.cfg
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/etc/org.ops4j.pax.logging.cfg?rev=909276&view=auto
==============================================================================
--- servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/etc/org.ops4j.pax.logging.cfg (added)
+++ servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/etc/org.ops4j.pax.logging.cfg Fri Feb 12 07:33:26 2010
@@ -0,0 +1,33 @@
+################################################################################
+#
+#    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.
+#
+################################################################################
+
+# Root logger
+log4j.rootLogger=INFO, out, osgi:VmLogAppender
+
+# CONSOLE appender not used by default
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} | %-5.5p | %-16.16t | %-32.32c{1} | %-32.32C %4L | %m%n
+
+# File appender
+log4j.appender.out=org.apache.log4j.FileAppender
+log4j.appender.out.layout=org.apache.log4j.PatternLayout
+log4j.appender.out.layout.ConversionPattern=%d{ABSOLUTE} | %-5.5p | %-16.16t | %-32.32c{1} | %-32.32C %4L | %m%n
+log4j.appender.out.file=${karaf.base}/data/log/servicemix-nmr.log
+log4j.appender.out.append=true
\ No newline at end of file