You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2014/01/22 12:36:28 UTC

[05/10] git commit: updated refs/heads/master to 49124bd

Don't build stuff that is never used, move the cloud-test project to the developer build.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/dc227e33
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/dc227e33
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/dc227e33

Branch: refs/heads/master
Commit: dc227e3384d8a2405293ddfbbd06ee69bcadf09d
Parents: 7ab3e27
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Wed Jan 22 10:23:50 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Wed Jan 22 10:23:50 2014 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dc227e33/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 85cfb89..f6f04d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,6 @@
     <module>engine</module>
     <module>plugins</module>
     <module>framework</module>
-    <module>test</module>
     <module>client</module>
     <module>services</module>
     <module>maven-standard</module>
@@ -827,6 +826,7 @@
         <marvin.config>tools/devcloud/devcloud.cfg</marvin.config>
       </properties>
       <modules>
+        <module>test</module>
         <module>developer</module>
         <module>tools</module>
       </modules>