You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ni...@apache.org on 2014/03/20 13:51:25 UTC

[30/33] git commit: adding log4j properties file to distro

adding log4j properties file to distro


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/1dcdfd5c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/1dcdfd5c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/1dcdfd5c

Branch: refs/heads/master
Commit: 1dcdfd5ce659cc3bb3774e574b952733ffed7b85
Parents: 0ba97e7
Author: Nirmal Fernando <ni...@apache.org>
Authored: Thu Mar 20 13:20:06 2014 +0530
Committer: Nirmal Fernando <ni...@apache.org>
Committed: Thu Mar 20 13:20:06 2014 +0530

----------------------------------------------------------------------
 products/stratos/modules/distribution/src/assembly/bin.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1dcdfd5c/products/stratos/modules/distribution/src/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/distribution/src/assembly/bin.xml b/products/stratos/modules/distribution/src/assembly/bin.xml
index 332d405..c76e3fc 100755
--- a/products/stratos/modules/distribution/src/assembly/bin.xml
+++ b/products/stratos/modules/distribution/src/assembly/bin.xml
@@ -507,6 +507,12 @@
     </dependencySets>
 
     <files>
+		<file>
+            <source>src/main/conf/log4j.properties</source>
+            <outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
+            <filtered>true</filtered>
+            <fileMode>600</fileMode>
+        </file>
 		<!-- cloud-controller -->
 		<file>
             <source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/cloud-controller.xml</source>