You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/11/04 15:35:56 UTC

[3/5] airavata git commit: cleaning modules

http://git-wip-us.apache.org/repos/asf/airavata/blob/a82e34ec/modules/xbaya/src/main/resources/views/home.fxml
----------------------------------------------------------------------
diff --git a/modules/xbaya/src/main/resources/views/home.fxml b/modules/xbaya/src/main/resources/views/home.fxml
deleted file mode 100755
index 95211a4..0000000
--- a/modules/xbaya/src/main/resources/views/home.fxml
+++ /dev/null
@@ -1,587 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.scene.text.*?>
-<?import javafx.scene.image.*?>
-<?import javafx.geometry.*?>
-<?import javafx.scene.control.*?>
-<?import java.lang.*?>
-<?import javafx.scene.layout.*?>
-
-<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="1000.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
-   <top>
-      <VBox prefWidth="100.0" BorderPane.alignment="CENTER">
-         <children>
-            <MenuBar minHeight="-Infinity" prefHeight="22.0">
-               <menus>
-                  <Menu mnemonicParsing="false" text="XBaya">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="New Workflow">
-                           <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/menu/new2.png" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                        </MenuItem>
-                        <MenuItem mnemonicParsing="false" text="Import Workflow..." />
-                        <MenuItem disable="true" mnemonicParsing="false" text="Register Workflow..." />
-                        <SeparatorMenuItem mnemonicParsing="false" />
-                        <MenuItem mnemonicParsing="false" text="Open Workflow...">
-                           <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/menu/open1.png" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                        </MenuItem>
-                        <SeparatorMenuItem mnemonicParsing="false" />
-                        <MenuItem mnemonicParsing="false" text="Clear Workflow" />
-                        <MenuItem mnemonicParsing="false" text="Close Tab" />
-                        <MenuItem mnemonicParsing="false" text="Close All Tabs" />
-                        <SeparatorMenuItem mnemonicParsing="false" />
-                        <MenuItem disable="true" mnemonicParsing="false" text="Save">
-                           <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/menu/save1.png" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                        </MenuItem>
-                        <MenuItem disable="true" mnemonicParsing="false" text="Save as..." />
-                        <MenuItem disable="true" mnemonicParsing="false" text="Save all" />
-                        <SeparatorMenuItem mnemonicParsing="false" />
-                        <MenuItem mnemonicParsing="false" text="Exit" />
-                     </items>
-                  </Menu>
-                  <Menu mnemonicParsing="false" text="Edit">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="Workflow Properties..." />
-                        <MenuItem mnemonicParsing="false" text="Parameter Properties..." />
-                     </items>
-                  </Menu>
-                  <Menu mnemonicParsing="false" text="View">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="Components" />
-                        <SeparatorMenuItem mnemonicParsing="false" />
-                        <MenuItem disable="true" mnemonicParsing="false" text="Monitoring " />
-                        <MenuItem disable="true" mnemonicParsing="false" text="Parameters" />
-                     </items>
-                  </Menu>
-                  <Menu mnemonicParsing="false" text="Run">
-                     <items>
-                        <MenuItem disable="true" mnemonicParsing="false" text="Run on Interpreter Server...">
-                           <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/menu/play3.png" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                        </MenuItem>
-                        <SeparatorMenuItem mnemonicParsing="false" />
-                        <MenuItem mnemonicParsing="false" text="Stop running workflow">
-                           <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/menu/stop.png" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                        </MenuItem>
-                        <SeparatorMenuItem mnemonicParsing="false" />
-                        <MenuItem mnemonicParsing="false" text="Pause Monitoring">
-                           <graphic>
-                              <ImageView fitHeight="16.0" fitWidth="16.0" pickOnBounds="true">
-                                 <image>
-                                    <Image url="/images/menu/pause1.png" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                        </MenuItem>
-                        <MenuItem mnemonicParsing="false" text="Reset Monitoring" />
-                        <MenuItem mnemonicParsing="false" text="Configure Monitoring..." />
-                     </items>
-                  </Menu>
-                  <Menu mnemonicParsing="false" text="Registry">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="Setup Airavata Registry...">
-                           <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/jcr-repo.png" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                        </MenuItem>
-                     </items>
-                  </Menu>
-                  <Menu mnemonicParsing="false" text="Amazon">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="Security Credentials" />
-                        <SeparatorMenuItem mnemonicParsing="false" />
-                        <MenuItem mnemonicParsing="false" text="EC2 Instances Management" />
-                        <SeparatorMenuItem mnemonicParsing="false" />
-                     </items>
-                  </Menu>
-                  <Menu mnemonicParsing="false" text="Run Applications">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="Execute Application" />
-                        <SeparatorMenuItem mnemonicParsing="false" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu disable="true" mnemonicParsing="false">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-                  <Menu mnemonicParsing="false" text="Help">
-                     <items>
-                        <MenuItem mnemonicParsing="false" text="About" />
-                     </items>
-                  </Menu>
-               </menus>
-               <padding>
-                  <Insets top="-5.0" />
-               </padding>
-            </MenuBar>
-            <HBox>
-               <children>
-                  <ToolBar prefHeight="20.0" prefWidth="1500.0">
-                     <items>
-                        <ImageView fitHeight="15.0" fitWidth="20.0" pickOnBounds="true" preserveRatio="true">
-                           <image>
-                              <Image url="/images/menu/new2.png" />
-                           </image>
-                        </ImageView>
-                        <ImageView fitHeight="15.0" fitWidth="20.0" layoutY="10.0" pickOnBounds="true" preserveRatio="true" translateX="5.0">
-                           <image>
-                              <Image url="/images/menu/open1.png" />
-                           </image>
-                        </ImageView>
-                        <ImageView fitHeight="15.0" fitWidth="20.0" layoutY="10.0" pickOnBounds="true" preserveRatio="true" translateX="10.0">
-                           <image>
-                              <Image url="/images/menu/save1.png" />
-                           </image>
-                        </ImageView>
-                        <Separator orientation="VERTICAL" prefHeight="15.0" translateX="12.0" />
-                        <ImageView fitHeight="15.0" fitWidth="20.0" layoutX="48.0" layoutY="13.0" pickOnBounds="true" preserveRatio="true" translateX="13.0">
-                           <image>
-                              <Image url="/images/menu/play3.png" />
-                           </image>
-                        </ImageView>
-                        <ImageView fitHeight="15.0" fitWidth="20.0" layoutX="77.0" layoutY="13.0" pickOnBounds="true" preserveRatio="true" translateX="18.0">
-                           <image>
-                              <Image url="/images/menu/stop.png" />
-                           </image>
-                        </ImageView>
-                        <Separator layoutX="67.0" layoutY="10.0" orientation="VERTICAL" prefHeight="15.0" translateX="22.0" />
-                        <ImageView fitHeight="15.0" fitWidth="20.0" layoutX="96.0" layoutY="13.0" pickOnBounds="true" preserveRatio="true" translateX="23.0">
-                           <image>
-                              <Image url="/images/menu/pause_monitor1.png" />
-                           </image>
-                        </ImageView>
-                        <ImageView fitHeight="15.0" fitWidth="20.0" layoutX="77.0" layoutY="13.0" pickOnBounds="true" preserveRatio="true" translateX="28.0">
-                           <image>
-                              <Image url="/images/menu/resume_monitoring1.png" />
-                           </image>
-                        </ImageView>
-                        <Separator layoutX="115.0" layoutY="10.0" orientation="VERTICAL" prefHeight="15.0" translateX="30.0" />
-                        <ImageView fitHeight="15.0" fitWidth="20.0" layoutX="144.0" layoutY="13.0" pickOnBounds="true" preserveRatio="true" translateX="28.0">
-                           <image>
-                              <Image url="/images/jcr-repo.png" />
-                           </image>
-                        </ImageView>
-                        <Separator layoutX="163.0" layoutY="10.0" orientation="VERTICAL" prefHeight="15.0" translateX="30.0" />
-                     </items>
-                     <padding>
-                        <Insets left="8.0" right="5.0" />
-                     </padding>
-                  </ToolBar>
-               </children>
-            </HBox>
-         </children>
-      </VBox>
-   </top>
-   <left>
-      <SplitPane dividerPositions="0.5" orientation="VERTICAL" prefHeight="200.0" prefWidth="200.0" BorderPane.alignment="CENTER">
-         <items>
-            <VBox prefHeight="200.0" prefWidth="100.0">
-               <children>
-                  <TitledPane collapsible="false" text="Component List">
-                     <content>
-                        <TreeView prefHeight="300.0" prefWidth="200.0">
-                         <root>
-                    <TreeItem expanded="true" value="Components">
-                     <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/opened.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                         <children>
-                              <TreeItem value="System Components"> <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/closed.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                                   <children>
-                                        <TreeItem value="Input">
-                                         <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem>
-                                        <TreeItem value="DifferedInput">
-                                          <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic> 
-                           </TreeItem>
-                                        <TreeItem value="S3Input">
-                                          <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem>
-                                        <TreeItem value="Output">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem> 
-                                        <TreeItem value="Const">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem>
-                                        <TreeItem value="Memo">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem>
-                                        <TreeItem value="If">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem>
-                                        <TreeItem value="EndIf">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem> 
-                                        <TreeItem value="Recieve">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem> 
-                                        <TreeItem value="ForEach">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem>
-                                        <TreeItem value="EndForEach">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem>
-                                        <TreeItem value="DoWhile">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem> 
-                                        <TreeItem value="EndDoWhile">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem> 
-                                        <TreeItem value="Block">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem> 
-                                        <TreeItem value="EndBlock">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem> 
-                                        <TreeItem value="Dynamic Node">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem> 
-                                        <TreeItem value="Stream Source">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem> 
-                                        <TreeItem value="Exit">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem>                                         
-                                   </children>
-                              </TreeItem>
-                              <TreeItem value="Amazon Components">
-                               <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/closed.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                                   <children>
-                                        <TreeItem value="Instance">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem> 
-                                        <TreeItem value="TerminateInstance">
-                                        <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>
-                           </TreeItem>                                    
-                                   </children>                              
-                              </TreeItem>
-                              <TreeItem value="Applications">
-                                   <graphic>
-                              <ImageView fitHeight="26.0" fitWidth="16.0" pickOnBounds="true" preserveRatio="true">
-                                 <image>
-                                    <Image url="/images/leaf.gif" />
-                                 </image>
-                              </ImageView>
-                           </graphic>                              
-                              </TreeItem>                                                            
-                         </children>
-                    </TreeItem>
-               </root>
-               </TreeView>
-                     </content>
-                  </TitledPane>
-               </children>
-            </VBox>
-            <VBox prefHeight="200.0" prefWidth="100.0">
-               <children>
-                  <TitledPane animated="false" collapsible="false" text="Component Iinformation" />
-                  <TextArea prefHeight="520.0" prefWidth="100.0" />
-               </children></VBox>
-         </items>
-      </SplitPane>
-   </left>
-</BorderPane>

http://git-wip-us.apache.org/repos/asf/airavata/blob/a82e34ec/modules/xbaya/src/test/java/org/airavata/xbaya/AppTest.java
----------------------------------------------------------------------
diff --git a/modules/xbaya/src/test/java/org/airavata/xbaya/AppTest.java b/modules/xbaya/src/test/java/org/airavata/xbaya/AppTest.java
deleted file mode 100644
index 045024f..0000000
--- a/modules/xbaya/src/test/java/org/airavata/xbaya/AppTest.java
+++ /dev/null
@@ -1,58 +0,0 @@
-/*
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *
- */
-package org.airavata.xbaya;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}

http://git-wip-us.apache.org/repos/asf/airavata/blob/a82e34ec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 93e19f5..14918d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,468 +11,469 @@
 	OF ANY ~ KIND, either express or implied. See the License for the specific 
 	language governing permissions and limitations under the License. -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-	<modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
 
-	<prerequisites>
-		<maven>3.0</maven>
-	</prerequisites>
+    <prerequisites>
+        <maven>3.0</maven>
+    </prerequisites>
 
-	<parent>
-		<groupId>org.apache</groupId>
-		<artifactId>apache</artifactId>
-		<version>16</version>
-	</parent>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>16</version>
+    </parent>
 
-	<groupId>org.apache.airavata</groupId>
-	<artifactId>airavata</artifactId>
-	<packaging>pom</packaging>
-	<name>Airavata</name>
-	<version>0.17-SNAPSHOT</version>
+    <groupId>org.apache.airavata</groupId>
+    <artifactId>airavata</artifactId>
+    <packaging>pom</packaging>
+    <name>Airavata</name>
+    <version>0.17-SNAPSHOT</version>
 
-	<url>http://airavata.apache.org/</url>
-	<inceptionYear>2011</inceptionYear>
+    <url>http://airavata.apache.org/</url>
+    <inceptionYear>2011</inceptionYear>
 
-	<scm>
-		<connection>scm:git:https://git-wip-us.apache.org/repos/asf/airavata.git</connection>
-		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/airavata.git</developerConnection>
-		<url> https://git-wip-us.apache.org/repos/asf?p=airavata.git</url>
-		<tag>HEAD</tag>
-	</scm>
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/airavata.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/airavata.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=airavata.git</url>
+        <tag>HEAD</tag>
+    </scm>
 
-	<mailingLists>
+    <mailingLists>
 
-		<mailingList>
-			<name>Airavata Developer List</name>
-			<subscribe>dev-subscribe@airavata.apache.org</subscribe>
-			<unsubscribe>dev-unsubscribe@airavata.apache.org</unsubscribe>
-			<post>mailto:dev@airavata.apache.org</post>
-			<archive>http://mail-archives.apache.org/mod_mbox/airavata-dev/</archive>
-		</mailingList>
+        <mailingList>
+            <name>Airavata Developer List</name>
+            <subscribe>dev-subscribe@airavata.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@airavata.apache.org</unsubscribe>
+            <post>mailto:dev@airavata.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/airavata-dev/</archive>
+        </mailingList>
 
-		<mailingList>
-			<name>Airavata Users List</name>
-			<subscribe>users-subscribe@airavata.apache.org</subscribe>
-			<unsubscribe>users-unsubscribe@airavata.apache.org</unsubscribe>
-			<post>mailto:users@airavata.apache.org</post>
-			<archive>http://mail-archives.apache.org/mod_mbox/airavata-users/</archive>
-		</mailingList>
+        <mailingList>
+            <name>Airavata Users List</name>
+            <subscribe>users-subscribe@airavata.apache.org</subscribe>
+            <unsubscribe>users-unsubscribe@airavata.apache.org</unsubscribe>
+            <post>mailto:users@airavata.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/airavata-users/</archive>
+        </mailingList>
 
-	</mailingLists>
+    </mailingLists>
 
-	<issueManagement>
-		<url>https://issues.apache.org/jira/browse/AIRAVATA</url>
-	</issueManagement>
+    <issueManagement>
+        <url>https://issues.apache.org/jira/browse/AIRAVATA</url>
+    </issueManagement>
 
-	<properties>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-		<axis2.version>1.5.1</axis2.version>
-		<derby.version>10.11.1.1</derby.version>
-		<org.slf4j.version>1.7.10</org.slf4j.version>
-		<log4j.version>1.2.17</log4j.version>
-		<axiom.version>1.2.8</axiom.version>
-		<surefire.version>2.18.1</surefire.version>
-		<junit.version>4.12</junit.version>
-		<curator.version>2.8.0</curator.version>
-<!--remove xmlbeans version -->
-		<xmlbeans.version>2.5.0</xmlbeans.version>
-		<groovy.version>2.4.7</groovy.version>
-		<xpp3.version>1.1.6</xpp3.version>
-		<xpp5.version>1.2.8</xpp5.version>
-		<xsul.version>2.10.7</xsul.version>
-		<xsul5.version>1.2.7</xsul5.version>
-		<gpel.version>1.0.9</gpel.version>
-		<atomixmiser.version>0.9.4</atomixmiser.version>
-		<jython.version>2.5.3</jython.version>
-		<jersey.version>1.13</jersey.version>
-		<tomcat.version>7.0.41</tomcat.version>
-		<cargo.version>1.3.1</cargo.version>
-		<oa4mp.version>1.1.3</oa4mp.version>
-		<antrun.version>1.8</antrun.version>
-		<bouncy.castle.version>1.50</bouncy.castle.version>
-		<jglobus.version>2.1.0</jglobus.version>
-		<ebay.cors.filter>1.0.0</ebay.cors.filter>
-		<thrift.version>0.9.3</thrift.version>
-		<mysql.connector.version>5.1.34</mysql.connector.version>
-		<skipTests>false</skipTests>
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+        <axis2.version>1.5.1</axis2.version>
+        <derby.version>10.11.1.1</derby.version>
+        <org.slf4j.version>1.7.10</org.slf4j.version>
+        <log4j.version>1.2.17</log4j.version>
+        <axiom.version>1.2.8</axiom.version>
+        <surefire.version>2.18.1</surefire.version>
+        <junit.version>4.12</junit.version>
+        <curator.version>2.8.0</curator.version>
+        <!--remove xmlbeans version -->
+        <xmlbeans.version>2.5.0</xmlbeans.version>
+        <groovy.version>2.4.7</groovy.version>
+        <xpp3.version>1.1.6</xpp3.version>
+        <xpp5.version>1.2.8</xpp5.version>
+        <xsul.version>2.10.7</xsul.version>
+        <xsul5.version>1.2.7</xsul5.version>
+        <gpel.version>1.0.9</gpel.version>
+        <atomixmiser.version>0.9.4</atomixmiser.version>
+        <jython.version>2.5.3</jython.version>
+        <jersey.version>1.13</jersey.version>
+        <tomcat.version>7.0.41</tomcat.version>
+        <cargo.version>1.3.1</cargo.version>
+        <oa4mp.version>1.1.3</oa4mp.version>
+        <antrun.version>1.8</antrun.version>
+        <bouncy.castle.version>1.50</bouncy.castle.version>
+        <jglobus.version>2.1.0</jglobus.version>
+        <ebay.cors.filter>1.0.0</ebay.cors.filter>
+        <thrift.version>0.9.3</thrift.version>
+        <mysql.connector.version>5.1.34</mysql.connector.version>
+        <skipTests>false</skipTests>
         <google.gson.version>2.3</google.gson.version>
-		<zk.version>3.4.0</zk.version>
-		<amqp.client.version>3.5.1</amqp.client.version>
+        <zk.version>3.4.0</zk.version>
+        <amqp.client.version>3.5.1</amqp.client.version>
         <snakeyaml.version>1.15</snakeyaml.version>
-		<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
-		<maven.replacer.plugin.version>1.5.3</maven.replacer.plugin.version>
-		<kafka-clients.version>0.8.2.2</kafka-clients.version>
-		<logback.version>1.1.6</logback.version>
-		<json.version>20160212</json.version>
-		<commons.io.version>2.4</commons.io.version>
-	</properties>
+        <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
+        <maven.replacer.plugin.version>1.5.3</maven.replacer.plugin.version>
+        <kafka-clients.version>0.8.2.2</kafka-clients.version>
+        <logback.version>1.1.6</logback.version>
+        <json.version>20160212</json.version>
+        <commons.io.version>2.4</commons.io.version>
+    </properties>
 
-	<developers>
-		<developer>
-			<id>aslom</id>
-			<name>Aleksander Slominski</name>
-			<email>aslom@us.ibm.com</email>
-			<timezone>-5</timezone>
-			<organization>IBM</organization>
-			<organizationUrl>http://www.ibm.com/us/en/</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>amilaj</id>
-			<name>Amila Jayasekara</name>
-			<email>amilaj@apache.org</email>
-			<timezone>-5</timezone>
-			<organization>Indiana University</organization>
-			<organizationUrl>http://www.iub.edu</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>ate</id>
-			<name>Ate Douma</name>
-			<email>ate@douma.nu</email>
-			<timezone>+1</timezone>
-			<organization>Hippo</organization>
-			<organizationUrl>http://www.onehippo.com</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>chathura</id>
-			<name>Chathura Herath</name>
-			<email>chathura@apache.org</email>
-			<timezone>-5</timezone>
-			<organization>Knight Capital Group</organization>
-			<organizationUrl>http://www.knight.com</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>chathuri</id>
-			<name>Chathuri Wimalasena</name>
-			<email>chathuri@apache.org</email>
-			<timezone>-5</timezone>
-			<organization>Indiana University</organization>
-			<organizationUrl>http://www.iub.edu</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>mattmann</id>
-			<name>Chris Mattmann</name>
-			<email>chris.a.mattmann@jpl.nasa.gov</email>
-			<timezone>-5</timezone>
-			<organization>NASA JPL</organization>
-			<organizationUrl>http://www.jpl.nasa.gov/</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>chinthaka</id>
-			<name>Eran Chinthaka</name>
-			<email>chinthaka@apache.org</email>
-			<timezone>-8</timezone>
-			<organization>Wize Commerce</organization>
-			<organizationUrl>http://www.wizecommerce.com/</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>heshan</id>
-			<name>Heshan Suriyarachchi</name>
-			<email>heshan@apache.org</email>
-			<timezone>-5</timezone>
-			<organization>Indiana University</organization>
-			<organizationUrl>http://www.iub.edu</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>lahiru</id>
-			<name>Lahiru Gunathilake</name>
-			<email>glahiru@gmail.com</email>
-			<timezone>-5</timezone>
-			<organization>Indiana University</organization>
-			<organizationUrl>http://www.iub.edu</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>mpierce</id>
-			<name>Marlon Pierce</name>
-			<email>mpierce@apache.org</email>
-			<timezone>-5</timezone>
-			<organization>Indiana University</organization>
-			<organizationUrl>http://www.iub.edu</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>patanachai</id>
-			<name>Patanachai Tangchaisin</name>
-			<email>patanachai@apache.org</email>
-			<timezone>-5</timezone>
-			<organization>Wize Commerce</organization>
-			<organizationUrl>http://www.wizecommerce.com/</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>raminder</id>
-			<name>Raminderjeet Singh</name>
-			<email>ramifnu@indiana.edu</email>
-			<timezone>-5</timezone>
-			<organization>Indiana University</organization>
-			<organizationUrl>http://www.iub.edu</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PPMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>saminda</id>
-			<name>Saminda Wijeratne</name>
-			<email>samindaw@apache.org</email>
-			<timezone>-5</timezone>
-			<organization>Indiana University</organization>
-			<organizationUrl>http://www.iub.edu</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>shahani</id>
-			<name>Shahani Weerawarana</name>
-			<email>shahani@apache.org</email>
-			<timezone>+5.5</timezone>
-			<organization>University of Moratuwa</organization>
-			<organizationUrl>http://www.mrt.ac.lk/web/</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>hemapani</id>
-			<name>Srinath Perera</name>
-			<email>hemapani@apache.org</email>
-			<timezone>+5.5</timezone>
-			<organization>WSO2</organization>
-			<organizationUrl>http://wso2.com/</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>smarru</id>
-			<name>Suresh Marru</name>
-			<email>smarru@apache.org</email>
-			<timezone>-5</timezone>
-			<organization>Indiana University</organization>
-			<organizationUrl>http://www.iub.edu</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC Chair</role>
-				<role>release manager</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>thilina</id>
-			<name>Thilina Gunaratne</name>
-			<email>thilina@apache.org</email>
-			<timezone>-5</timezone>
-			<organization>Indiana University</organization>
-			<organizationUrl>http://www.iub.edu</organizationUrl>
-			<roles>
-				<role>committer</role>
-				<role>PMC member</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>shameera</id>
-			<name>Shameera Rathnayaka</name>
-			<email>shameera@apache.org</email>
-			<timezone>+5.5</timezone>
-			<organization>WSO2</organization>
-			<organizationUrl>http://wso2.com/</organizationUrl>
-			<roles>
-				<role>committer</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>viknes</id>
-			<name>Viknes Balasubramanee</name>
-			<email>viknesb@apache.org</email>
-			<timezone>-7</timezone>
-			<organization>Dish Network</organization>
-			<organizationUrl>http://about.dish.com/company-info</organizationUrl>
-			<roles>
-				<role>committer</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>sachith</id>
-			<name>Sachith Danushka Withana</name>
-			<email>sachith@apache.org</email>
-			<timezone>+5.5</timezone>
-			<organization>University of Moratuwa</organization>
-			<organizationUrl>http://www.mrt.ac.lk/web/</organizationUrl>
-			<roles>
-				<role>committer</role>
-			</roles>
-		</developer>
-		<developer>
-			<id>msmemon</id>
-			<name>Shahbaz Memon</name>
-			<email>msmemon@apache.org</email>
-			<timezone>+1.0</timezone>
-			<organization>Forschungszentrum Juelich GmbH</organization>
-			<organizationUrl>http://www.fz-juelich.de</organizationUrl>
-			<roles>
-				<role>committer</role>
-			</roles>
-		</developer>
-		<developer>
-   			<id>scnakandala</id>
-   			<name>Supun Nakandala</name>
-   			<email>scnakandala@apache.org</email>
-   			<timezone>-5</timezone>
-   			<organization>Indiana University</organization>
-   			<organizationUrl>people.apache.org/~scnakandala</organizationUrl>
-   			<roles>
-      				<role>committer</role>
-      				<role>PMC member</role>
-   			</roles>
-		</developer>
-	</developers>
+    <developers>
+        <developer>
+            <id>aslom</id>
+            <name>Aleksander Slominski</name>
+            <email>aslom@us.ibm.com</email>
+            <timezone>-5</timezone>
+            <organization>IBM</organization>
+            <organizationUrl>http://www.ibm.com/us/en/</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>amilaj</id>
+            <name>Amila Jayasekara</name>
+            <email>amilaj@apache.org</email>
+            <timezone>-5</timezone>
+            <organization>Indiana University</organization>
+            <organizationUrl>http://www.iub.edu</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>ate</id>
+            <name>Ate Douma</name>
+            <email>ate@douma.nu</email>
+            <timezone>+1</timezone>
+            <organization>Hippo</organization>
+            <organizationUrl>http://www.onehippo.com</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>chathura</id>
+            <name>Chathura Herath</name>
+            <email>chathura@apache.org</email>
+            <timezone>-5</timezone>
+            <organization>Knight Capital Group</organization>
+            <organizationUrl>http://www.knight.com</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>chathuri</id>
+            <name>Chathuri Wimalasena</name>
+            <email>chathuri@apache.org</email>
+            <timezone>-5</timezone>
+            <organization>Indiana University</organization>
+            <organizationUrl>http://www.iub.edu</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>mattmann</id>
+            <name>Chris Mattmann</name>
+            <email>chris.a.mattmann@jpl.nasa.gov</email>
+            <timezone>-5</timezone>
+            <organization>NASA JPL</organization>
+            <organizationUrl>http://www.jpl.nasa.gov/</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>chinthaka</id>
+            <name>Eran Chinthaka</name>
+            <email>chinthaka@apache.org</email>
+            <timezone>-8</timezone>
+            <organization>Wize Commerce</organization>
+            <organizationUrl>http://www.wizecommerce.com/</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>heshan</id>
+            <name>Heshan Suriyarachchi</name>
+            <email>heshan@apache.org</email>
+            <timezone>-5</timezone>
+            <organization>Indiana University</organization>
+            <organizationUrl>http://www.iub.edu</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>lahiru</id>
+            <name>Lahiru Gunathilake</name>
+            <email>glahiru@gmail.com</email>
+            <timezone>-5</timezone>
+            <organization>Indiana University</organization>
+            <organizationUrl>http://www.iub.edu</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>mpierce</id>
+            <name>Marlon Pierce</name>
+            <email>mpierce@apache.org</email>
+            <timezone>-5</timezone>
+            <organization>Indiana University</organization>
+            <organizationUrl>http://www.iub.edu</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>patanachai</id>
+            <name>Patanachai Tangchaisin</name>
+            <email>patanachai@apache.org</email>
+            <timezone>-5</timezone>
+            <organization>Wize Commerce</organization>
+            <organizationUrl>http://www.wizecommerce.com/</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>raminder</id>
+            <name>Raminderjeet Singh</name>
+            <email>ramifnu@indiana.edu</email>
+            <timezone>-5</timezone>
+            <organization>Indiana University</organization>
+            <organizationUrl>http://www.iub.edu</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PPMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>saminda</id>
+            <name>Saminda Wijeratne</name>
+            <email>samindaw@apache.org</email>
+            <timezone>-5</timezone>
+            <organization>Indiana University</organization>
+            <organizationUrl>http://www.iub.edu</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>shahani</id>
+            <name>Shahani Weerawarana</name>
+            <email>shahani@apache.org</email>
+            <timezone>+5.5</timezone>
+            <organization>University of Moratuwa</organization>
+            <organizationUrl>http://www.mrt.ac.lk/web/</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>hemapani</id>
+            <name>Srinath Perera</name>
+            <email>hemapani@apache.org</email>
+            <timezone>+5.5</timezone>
+            <organization>WSO2</organization>
+            <organizationUrl>http://wso2.com/</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>smarru</id>
+            <name>Suresh Marru</name>
+            <email>smarru@apache.org</email>
+            <timezone>-5</timezone>
+            <organization>Indiana University</organization>
+            <organizationUrl>http://www.iub.edu</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC Chair</role>
+                <role>release manager</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>thilina</id>
+            <name>Thilina Gunaratne</name>
+            <email>thilina@apache.org</email>
+            <timezone>-5</timezone>
+            <organization>Indiana University</organization>
+            <organizationUrl>http://www.iub.edu</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>shameera</id>
+            <name>Shameera Rathnayaka</name>
+            <email>shameera@apache.org</email>
+            <timezone>+5.5</timezone>
+            <organization>WSO2</organization>
+            <organizationUrl>http://wso2.com/</organizationUrl>
+            <roles>
+                <role>committer</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>viknes</id>
+            <name>Viknes Balasubramanee</name>
+            <email>viknesb@apache.org</email>
+            <timezone>-7</timezone>
+            <organization>Dish Network</organization>
+            <organizationUrl>http://about.dish.com/company-info</organizationUrl>
+            <roles>
+                <role>committer</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>sachith</id>
+            <name>Sachith Danushka Withana</name>
+            <email>sachith@apache.org</email>
+            <timezone>+5.5</timezone>
+            <organization>University of Moratuwa</organization>
+            <organizationUrl>http://www.mrt.ac.lk/web/</organizationUrl>
+            <roles>
+                <role>committer</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>msmemon</id>
+            <name>Shahbaz Memon</name>
+            <email>msmemon@apache.org</email>
+            <timezone>+1.0</timezone>
+            <organization>Forschungszentrum Juelich GmbH</organization>
+            <organizationUrl>http://www.fz-juelich.de</organizationUrl>
+            <roles>
+                <role>committer</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>scnakandala</id>
+            <name>Supun Nakandala</name>
+            <email>scnakandala@apache.org</email>
+            <timezone>-5</timezone>
+            <organization>Indiana University</organization>
+            <organizationUrl>people.apache.org/~scnakandala</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+    </developers>
 
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>slf4j-api</artifactId>
-				<version>${org.slf4j.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>slf4j-simple</artifactId>
-				<version>${org.slf4j.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>jcl-over-slf4j</artifactId>
-				<version>${org.slf4j.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>slf4j-log4j12</artifactId>
-				<version>${org.slf4j.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>log4j</groupId>
-				<artifactId>log4j</artifactId>
-				<version>${log4j.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>junit</groupId>
-				<artifactId>junit</artifactId>
-				<version>${junit.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.bouncycastle</groupId>
-				<artifactId>bcprov-jdk15on</artifactId>
-				<version>${bouncy.castle.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.bouncycastle</groupId>
-				<artifactId>bcpkix-jdk15on</artifactId>
-				<version>${bouncy.castle.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.airavata</groupId>
-				<artifactId>airavata-server-configuration</artifactId>
-				<version>${project.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.airavata</groupId>
-				<artifactId>airavata-client-configuration</artifactId>
-				<version>${project.version}</version>
-			</dependency>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-api</artifactId>
+                <version>${org.slf4j.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-simple</artifactId>
+                <version>${org.slf4j.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>jcl-over-slf4j</artifactId>
+                <version>${org.slf4j.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-log4j12</artifactId>
+                <version>${org.slf4j.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>log4j</groupId>
+                <artifactId>log4j</artifactId>
+                <version>${log4j.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>${junit.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcprov-jdk15on</artifactId>
+                <version>${bouncy.castle.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcpkix-jdk15on</artifactId>
+                <version>${bouncy.castle.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.airavata</groupId>
+                <artifactId>airavata-server-configuration</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.airavata</groupId>
+                <artifactId>airavata-client-configuration</artifactId>
+                <version>${project.version}</version>
+            </dependency>
             <dependency>
                 <groupId>com.google.code.gson</groupId>
                 <artifactId>gson</artifactId>
                 <version>${google.gson.version}</version>
             </dependency>
-			<dependency>
-				<groupId>org.apache.zookeeper</groupId>
-				<artifactId>zookeeper</artifactId>
-				<version>${zk.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.curator</groupId>
-				<artifactId>curator-framework</artifactId>
-				<version>${curator.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.kafka</groupId>
-				<artifactId>kafka-clients</artifactId>
-				<version>${kafka-clients.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>ch.qos.logback</groupId>
-				<artifactId>logback-classic</artifactId>
-				<version>${logback.version}</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
+            <dependency>
+                <groupId>org.apache.zookeeper</groupId>
+                <artifactId>zookeeper</artifactId>
+                <version>${zk.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.curator</groupId>
+                <artifactId>curator-framework</artifactId>
+                <version>${curator.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.kafka</groupId>
+                <artifactId>kafka-clients</artifactId>
+                <version>${kafka-clients.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>ch.qos.logback</groupId>
+                <artifactId>logback-classic</artifactId>
+                <version>${logback.version}</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
 
-	<repositories>
-		<repository>
-			<id>apache.snapshots</id>
-			<name>Apache Snapshot Repository</name>
-			<url>http://repository.apache.org/snapshots</url>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-		</repository>
-		<repository>
-			<id>central</id>
-			<name>Maven Central</name>
-			<url>http://repo1.maven.org/maven2</url>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
+            <url>http://repository.apache.org/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+        <repository>
+            <id>central</id>
+            <name>Maven Central</name>
+            <url>http://repo1.maven.org/maven2</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
         <repository>
             <id>oauth</id>
             <name>OAuth Repository</name>
@@ -488,218 +489,218 @@
                 <checksumPolicy>ignore</checksumPolicy>
             </releases>
         </repository>
-	</repositories>
+    </repositories>
 
-	<profiles>
-		<profile>
-			<id>default</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>templating-maven-plugin</artifactId>
-						<version>1.0.0</version>
-						<executions>
-							<execution>
-								<id>filtering-java-templates</id>
-								<goals>
-									<goal>filter-sources</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>com.lukegb.mojo</groupId>
-						<artifactId>gitdescribe-maven-plugin</artifactId>
-						<version>3.0</version>
-						<executions>
-							<execution>
-								<goals>
-									<goal>gitdescribe</goal>
-								</goals>
-								<id>git-describe</id>
-								<phase>initialize</phase>
-								<configuration>
-									<extraArguments>
-										<param>--tags</param>
-									</extraArguments>
-									<descriptionProperty>git-describe</descriptionProperty>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-remote-resources-plugin</artifactId>
-						<executions>
-							<execution>
-								<goals>
-									<goal>process</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<artifactId>maven-resources-plugin</artifactId>
-						<version>2.5</version>
-						<executions>
-							<execution>
-								<id>copy-resources</id>
-								<!-- here the phase you need -->
-								<phase>validate</phase>
-								<goals>
-									<goal>copy-resources</goal>
-								</goals>
-								<configuration>
-									<outputDirectory>${basedir}/target/classes/META-INF</outputDirectory>
-									<resources>
-										<resource>
-											<directory>${basedir}/src/main/assembly/dist</directory>
-											<filtering>true</filtering>
-										</resource>
-									</resources>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-compiler-plugin</artifactId>
-						<version>3.1</version>
-						<configuration>
-							<source>1.8</source>
-							<target>1.8</target>
-						</configuration>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-surefire-plugin</artifactId>
-						<version>${surefire.version}</version>
-						<configuration>
-							<failIfNoTests>false</failIfNoTests>
-							<skipTests>${skipTests}</skipTests>
-							<workingDirectory>${project.build.testOutputDirectory}</workingDirectory>
-							<!-- making sure that the sure-fire plugin doesn't run the integration 
-								tests -->
-							<!-- Integration tests are run using the fail-safe plugin in the module 
-								pom -->
-							<excludes>
-								<exclude>**/IT.java</exclude>
-								<exclude>**/*TestWithMyProxyAuth.java</exclude>
-								<exclude>**/*TestWithSSHAuth.java</exclude>
-								<exclude>**/*TestWithEC2Auth.java</exclude>
-							</excludes>
-						</configuration>
-					</plugin>
-					<plugin>
-						<groupId>com.lukegb.mojo</groupId>
-						<artifactId>gitdescribe-maven-plugin</artifactId>
-						<version>3.0</version>
-						<executions>
-							<execution>
-								<goals>
-									<goal>gitdescribe</goal>
-								</goals>
-								<id>git-describe</id>
-								<phase>initialize</phase>
-								<configuration>
-									<extraArguments>
-										<param>--tags</param>
-									</extraArguments>
-									<descriptionProperty>git-describe</descriptionProperty>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-			<activation>
-				<activeByDefault>true</activeByDefault>
-			</activation>
-			<modules>
-				<module>modules/configuration</module>
-				<module>airavata-api</module>
-				<module>modules/commons</module>
-                		<module>modules/messaging</module>
-				<module>modules/gfac</module>
-				<module>modules/registry</module>
-				<module>modules/security</module>
-				<module>modules/credential-store</module>
-				<module>modules/orchestrator</module>
-				<module>modules/monitoring</module>
-				<module>modules/user-profile</module>
-				<module>modules/cloud</module>
-				<module>modules/server</module>
-				<module>modules/workflow</module>
-				<module>modules/test-suite</module>
-				<module>modules/sharing-registry</module>
-				<!-- Deprecated Modules-->
-				<!--<module>modules/integration-tests</module>-->
-				<!--<module>modules/workflow-model</module>-->
-				<!--<module>modules/workflow</module>-->
-				<!--<module>modules/xbaya-gui</module>-->
-                		<module>modules/distribution</module>
+    <profiles>
+        <profile>
+            <id>default</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.codehaus.mojo</groupId>
+                        <artifactId>templating-maven-plugin</artifactId>
+                        <version>1.0.0</version>
+                        <executions>
+                            <execution>
+                                <id>filtering-java-templates</id>
+                                <goals>
+                                    <goal>filter-sources</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>com.lukegb.mojo</groupId>
+                        <artifactId>gitdescribe-maven-plugin</artifactId>
+                        <version>3.0</version>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>gitdescribe</goal>
+                                </goals>
+                                <id>git-describe</id>
+                                <phase>initialize</phase>
+                                <configuration>
+                                    <extraArguments>
+                                        <param>--tags</param>
+                                    </extraArguments>
+                                    <descriptionProperty>git-describe</descriptionProperty>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-remote-resources-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>process</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <artifactId>maven-resources-plugin</artifactId>
+                        <version>2.5</version>
+                        <executions>
+                            <execution>
+                                <id>copy-resources</id>
+                                <!-- here the phase you need -->
+                                <phase>validate</phase>
+                                <goals>
+                                    <goal>copy-resources</goal>
+                                </goals>
+                                <configuration>
+                                    <outputDirectory>${basedir}/target/classes/META-INF</outputDirectory>
+                                    <resources>
+                                        <resource>
+                                            <directory>${basedir}/src/main/assembly/dist</directory>
+                                            <filtering>true</filtering>
+                                        </resource>
+                                    </resources>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-compiler-plugin</artifactId>
+                        <version>3.1</version>
+                        <configuration>
+                            <source>1.8</source>
+                            <target>1.8</target>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <version>${surefire.version}</version>
+                        <configuration>
+                            <failIfNoTests>false</failIfNoTests>
+                            <skipTests>${skipTests}</skipTests>
+                            <workingDirectory>${project.build.testOutputDirectory}</workingDirectory>
+                            <!-- making sure that the sure-fire plugin doesn't run the integration
+                                tests -->
+                            <!-- Integration tests are run using the fail-safe plugin in the module
+                                pom -->
+                            <excludes>
+                                <exclude>**/IT.java</exclude>
+                                <exclude>**/*TestWithMyProxyAuth.java</exclude>
+                                <exclude>**/*TestWithSSHAuth.java</exclude>
+                                <exclude>**/*TestWithEC2Auth.java</exclude>
+                            </excludes>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <groupId>com.lukegb.mojo</groupId>
+                        <artifactId>gitdescribe-maven-plugin</artifactId>
+                        <version>3.0</version>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>gitdescribe</goal>
+                                </goals>
+                                <id>git-describe</id>
+                                <phase>initialize</phase>
+                                <configuration>
+                                    <extraArguments>
+                                        <param>--tags</param>
+                                    </extraArguments>
+                                    <descriptionProperty>git-describe</descriptionProperty>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>modules/configuration</module>
+                <module>airavata-api</module>
+                <module>modules/commons</module>
+                <module>modules/messaging</module>
+                <module>modules/gfac</module>
+                <module>modules/registry</module>
+                <module>modules/security</module>
+                <module>modules/credential-store</module>
+                <module>modules/orchestrator</module>
+                <module>modules/monitoring</module>
+                <module>modules/user-profile</module>
+                <module>modules/cloud</module>
+                <module>modules/server</module>
+                <module>modules/workflow</module>
+                <module>modules/test-suite</module>
+                <module>modules/sharing-registry</module>
+                <!-- Deprecated Modules-->
+                <!--<module>modules/integration-tests</module>-->
+                <!--<module>modules/workflow-model</module>-->
+                <!--<module>modules/workflow</module>-->
+                <!--<module>modules/xbaya-gui</module>-->
+                <module>modules/distribution</module>
             </modules>
-		</profile>
-		<profile>
-			<id>pedantic</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-compiler-plugin</artifactId>
-						<version>3.1</version>
-						<configuration>
-							<source>1.8</source>
-							<target>1.8</target>
-						</configuration>
-					</plugin>
-					<plugin>
-						<groupId>org.apache.rat</groupId>
-						<artifactId>apache-rat-plugin</artifactId>
-						<configuration>
-							<excludes>
-								<exclude>**/target/**/*</exclude>
-								<exclude>**/certificates/**/*</exclude>
-								<exclude>**/*.iml</exclude>
-								<exclude>**/*.ipr</exclude>
-								<exclude>**/.settings/**/*</exclude>
-								<exclude>**/.project</exclude>
-								<exclude>**/.classpath</exclude>
-								<exclude>**/logo.txt</exclude>
-								<exclude>**/*.jks</exclude>
-								<exclude>**/*.pem</exclude>
-								<exclude>**/*.pk8</exclude>
-							</excludes>
-						</configuration>
-						<executions>
-							<execution>
-								<phase>verify</phase>
-								<goals>
-									<goal>check</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
+        </profile>
+        <profile>
+            <id>pedantic</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-compiler-plugin</artifactId>
+                        <version>3.1</version>
+                        <configuration>
+                            <source>1.8</source>
+                            <target>1.8</target>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.rat</groupId>
+                        <artifactId>apache-rat-plugin</artifactId>
+                        <configuration>
+                            <excludes>
+                                <exclude>**/target/**/*</exclude>
+                                <exclude>**/certificates/**/*</exclude>
+                                <exclude>**/*.iml</exclude>
+                                <exclude>**/*.ipr</exclude>
+                                <exclude>**/.settings/**/*</exclude>
+                                <exclude>**/.project</exclude>
+                                <exclude>**/.classpath</exclude>
+                                <exclude>**/logo.txt</exclude>
+                                <exclude>**/*.jks</exclude>
+                                <exclude>**/*.pem</exclude>
+                                <exclude>**/*.pk8</exclude>
+                            </excludes>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>check</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<version>2.9.1</version>
-				<configuration>
-					<aggregate>true</aggregate>
-					<quiet>true</quiet>
-					<minmemory>256m</minmemory>
-					<maxmemory>2g</maxmemory>
-				</configuration>
-			</plugin>
-		</plugins>
-	</reporting>
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.9.1</version>
+                <configuration>
+                    <aggregate>true</aggregate>
+                    <quiet>true</quiet>
+                    <minmemory>256m</minmemory>
+                    <maxmemory>2g</maxmemory>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
 
 </project>