Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3ADFF9EDB for ; Thu, 13 Oct 2011 06:00:18 +0000 (UTC) Received: (qmail 74586 invoked by uid 500); 13 Oct 2011 06:00:18 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 74559 invoked by uid 500); 13 Oct 2011 06:00:16 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 74552 invoked by uid 99); 13 Oct 2011 06:00:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 06:00:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 06:00:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1D1102388900 for ; Thu, 13 Oct 2011 05:59:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1182669 - /felix/trunk/httplite/pom.xml Date: Thu, 13 Oct 2011 05:59:55 -0000 To: commits@felix.apache.org From: kgilmer@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111013055955.1D1102388900@eris.apache.org> Author: kgilmer Date: Thu Oct 13 05:59:54 2011 New Revision: 1182669 URL: http://svn.apache.org/viewvc?rev=1182669&view=rev Log: httplite: updated pom.xml so that it would build against vanilla tree. Copied pom structure from log bundle since it's simple and I am new to maven. mvn clean install produces the httplite bundle, but it is not yet tested. Modified: felix/trunk/httplite/pom.xml Modified: felix/trunk/httplite/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/httplite/pom.xml?rev=1182669&r1=1182668&r2=1182669&view=diff ============================================================================== --- felix/trunk/httplite/pom.xml (original) +++ felix/trunk/httplite/pom.xml Thu Oct 13 05:59:54 2011 @@ -17,38 +17,53 @@ under the License. --> - - org.apache.felix - felix - 1.0.0 - - 4.0.0 - bundle - Apache Felix HTTP Server - A simple HTTP server. - org.apache.felix.sandbox.httpserver - - - ${pom.groupId} - org.osgi.core - 1.0.0 - - - - - - org.apache.felix - maven-bundle-plugin - 1.0.0 - true - - - org.apache.felix.sandbox.httpserver.* - ${pom.artifactId} - org.apache.felix.sandbox.httpserver.Activator - - - - - + + org.apache.felix + felix-parent + 1.2.1 + ../pom/pom.xml + + 4.0.0 + bundle + Apache Felix Light HTTP Server (httplite) + A minimal HTTP Service implementation. + org.apache.felix.httplite + + + org.osgi + org.osgi.core + 4.1.0 + + + org.osgi + org.osgi.compendium + 4.1.0 + + + javax.servlet + servlet-api + 2.4 + + + + + + org.apache.felix + maven-bundle-plugin + 2.3.4 + true + + + org.apache.felix.http.lightweight.* + + ${pom.artifactId} + org.apache.felix.http.lightweight.osgi.Activator + + The Apache Software Foundation + META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE + + + + +