Author: vanto
Date: Fri Nov 23 00:02:40 2012
New Revision: 1412723
URL: http://svn.apache.org/viewvc?rev=1412723&view=rev
Log:
$> added.
Modified:
ode/site/trunk/content/building-ode.mdtext
Modified: ode/site/trunk/content/building-ode.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/building-ode.mdtext?rev=1412723&r1=1412722&r2=1412723&view=diff
==============================================================================
--- ode/site/trunk/content/building-ode.mdtext (original)
+++ ode/site/trunk/content/building-ode.mdtext Fri Nov 23 00:02:40 2012
@@ -45,13 +45,13 @@ Building is then pretty simple.
Open a command in the source root directory and run:
- buildr package test=no
+ $> buildr package test=no
To try the test cases bundled with ODE:
- buildr test
+ $> buildr test
You are very welcome to contribute by running test cases and posting spotted
errors into [mailing list](http://ode.apache.org/mailing-lists.html).
@@ -59,7 +59,7 @@ You are very welcome to contribute by ru
To generate Eclipse project files:
- buildr eclipse
+ $> buildr eclipse
<div class="alert alert-info">