Updated Branches: refs/heads/master 8134885e2 -> d81209210
client: Fix web.xml string processing based on profile, oss or nonoss Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/16f51227 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/16f51227 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/16f51227 Branch: refs/heads/master Commit: 16f51227c690956949a9e169b594136e7c5009f4 Parents: 8134885 Author: Rohit Yadav <[email protected]> Authored: Thu Feb 21 17:19:32 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Thu Feb 21 23:52:05 2013 +0530 ---------------------------------------------------------------------- client/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/16f51227/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index be37cc1..71fe413 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -371,8 +371,8 @@ <echo>test</echo> <replaceregexp file="${basedir}/target/generated-webapp/WEB-INF/web.xml" - match="classpath:applicationContext.xml, classpath:componentContext.xml" - replace="classpath:applicationContext.xml, classpath:nonossComponentContext.xml" byline="true" /> + match="classpath:componentContext.xml" + replace="classpath:nonossComponentContext.xml" byline="true" /> </target> </configuration> </execution>
