You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2012/10/11 13:49:58 UTC

git commit: Revert "core: Comment testSourceDirectory in pom.xml to fix build"

Updated Branches:
  refs/heads/master c3f9a9b74 -> 16fa74b72


Revert "core: Comment testSourceDirectory in pom.xml to fix build"

Had unclean git repo, from switching between 4.0 and master.
This reverts commit c3f9a9b748dba73f0f02a8f93f7c80300b50d6d5.

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

Branch: refs/heads/master
Commit: 16fa74b7293039db75fdc6851c35e194b33f2135
Parents: c3f9a9b
Author: Rohit Yadav <bh...@apache.org>
Authored: Thu Oct 11 17:10:49 2012 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Thu Oct 11 17:12:20 2012 +0530

----------------------------------------------------------------------
 core/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/16fa74b7/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 2d372cc..15f0f7b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -47,6 +47,6 @@
   <build>
     <defaultGoal>install</defaultGoal>
     <sourceDirectory>src</sourceDirectory>
-    <!-- testSourceDirectory>test</testSourceDirectory -->
+    <testSourceDirectory>test</testSourceDirectory>
   </build>
 </project>