URI: 
       tadded a <pre> tag - monochromatic - monochromatic blog: http://blog.z3bra.org
  HTML git clone git://z3bra.org/monochromatic
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit a308f88f12c0b4cda8ddb09c73582aef25904af1
   DIR parent a69648a39c7c4e268e9c78feae764e337a3a8d95
  HTML Author: Willy Goiffon <w.goiffon@gmail.com>
       Date:   Thu, 19 Sep 2013 21:03:23 +0200
       
       added a <pre> tag
       
       Diffstat:
         M 2013/09/java-without-eclipse.html   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/2013/09/java-without-eclipse.html b/2013/09/java-without-eclipse.html
       t@@ -109,7 +109,7 @@
                    so tools like Ant are used in IDEs.<br />
                    <br />
                    Basicaly, compilation goes like this:<br />
       -            <code>javac -d bin/ -sourcepath src/ -classpath bin/ src/com/irc/utils/Command.java</code><br />
       +            <code><pre>javac -d bin/ -sourcepath src/ -classpath bin/ src/com/irc/utils/Command.java</pre></code>
                    -d specifies the directory where your classes will go.<br />
                    -sourcepath tells javac where to search for source files.<br />
                    -classpath is the same as the abode, but for class files.<br />