You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2012/05/20 05:52:59 UTC

svn commit: r1340615 - in /incubator/airavata/trunk: modules/workflow-model-core/ modules/workflow-model/ modules/workflow-model/workflow-model-core/ modules/workflow-model/workflow-model-core/pom.xml pom.xml

Author: samindaw
Date: Sun May 20 03:52:59 2012
New Revision: 1340615

URL: http://svn.apache.org/viewvc?rev=1340615&view=rev
Log:
moving workflow-model-core module to a nested maven module (so that i can introduce workflow-model-ui later)

Added:
    incubator/airavata/trunk/modules/workflow-model/
    incubator/airavata/trunk/modules/workflow-model/workflow-model-core/
      - copied from r1340614, incubator/airavata/trunk/modules/workflow-model-core/
Removed:
    incubator/airavata/trunk/modules/workflow-model-core/
Modified:
    incubator/airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml
    incubator/airavata/trunk/pom.xml

Modified: incubator/airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml?rev=1340615&r1=1340614&r2=1340615&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml (original)
+++ incubator/airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml Sun May 20 03:52:59 2012
@@ -12,9 +12,9 @@
 
     <parent>
         <groupId>org.apache.airavata</groupId>
-        <artifactId>airavata</artifactId>
+        <artifactId>airavata-workflow-model-parent</artifactId>
         <version>0.4-incubating-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/airavata/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/pom.xml?rev=1340615&r1=1340614&r2=1340615&view=diff
==============================================================================
--- incubator/airavata/trunk/pom.xml (original)
+++ incubator/airavata/trunk/pom.xml Sun May 20 03:52:59 2012
@@ -389,7 +389,7 @@
             <modules>
                 <module>modules/commons</module>
                 <module>modules/ws-messenger</module>
-                <module>modules/workflow-model-core</module>
+                <module>modules/workflow-model</module>
                 <module>modules/xbaya-gui</module>
                 <module>modules/workflow-interpreter</module>
             </modules>
@@ -433,7 +433,7 @@
                 <module>modules/commons</module>
                 <module>modules/ws-messenger</module>
                 <module>modules/registry-migrator</module>
-                <module>modules/workflow-model-core</module>
+                <module>modules/workflow-model</module>
                 <module>modules/xbaya-gui</module>
             </modules>
         </profile>
@@ -463,7 +463,7 @@
                 <module>modules/commons</module>
                 <module>modules/ws-messenger</module>
                 <module>modules/registry-migrator</module>
-                <module>modules/workflow-model-core</module>
+                <module>modules/workflow-model</module>
                 <module>modules/xbaya-gui</module>
                 <module>modules/airavata-client</module>
             </modules>
@@ -567,7 +567,7 @@
                 <module>modules/gfac-core</module>
                 <module>modules/gfac-axis2</module>
                 <module>modules/ws-messenger</module>
-                <module>modules/workflow-model-core</module>
+                <module>modules/workflow-model</module>
                 <module>modules/xbaya-gui</module>
                 <module>modules/commons</module>
                 <module>modules/registry-migrator</module>