Update docs theme

This commit is contained in:
Peter Vlugter 2012-03-06 13:20:00 +13:00
parent f51afb9b47
commit d7fe025fa2
75 changed files with 1795 additions and 638 deletions

View file

@ -197,7 +197,7 @@ On Windows systems::
-DarchetypeArtifactId=maven-archetype-quickstart \
-DinteractiveMode=false
Now we have the basis for our Maven-based Akka project. Let's step into the project directory::
Now we have the basis for our Maven-based Akka project. Let's step into the project directory.
On Linux/Unix/Mac systems::
@ -468,7 +468,7 @@ On Windows systems::
C:\Users\jboner\src\akka\akka-2.1-SNAPSHOT> mvn compile
When this in done we can run our application directly inside Maven::
When this in done we can run our application directly inside Maven.
On Linux/Unix/Mac systems::