kenton@google.com 16 年之前
父节点
当前提交
6c9f0020e2
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      java/README.txt

+ 3 - 3
java/README.txt

@@ -39,9 +39,9 @@ rather build without Maven, see below.
      $ mvn package
      $ mvn package
 
 
    The .jar will be placed in the "target" directory.
    The .jar will be placed in the "target" directory.
-   
+
 Installation - 'Lite' Version - With Maven
 Installation - 'Lite' Version - With Maven
-=========================
+==========================================
 
 
 Building the 'lite' version of the Java Protocol Buffers library is
 Building the 'lite' version of the Java Protocol Buffers library is
 the same as building the full version, except that all commands are
 the same as building the full version, except that all commands are
@@ -51,7 +51,7 @@ http://maven.apache.org/guides/introduction/introduction-to-profiles.html)
 E.g. to install the lite version of the jar, you would run:
 E.g. to install the lite version of the jar, you would run:
 
 
   $ mvn install -P lite
   $ mvn install -P lite
-  
+
 The resulting artifact has the 'lite' classifier.  To reference it
 The resulting artifact has the 'lite' classifier.  To reference it
 for dependency resolution, you would specify it as:
 for dependency resolution, you would specify it as: