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/13 23:04:21 UTC

[33/50] [abbrv] git commit: refs/heads/ui-plugins - maven: build client at the end, fixes path error for console-proxy build target

maven: build client at the end, fixes path error for console-proxy build target

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

Branch: refs/heads/ui-plugins
Commit: 93096efc7727934ef1ec96f346bc5eaf2204e57e
Parents: eaf7767
Author: Rohit Yadav <bh...@apache.org>
Authored: Wed Feb 13 13:47:54 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Wed Feb 13 13:48:49 2013 +0530

----------------------------------------------------------------------
 pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/93096efc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a9209c1..820e938 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,11 +163,11 @@
     <module>deps/XenServerJava</module>
     <module>plugins</module>
     <module>patches</module>
-    <module>client</module>
-    <module>test</module>
     <module>engine</module>
     <module>framework</module>
-	<module>services</module>
+    <module>services</module>
+    <module>test</module>
+    <module>client</module>
   </modules>
 
   <dependencyManagement>