Repository: airavata
Updated Branches:
  refs/heads/master 7857e9a1e -> 7f4faeb21


Added xbay-gui to default build profile and commented jar sign xbaya profiles


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

Branch: refs/heads/master
Commit: 7f4faeb21b24f4514cd37cc9f6ec59737fb8f688
Parents: 7857e9a
Author: shamrath <[email protected]>
Authored: Mon Dec 1 01:48:57 2014 -0500
Committer: shamrath <[email protected]>
Committed: Mon Dec 1 01:48:57 2014 -0500

----------------------------------------------------------------------
 modules/distribution/pom.xml           |  1 +
 modules/distribution/server/pom.xml    |  5 -----
 modules/distribution/xbaya-gui/pom.xml | 12 ++++++------
 3 files changed, 7 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/7f4faeb2/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 0498f62..ec64306 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -30,6 +30,7 @@
             <modules>
                 <module>server</module>
                 <module>client</module>
+                <module>xbaya-gui</module>
                 <module>api-server</module>
                 <module>orchestrator-server</module>
                 <module>gfac-server</module>

http://git-wip-us.apache.org/repos/asf/airavata/blob/7f4faeb2/modules/distribution/server/pom.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/server/pom.xml 
b/modules/distribution/server/pom.xml
index 81afebf..1f8b659 100644
--- a/modules/distribution/server/pom.xml
+++ b/modules/distribution/server/pom.xml
@@ -319,11 +319,6 @@
             <!--<artifactId>airavata-gfac-gram</artifactId>-->
             <!--<version>${project.version}</version>-->
         <!--</dependency>-->
-        <dependency>
-            <groupId>org.apache.airavata</groupId>
-            <artifactId>airavata-gfac-stubs</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <!--<dependency>-->
             <!--<groupId>org.apache.airavata</groupId>-->
             <!--<artifactId>airavata-gfac-bes</artifactId>-->

http://git-wip-us.apache.org/repos/asf/airavata/blob/7f4faeb2/modules/distribution/xbaya-gui/pom.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/xbaya-gui/pom.xml 
b/modules/distribution/xbaya-gui/pom.xml
index 11dd61b..e3a8729 100644
--- a/modules/distribution/xbaya-gui/pom.xml
+++ b/modules/distribution/xbaya-gui/pom.xml
@@ -126,9 +126,9 @@
         </profile>
         <profile> <!-- JNLP -->
             <id>jnlp</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
+            <!--<activation>-->
+                <!--<activeByDefault>true</activeByDefault>-->
+            <!--</activation>-->
             <build>
                 <plugins>
                     <plugin>
@@ -205,9 +205,9 @@
         </profile>
         <profile>
             <id>zip-jnlp</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
+            <!--<activation>-->
+                <!--<activeByDefault>true</activeByDefault>-->
+            <!--</activation>-->
             <build>
                 <plugins>
                     <plugin>

Reply via email to