Repository: airavata Updated Branches: refs/heads/master e088226fc -> f92e9a73d
fixing build error in the app catalog Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/f92e9a73 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/f92e9a73 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/f92e9a73 Branch: refs/heads/master Commit: f92e9a73da0379267d3fa19a418c51f326ca5baf Parents: e088226 Author: Sachith Withana <[email protected]> Authored: Mon Jun 23 06:28:31 2014 +0530 Committer: Sachith Withana <[email protected]> Committed: Mon Jun 23 06:28:31 2014 +0530 ---------------------------------------------------------------------- modules/app-catalog/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/f92e9a73/modules/app-catalog/pom.xml ---------------------------------------------------------------------- diff --git a/modules/app-catalog/pom.xml b/modules/app-catalog/pom.xml index 7548844..7c96ded 100644 --- a/modules/app-catalog/pom.xml +++ b/modules/app-catalog/pom.xml @@ -30,7 +30,7 @@ <activeByDefault>true</activeByDefault> </activation> <modules> - <module>app-catalog-data</module> + <!--module>app-catalog-data</module--> <module>app-catalog-jpa</module> </modules> </profile>
