You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2012/07/09 15:36:08 UTC

svn commit: r1359168 - /incubator/airavata/trunk/modules/distribution/pom.xml

Author: heshan
Date: Mon Jul  9 13:36:08 2012
New Revision: 1359168

URL: http://svn.apache.org/viewvc?rev=1359168&view=rev
Log:
Adding the jnlp module.

Modified:
    incubator/airavata/trunk/modules/distribution/pom.xml

Modified: incubator/airavata/trunk/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/distribution/pom.xml?rev=1359168&r1=1359167&r2=1359168&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/distribution/pom.xml (original)
+++ incubator/airavata/trunk/modules/distribution/pom.xml Mon Jul  9 13:36:08 2012
@@ -368,6 +368,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.airavata</groupId>
+            <artifactId>airavata-xbaya-jnlp</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.airavata</groupId>
             <artifactId>airavata-xbaya-gui</artifactId>
             <version>${project.version}</version>
         </dependency>