From 68b4923ed4e94ea8c86b614c0d2086ad4f803a02 Mon Sep 17 00:00:00 2001 From: Johannes Wienke Date: Fri, 31 Jan 2014 12:43:17 +0100 Subject: [PATCH 6/6] Fixed tabs Converted all tabs to spaces and fixed the indentations. --- install-java.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/install-java.rst b/install-java.rst index 88a23a1..4acd9cf 100644 --- a/install-java.rst +++ b/install-java.rst @@ -291,8 +291,8 @@ Installation with Maven .. code-block:: sh - $ mvn clean package \ - -Dpbuf.protoc=/usr/bin/protoc \ + $ mvn clean package \ + -Dpbuf.protoc=/usr/bin/protoc \ -Dpbuf.protopath=/vol/cit/share/rsbprotocol \ -Dspread.daemon=/vol/cit/sbin/spread @@ -304,8 +304,8 @@ Installation with Maven .. code-block:: sh - $ mvn clean install \ - -Dpbuf.protoc=/usr/bin/protoc \ + $ mvn clean install \ + -Dpbuf.protoc=/usr/bin/protoc \ -Dpbuf.protopath=/vol/cit/share/rsbprotocol \ -Dspread.daemon=/vol/cit/sbin/spread @@ -320,9 +320,9 @@ automatically started by the :program:`mvn` script): .. code-block:: sh - $ mvn test \ - -Dpbuf.protoc=/opt/local/bin/protoc \ - -Dpbuf.protopath=/vol/cit/share/RSBProtocol \ + $ mvn test \ + -Dpbuf.protoc=/opt/local/bin/protoc \ + -Dpbuf.protopath=/vol/cit/share/RSBProtocol \ -Dspread.daemon=/vol/cit/sbin/spread @@ -331,9 +331,9 @@ excerpt): .. code-block:: sh - $ mvn test \ - -Dpbuf.protoc=/opt/local/bin/protoc \ - -Dpbuf.protopath=/vol/cit/share/RSBProtocol \ + $ mvn test \ + -Dpbuf.protoc=/opt/local/bin/protoc \ + -Dpbuf.protopath=/vol/cit/share/RSBProtocol \ -Dspread.daemon=/vol/cit/sbin/spread [INFO] Scanning for projects... -- 1.7.9.5