Repository: airavata Updated Branches: refs/heads/master 6abdb5f1e -> b9cd25bfb
adding the jpa-app-catalog to the main module Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/b9cd25bf Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/b9cd25bf Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/b9cd25bf Branch: refs/heads/master Commit: b9cd25bfb2a0bd0f8a3e2a07cbbd584153de5540 Parents: 6abdb5f Author: Sachith Withana <[email protected]> Authored: Tue Jun 17 05:29:21 2014 +0530 Committer: Sachith Withana <[email protected]> Committed: Tue Jun 17 05:29:21 2014 +0530 ---------------------------------------------------------------------- modules/app-catalog/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/b9cd25bf/modules/app-catalog/pom.xml ---------------------------------------------------------------------- diff --git a/modules/app-catalog/pom.xml b/modules/app-catalog/pom.xml index 209b5e0..5889b31 100644 --- a/modules/app-catalog/pom.xml +++ b/modules/app-catalog/pom.xml @@ -31,6 +31,7 @@ </activation> <modules> <module>app-catalog-data</module> + <module>app-catalog-jpa</module> </modules> </profile> </profiles>
