You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2013/12/19 21:20:32 UTC

svn commit: r1552415 - in /airavata/sandbox/orchestrator: ./ orchestrator-core/ orchestrator-core/pom.xml orchestrator-core/src/ orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/ orchestrator-service/

Author: lahiru
Date: Thu Dec 19 20:20:31 2013
New Revision: 1552415

URL: http://svn.apache.org/r1552415
Log:
more orchestrator components.

Added:
    airavata/sandbox/orchestrator/
    airavata/sandbox/orchestrator/orchestrator-core/
    airavata/sandbox/orchestrator/orchestrator-core/pom.xml
      - copied, changed from r1552413, airavata/sandbox/orchestrator-service/pom.xml
    airavata/sandbox/orchestrator/orchestrator-core/src/
      - copied from r1552413, airavata/sandbox/orchestrator-service/src/
    airavata/sandbox/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/
    airavata/sandbox/orchestrator/orchestrator-service/
      - copied from r1552413, airavata/sandbox/orchestrator-service/

Copied: airavata/sandbox/orchestrator/orchestrator-core/pom.xml (from r1552413, airavata/sandbox/orchestrator-service/pom.xml)
URL: http://svn.apache.org/viewvc/airavata/sandbox/orchestrator/orchestrator-core/pom.xml?p2=airavata/sandbox/orchestrator/orchestrator-core/pom.xml&p1=airavata/sandbox/orchestrator-service/pom.xml&r1=1552413&r2=1552415&rev=1552415&view=diff
==============================================================================
--- airavata/sandbox/orchestrator-service/pom.xml (original)
+++ airavata/sandbox/orchestrator/orchestrator-core/pom.xml Thu Dec 19 20:20:31 2013
@@ -20,15 +20,11 @@ the License. -->
     <modelVersion>4.0.0</modelVersion>
     <artifactId>airavata-orchestrator-service</artifactId>
     <packaging>jar</packaging>
-    <name>Airavata Interpreter Service</name>
+    <name>Airavata Orchestrator Core</name>
     <url>http://airavata.apache.org/</url>
 
     <dependencies>
-        <dependency>
-            <groupId>org.apache.thrift</groupId>
-            <artifactId>libthrift</artifactId>
-            <version>0.9.1</version>
-        </dependency>
+
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>