You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/02/21 22:45:20 UTC

[19/51] [abbrv] git commit: refs/heads/ui-quick-view-v2 - client: Fix web.xml string processing based on profile, oss or nonoss

client: Fix web.xml string processing based on profile, oss or nonoss

Signed-off-by: Rohit Yadav <bh...@apache.org>


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/ui-quick-view-v2
Commit: 16f51227c690956949a9e169b594136e7c5009f4
Parents: 8134885
Author: Rohit Yadav <bh...@apache.org>
Authored: Thu Feb 21 17:19:32 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
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>