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/06 16:39:06 UTC

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

Author: heshan
Date: Fri Jul  6 14:39:06 2012
New Revision: 1358243

URL: http://svn.apache.org/viewvc?rev=1358243&view=rev
Log:
Update article.

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=1358243&r1=1358242&r2=1358243&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/development/build.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/development/build.mdtext Fri Jul  6 14:39:06 2012
@@ -50,35 +50,31 @@ Five Minutes][3] document which will hel
 
 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.
-
-XBaya Workflow GUI: mvn clean install -Dmodule=xbaya-gui
-
-GFac Application Management POJO version: mvn clean install -Dmodule=gfac-core
-
-GFac Axis2 Service: mvn clean install -Dmodule=gfac-axis2
-
-WS-Messenger web service messaging system: mvn clean install -Dmodule=ws-messenger
-
-Sample Axis2 Web Services: mvn clean install -Dmodule=simple-math-service 
+* XBaya Workflow GUI:
+    * mvn clean install -Dmodule=xbaya-gui
+* GFac Application Management POJO version:
+    * mvn clean install -Dmodule=gfac-core
+* GFac Axis2 Service:
+    * mvn clean install -Dmodule=gfac-axis2
+* WS-Messenger web service messaging system:
+    * mvn clean install -Dmodule=ws-messenger
+* 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
+* 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)
-
-Regenerate .project/.classpath files
-
-maven eclipse:eclipse 
-
-Open eclipse and import projects from airavata-trunk:   
-Import > Existing Maven Projects and point to trunk checkout directory. 
-You can import all or selective projects
+* Build first using command line (see above)
+* Regenerate .project/.classpath files
+* maven eclipse:eclipse
+* Open eclipse and import projects from airavata-trunk:
+    * Import > Existing Maven Projects and point to trunk checkout directory.
+    * You can import all or selective projects
 
 
   [1]: http://maven.apache.org/download.html