From 60f8733c867e30507deb4358bac9a80eb69d8ef6 Mon Sep 17 00:00:00 2001 From: Geeth Munasinghe Date: Tue, 9 Dec 2014 19:28:11 +0530 Subject: [PATCH] Adding the cxf runtime --- product/modules/distribution/src/assembly/bin.xml | 13 +++++++++++++ product/modules/p2-profile-gen/pom.xml | 10 ++++++++++ 2 files changed, 23 insertions(+) diff --git a/product/modules/distribution/src/assembly/bin.xml b/product/modules/distribution/src/assembly/bin.xml index a6b60078ef0..2b569559c30 100644 --- a/product/modules/distribution/src/assembly/bin.xml +++ b/product/modules/distribution/src/assembly/bin.xml @@ -352,6 +352,19 @@ 644 + + ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/webapp-classloading.xml + ${pom.artifactId}-${pom.version}/repository/conf/tomcat + true + 644 + + + ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/webapp-classloading-environments.xml + ${pom.artifactId}-${pom.version}/repository/conf/tomcat + true + 644 + +