Author: chetanm
Date: Mon Nov 18 09:10:09 2013
New Revision: 1542953

URL: http://svn.apache.org/r1542953
Log:
SLING-2024 - Replace file logger with logback

Minor formatting change to address extra changes done in release process

Modified:
    sling/trunk/bundles/commons/log/pom.xml

Modified: sling/trunk/bundles/commons/log/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/log/pom.xml?rev=1542953&r1=1542952&r2=1542953&view=diff
==============================================================================
--- sling/trunk/bundles/commons/log/pom.xml (original)
+++ sling/trunk/bundles/commons/log/pom.xml Mon Nov 18 09:10:09 2013
@@ -462,8 +462,7 @@
                 </goals>
                 <configuration>
                   <target>
-                    <copy 
file="${project.build.directory}/${project.build.finalName}.jar"
-                          tofile="${project.build.directory}/slinglogback.jar" 
/>
+                    <copy 
file="${project.build.directory}/${project.build.finalName}.jar" 
tofile="${project.build.directory}/slinglogback.jar" />
                   </target>
                 </configuration>
               </execution>


Reply via email to