You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2013/02/20 00:24:15 UTC

svn commit: r1447960 - /incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext

Author: juanpablo
Date: Tue Feb 19 23:24:15 2013
New Revision: 1447960

URL: http://svn.apache.org/r1447960
Log:
Formatted list in Eclipse's section

Modified:
    incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext

Modified: incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext?rev=1447960&r1=1447959&r2=1447960&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext (original)
+++ incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext Tue Feb 19 23:24:15 2013
@@ -53,13 +53,13 @@ There is also a CI job running `ant clea
 To be a little bit more productive you probably want to use Eclipse.
 To get JSPWiki build from within Eclipse, here are a few guidelines:
 
-  * first install the SVN Eclipse Plugin (the JSPWiki sources are in `svn.(eu.)apache.org`)
-  * create a new SVN Project and check out the trunk (`(incubator/)jspwiki/trunk`)
-  * the only thing you probably have to change is the buildpath (see properties of the project)
-  * then the sources should be compiled correctly
-  * to run a build, switch to the Ant View and add the build.xml buildfile
-  * then you can choose the Ant target by double clicking on it
-  ** the Ant `init` target must be called at least once in order to download the required dependencies
+  * First, install the SVN Eclipse Plugin (the JSPWiki sources are in `svn.(eu.)apache.org`)
+  * Create a new SVN Project and check out the trunk (`(incubator/)jspwiki/trunk`)
+  * The only thing you probably have to change is the buildpath (see properties of the project)
+    * then the sources should be compiled correctly
+  * To run a build, switch to the Ant View and add the build.xml buildfile
+    * then you can choose the Ant target by double clicking on it
+    * the Ant `init` target must be called at least once in order to download all required dependencies
     
 
 ## Directory structure