Author: juanpablo
Date: Thu Jul 19 19:04:11 2012
New Revision: 1363480

URL: http://svn.apache.org/viewvc?rev=1363480&view=rev
Log:
formatting

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=1363480&r1=1363479&r2=1363480&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext 
(original)
+++ incubator/jspwiki/site/trunk/content/jspwiki/development/building.mdtext 
Thu Jul 19 19:04:11 2012
@@ -40,7 +40,7 @@ you override the `build.properties-prope
 `build.properties-file` called "`my.properties`", make a small shell script 
and 
 call it "`my_build.sh`":
 
-    #!/bin/sh
+    \#!/bin/sh
     ant -Dbuild.properties=/path/to/my.properties
 
 ### Eclipse
@@ -60,19 +60,14 @@ To get JSPWiki build from within Eclipse
 ## Directory structure
 
   * `src` contains the source code (under `org/apache/wiki`).
-
   * `src/webdocs` contains all the files that are published in the final 
webapps 
 directory, including all of the deployment files under WEB-INF.
-
   * `src/wikipages` contains a number of ready-made Wikipages called the core 
 pages. There is a subdirectory for each language that is supported. Feel free 
 to use them.
-
   * `tests` contains a number of tests which you can run by saying `ant 
tests`.  
 If any of them fail, you know you've broken something.
-
   * `etc` contains all configuration files.
-
   * `lib` and `tests/lib` contains all libraries that are required to run and 
test 
 JSPWiki.  Note, however, that they aren't included in the source distribution. 
 
 They're automatically downloaded from `init` target.
\ No newline at end of file


Reply via email to