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 <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/dee114f7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/dee114f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/dee114f7 Branch: refs/heads/junit-tests Commit: dee114f7cc7a74ebc4fe7d2f199ba2e4f56dea13 Parents: 4bbc190 Author: Rohit Yadav <[email protected]> Authored: Thu Oct 11 17:10:49 2012 +0530 Committer: Chip Childers <[email protected]> Committed: Mon Oct 15 16:19:14 2012 -0400 ---------------------------------------------------------------------- core/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dee114f7/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>
