Reviewers: mmendez,

Description:
Addition of the non-protobuf lib to the tools directory. This jar will
change for the RC, as we'll be jarjaring it.

I'll be committing this with a TBR to mmendez shortly.

Please review this at http://gwt-code-reviews.appspot.com/83803

Affected files:
   lib/protobuf/protobuf-2.2.0/COPYING.txt
   lib/protobuf/protobuf-2.2.0/README
   lib/protobuf/protobuf-2.2.0/protobuf-java-2.2.0.jar


Index: lib/protobuf/protobuf-2.2.0/COPYING.txt
===================================================================
--- lib/protobuf/protobuf-2.2.0/COPYING.txt     (revision 0)
+++ lib/protobuf/protobuf-2.2.0/COPYING.txt     (revision 0)
@@ -0,0 +1,33 @@
+Copyright 2008, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+    * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+    * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Code generated by the Protocol Buffer compiler is owned by the owner
+of the input file used when generating it.  This code is not
+standalone and requires a support library to be linked with it.  This
+support library is itself covered by the above license.

Property changes on: lib/protobuf/protobuf-2.2.0/COPYING.txt
___________________________________________________________________
Added: svn:eol-style
    + native

Index: lib/protobuf/protobuf-2.2.0/protobuf-java-2.2.0.jar
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: lib/protobuf/protobuf-2.2.0/protobuf-java-2.2.0.jar
___________________________________________________________________
Added: svn:mime-type
    + application/octet-stream

Index: lib/protobuf/protobuf-2.2.0/README
===================================================================
--- lib/protobuf/protobuf-2.2.0/README  (revision 0)
+++ lib/protobuf/protobuf-2.2.0/README  (revision 0)
@@ -0,0 +1,22 @@
+This is version 2.2.0 of the Java Protocol Buffer Library. We use protocol  
buffers
+communication protocol between the Development Mode Server and Remote  
Viewers.
+
+To build this library:
+
+1) Download http://protobuf.googlecode.com/files/protobuf-2.2.0.tar.gz
+2) Unzip the archive
+
+3) Follow the "Installation - With Maven" instructions located in  
java/README.txt.
+Note that Maven is not required; one can altenatively follow the
+"Installation - Without Maven" instructions.
+
+NOTE: If you decide to use Maven, be sure to add:
+
+<properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+</properties>
+
+as a child of the <project> tag in the java/pom.xml file. This will prevent
+platform-dependent encoding warnings during the packaging step. See
+http://maven.apache.org/general.html#encoding-warning for more information.
+

Property changes on: lib/protobuf/protobuf-2.2.0/README
___________________________________________________________________
Added: svn:eol-style
    + native




--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to