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

[25/38] git commit: refs/heads/qemu-img - client: In pom.xml fix jetty:run to include utilities/scripts/db/ in its classpath

client: In pom.xml fix jetty:run to include utilities/scripts/db/ in its classpath

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/295b3272
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/295b3272
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/295b3272

Branch: refs/heads/qemu-img
Commit: 295b327281182c2767be57f8c3b75b8126452ea2
Parents: 0e35447
Author: Rohit Yadav <bh...@apache.org>
Authored: Sat Feb 16 13:28:43 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Sat Feb 16 13:31:59 2013 +0530

----------------------------------------------------------------------
 client/pom.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/295b3272/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index bd8283d..38d0c4e 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -229,9 +229,12 @@
             </connector>
           </connectors>
           <jvmArgs>-XX:MaxPermSize=512m -Xmx2g</jvmArgs>
-          <contextPath>/client</contextPath>
           <webXml>${project.build.directory}/${project.build.finalName}/WEB-INF/web.xml</webXml>
           <webAppSourceDirectory>${project.build.directory}/${project.build.finalName}</webAppSourceDirectory>
+          <webAppConfig>
+            <contextPath>/client</contextPath>
+            <extraClasspath>${project.build.directory}/utilities/scripts/db/;${project.build.directory}/utilities/scripts/db/db/</extraClasspath>
+          </webAppConfig>
         </configuration>
       </plugin>
       <plugin>