You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2011/10/22 21:53:39 UTC

svn commit: r1187766 - /incubator/airavata/site/trunk/content/airavata/development/build.mdtext

Author: smarru
Date: Sat Oct 22 19:53:39 2011
New Revision: 1187766

URL: http://svn.apache.org/viewvc?rev=1187766&view=rev
Log:
refined build modules instructions

Modified:
    incubator/airavata/site/trunk/content/airavata/development/build.mdtext

Modified: incubator/airavata/site/trunk/content/airavata/development/build.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/development/build.mdtext?rev=1187766&r1=1187765&r2=1187766&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/development/build.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/development/build.mdtext Sat Oct 22 19:53:39 2011
@@ -41,30 +41,28 @@ To setup without running tests
 
 mvn clean install -DskipTests
 
-
 ### Build profiles
 
+One of the salient features of Airavata Airavata is ability to use modules by themselves or as an 
+integrated solution. The following modules can be build independently.
 
-[Build profiles for WS-Messenger](https://issues.apache.org/jira/browse/AIRAVATA-16):
+XBaya Workflow GUI: mvn clean install -Dmodule=xbaya-gui
 
-messagebroker - mvn clean install -Dmodule=messagebroker
+GFac Application Management POJO version: mvn clean install -Dmodule=gfac-core
 
-messagebox   - mvn clean install -Dmodule=messagebox
+GFac Axis2 Service: mvn clean install -Dmodule=gfac-axis2
 
-messenger - mvn clean install -Dmodule=messenger
+WS-Messenger web service messaging system: mvn clean install -Dmodule=ws-messenger
 
-workflowtracking  - mvn clean install -Dmodule=workflowtracking
- 
+Sample Axis2 Web Services: mvn clean install -Dmodule=simple-math-service 
 
 ##  Eclipse preparation
 
-
   * Download [Eclipse IDE for Java EE Developers](http://www.eclipse.org/downloads/)
   * Follow the instructions on Eclipse [Add New Software](http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm) to add the following pluggins
   * Add [M2Eclipse](http://download.eclipse.org/technology/m2e/releases) pluggin.
   * Add [Subclipse](http://subclipse.tigris.org/update_1.6.x/) pluggin
 
-
 ##  Eclipse workspace configuration
 
 Build first using command line (see above)