Repository: airavata Updated Branches: refs/heads/master 0edfa860a -> e58a4427a
fixing build with the move of job-monitor Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/e58a4427 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/e58a4427 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/e58a4427 Branch: refs/heads/master Commit: e58a4427a3deab446e5d56a44b9d9a5c69ccb851 Parents: 0edfa86 Author: lahiru <[email protected]> Authored: Tue Mar 18 00:46:08 2014 -0400 Committer: lahiru <[email protected]> Committed: Tue Mar 18 00:46:08 2014 -0400 ---------------------------------------------------------------------- pom.xml | 1 - tools/pom.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/e58a4427/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f90c148..bcbaf50 100644 --- a/pom.xml +++ b/pom.xml @@ -460,7 +460,6 @@ <module>modules/test-suite</module> <module>modules/distribution</module> <module>modules/integration-tests</module> - <module>modules/airavata-job-monitor</module> </modules> </profile> <profile> http://git-wip-us.apache.org/repos/asf/airavata/blob/e58a4427/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index 0bdcea2..86bacc9 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -33,6 +33,7 @@ <module>phoebus-integration</module> <module>registry-tool</module> <module>gsissh</module> + <module>job-monitor</module> </modules> </profile> </profiles>
