Repository: airavata Updated Branches: refs/heads/master bada8e4d2 -> f452dabf9
https://issues.apache.org/jira/browse/AIRAVATA-1060 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/f452dabf Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/f452dabf Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/f452dabf Branch: refs/heads/master Commit: f452dabf9cea9aebf8bc6e0c43caacc2709224bd Parents: bada8e4 Author: Saminda Wijeratne <[email protected]> Authored: Thu Mar 6 09:26:04 2014 -0500 Committer: Saminda Wijeratne <[email protected]> Committed: Thu Mar 6 09:26:04 2014 -0500 ---------------------------------------------------------------------- modules/commons/pom.xml | 2 +- modules/distribution/airavata-client/pom.xml | 4 ++-- .../airavata-client/src/main/assembly/bin-assembly.xml | 4 ++-- modules/distribution/pom.xml | 4 ++-- modules/distribution/release/pom.xml | 4 ++-- .../orchestrator/client/sample/OrchestratorClientSample.java | 4 ++-- modules/workflow-model/pom.xml | 4 ++-- pom.xml | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/f452dabf/modules/commons/pom.xml ---------------------------------------------------------------------- diff --git a/modules/commons/pom.xml b/modules/commons/pom.xml index 39ca81f..e53c3d0 100644 --- a/modules/commons/pom.xml +++ b/modules/commons/pom.xml @@ -34,7 +34,7 @@ <module>gfac-schema</module> <module>utils</module> <module>workflow-execution-context</module> - <module>json</module> + <!--module>json</module--> </modules> </profile> </profiles> http://git-wip-us.apache.org/repos/asf/airavata/blob/f452dabf/modules/distribution/airavata-client/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/airavata-client/pom.xml b/modules/distribution/airavata-client/pom.xml index 6cfe2b3..90ce9a3 100644 --- a/modules/distribution/airavata-client/pom.xml +++ b/modules/distribution/airavata-client/pom.xml @@ -252,7 +252,7 @@ <artifactId>airavata-client-api</artifactId> <version>${project.version}</version> </dependency> - <dependency> + <!--dependency> <groupId>org.apache.airavata</groupId> <artifactId>airavata-message-monitor</artifactId> <version>${project.version}</version> @@ -276,7 +276,7 @@ <groupId>org.apache.airavata</groupId> <artifactId>airavata-workflow-tracking</artifactId> <version>${project.version}</version> - </dependency> + </dependency--> <dependency> <groupId>org.apache.airavata</groupId> <artifactId>gsissh</artifactId> http://git-wip-us.apache.org/repos/asf/airavata/blob/f452dabf/modules/distribution/airavata-client/src/main/assembly/bin-assembly.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/airavata-client/src/main/assembly/bin-assembly.xml b/modules/distribution/airavata-client/src/main/assembly/bin-assembly.xml index bb7b4ba..2f84399 100644 --- a/modules/distribution/airavata-client/src/main/assembly/bin-assembly.xml +++ b/modules/distribution/airavata-client/src/main/assembly/bin-assembly.xml @@ -107,10 +107,10 @@ <include>org.apache.airavata:airavata-credential-store:jar</include> <include>org.apache.airavata:airavata-gfac-core:jar</include> <include>org.apache.airavata:airavata-client-api:jar</include> - <include>org.apache.airavata:airavata-message-monitor:jar</include> + <!--include>org.apache.airavata:airavata-message-monitor:jar</include> <include>org.apache.airavata:airavata-workflow-model-core:jar</include> <include>org.apache.airavata:airavata-messenger-commons:jar</include> - <include>org.apache.airavata:airavata-messenger-client:jar</include> + <include>org.apache.airavata:airavata-messenger-client:jar</include--> <include>org.apache.airavata:airavata-workflow-tracking:jar</include> <include>org.apache.airavata:gsissh:jar</include> <include>org.apache.airavata:airavata-model-utils:jar</include> http://git-wip-us.apache.org/repos/asf/airavata/blob/f452dabf/modules/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 9e03ec5..f236ce9 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -30,8 +30,8 @@ <modules> <module>airavata-server</module> <module>airavata-client</module> - <module>xbaya-gui</module> - <module>release</module> + <!--module>xbaya-gui</module--> + <module>release</module> </modules> </profile> </profiles> http://git-wip-us.apache.org/repos/asf/airavata/blob/f452dabf/modules/distribution/release/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/release/pom.xml b/modules/distribution/release/pom.xml index 7f51fe6..4ea287e 100644 --- a/modules/distribution/release/pom.xml +++ b/modules/distribution/release/pom.xml @@ -68,7 +68,7 @@ <classifier>bin</classifier> </artifactItem> <!--Airavata XBaya-GUI Distributions--> - <artifactItem> + <!--artifactItem> <groupId>org.apache.airavata</groupId> <artifactId>apache-airavata-xbaya-gui</artifactId> <version>${project.version}</version> @@ -81,7 +81,7 @@ <version>${project.version}</version> <type>tar.gz</type> <classifier>bin</classifier> - </artifactItem> + </artifactItem--> </artifactItems> <outputDirectory>${project.build.directory}/release-artifacts</outputDirectory> </configuration> http://git-wip-us.apache.org/repos/asf/airavata/blob/f452dabf/modules/orchestrator/orchestrator-client-sdks/src/main/java/org/apache/airavata/orchestrator/client/sample/OrchestratorClientSample.java ---------------------------------------------------------------------- diff --git a/modules/orchestrator/orchestrator-client-sdks/src/main/java/org/apache/airavata/orchestrator/client/sample/OrchestratorClientSample.java b/modules/orchestrator/orchestrator-client-sdks/src/main/java/org/apache/airavata/orchestrator/client/sample/OrchestratorClientSample.java index f1753f4..0414e57 100644 --- a/modules/orchestrator/orchestrator-client-sdks/src/main/java/org/apache/airavata/orchestrator/client/sample/OrchestratorClientSample.java +++ b/modules/orchestrator/orchestrator-client-sdks/src/main/java/org/apache/airavata/orchestrator/client/sample/OrchestratorClientSample.java @@ -66,8 +66,8 @@ public class OrchestratorClientSample { registry = RegistryFactory.getRegistry(gateway, sysUser, sysUserPwd); documentCreator = new DocumentCreator(getAiravataAPI()); documentCreator.createLocalHostDocs(); - documentCreator.createGramDocs(); - documentCreator.createGSISSHDocs(); +// documentCreator.createGramDocs(); +// documentCreator.createGSISSHDocs(); storeExperimentDetail(); } catch (ApplicationSettingsException e) { e.printStackTrace(); http://git-wip-us.apache.org/repos/asf/airavata/blob/f452dabf/modules/workflow-model/pom.xml ---------------------------------------------------------------------- diff --git a/modules/workflow-model/pom.xml b/modules/workflow-model/pom.xml index 5ccbd8f..b58f5e0 100644 --- a/modules/workflow-model/pom.xml +++ b/modules/workflow-model/pom.xml @@ -25,8 +25,8 @@ <modules> <module>workflow-model-core</module> - <module>workflow-model-component</module> - <module>workflow-model-component-node</module> + <!--module>workflow-model-component</module> + <module>workflow-model-component-node</module--> <!--module>workflow-engine</module--> </modules> </project> http://git-wip-us.apache.org/repos/asf/airavata/blob/f452dabf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e528a82..f90c148 100644 --- a/pom.xml +++ b/pom.xml @@ -446,7 +446,7 @@ <module>modules/gfac</module> <module>modules/ws-messenger</module> <module>modules/workflow-model</module> - <module>modules/xbaya-gui</module> + <!--module>modules/xbaya-gui</module--> <module>modules/commons</module> <module>modules/registry</module> <module>modules/airavata-client</module>
