From a4022f893107a0ab093942b91fbf5e0da5ff715f Mon Sep 17 00:00:00 2001 From: gk5885 Date: Tue, 4 Aug 2009 22:40:19 +0000 Subject: This fixes some issues with the lite profile for the java build in which the lite jar contained the full binary. --- java/pom.xml | 51 ++++++++++++++++++++------------------------------- 1 file changed, 20 insertions(+), 31 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index b4465521..aa7e4cf0 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -131,37 +131,26 @@ maven-compiler-plugin - - - lite-compile - compile - - - **/AbstractMessageLite.java - **/ByteString.java - **/CodedInputStream.java - **/CodedOutputStream.java - **/ExtensionRegistryLite.java - **/FieldSet.java - **/GeneratedMessageLite.java - **/InvalidProtocolBufferException.java - **/Internal.java - **/MessageLite.java - **/UninitializedMessageException.java - **/WireFormat.java - - - - - lite-test-compile - test-compile - - - **/LiteTest.java - - - - + + + **/AbstractMessageLite.java + **/ByteString.java + **/CodedInputStream.java + **/CodedOutputStream.java + **/ExtensionRegistryLite.java + **/FieldSet.java + **/GeneratedMessageLite.java + **/InvalidProtocolBufferException.java + **/Internal.java + **/MessageLite.java + **/UninitializedMessageException.java + **/WireFormat.java + + + **/LiteTest.java + **/*Lite.java + + maven-jar-plugin -- cgit v1.2.3