You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2016/03/03 19:15:23 UTC

[13/14] airavata git commit: adding parallelism table in manifest

adding parallelism table in manifest


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/851117fa
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/851117fa
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/851117fa

Branch: refs/heads/master
Commit: 851117fa0a89fa8d7ef111f244b56aa98040b950
Parents: 833de75
Author: Chathuri Wimalasena <ch...@apache.org>
Authored: Tue Mar 1 16:35:04 2016 -0500
Committer: Chathuri Wimalasena <ch...@apache.org>
Committed: Tue Mar 1 16:35:04 2016 -0500

----------------------------------------------------------------------
 .../registry-core/src/main/resources/META-INF/persistence.xml       | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/851117fa/modules/registry/registry-core/src/main/resources/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/modules/registry/registry-core/src/main/resources/META-INF/persistence.xml b/modules/registry/registry-core/src/main/resources/META-INF/persistence.xml
index 7d2a15a..cb7c6b1 100644
--- a/modules/registry/registry-core/src/main/resources/META-INF/persistence.xml
+++ b/modules/registry/registry-core/src/main/resources/META-INF/persistence.xml
@@ -59,6 +59,7 @@
         <class>org.apache.airavata.registry.core.app.catalog.model.StorageInterface</class>
         <class>org.apache.airavata.registry.core.app.catalog.model.ResourceJobManager</class>
         <class>org.apache.airavata.registry.core.app.catalog.model.JobManagerCommand</class>
+        <class>org.apache.airavata.registry.core.app.catalog.model.ParallelismPrefixCommand</class>
         <class>org.apache.airavata.registry.core.app.catalog.model.LocalSubmission</class>
         <class>org.apache.airavata.registry.core.app.catalog.model.LocalDataMovement</class>
         <class>org.apache.airavata.registry.core.app.catalog.model.Configuration</class>