aboutsummaryrefslogtreecommitdiff
path: root/java/README.txt
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-05 19:55:17 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-05 19:55:17 +0000
commit6c9f0020e2b1c45c752ca87ebc2f2eb0934ab6ca (patch)
treec941d159583fad247e79cfdc67352733a16fa251 /java/README.txt
parent5ea590d5ba0bd02e66d95b20a64ef8aee5b68ed9 (diff)
downloadprotobuf-6c9f0020e2b1c45c752ca87ebc2f2eb0934ab6ca.tar.gz
protobuf-6c9f0020e2b1c45c752ca87ebc2f2eb0934ab6ca.tar.bz2
protobuf-6c9f0020e2b1c45c752ca87ebc2f2eb0934ab6ca.zip
OCD
Diffstat (limited to 'java/README.txt')
-rw-r--r--java/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/README.txt b/java/README.txt
index 58ace031..3ed06a1e 100644
--- a/java/README.txt
+++ b/java/README.txt
@@ -39,9 +39,9 @@ rather build without Maven, see below.
$ mvn package
The .jar will be placed in the "target" directory.
-
+
Installation - 'Lite' Version - With Maven
-=========================
+==========================================
Building the 'lite' version of the Java Protocol Buffers library is
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:
$ mvn install -P lite
-
+
The resulting artifact has the 'lite' classifier. To reference it
for dependency resolution, you would specify it as: