Return-Path: Delivered-To: apmail-incubator-felix-commits-archive@www.apache.org Received: (qmail 63137 invoked from network); 14 Mar 2007 04:40:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2007 04:40:42 -0000 Received: (qmail 23459 invoked by uid 500); 14 Mar 2007 04:40:51 -0000 Delivered-To: apmail-incubator-felix-commits-archive@incubator.apache.org Received: (qmail 23444 invoked by uid 500); 14 Mar 2007 04:40:51 -0000 Mailing-List: contact felix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-commits@incubator.apache.org Received: (qmail 23433 invoked by uid 99); 14 Mar 2007 04:40:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2007 21:40:51 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2007 21:40:42 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C07E01A9838; Tue, 13 Mar 2007 21:40:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r518007 - in /incubator/felix/trunk/commons/jstl: ./ pom.xml Date: Wed, 14 Mar 2007 04:40:20 -0000 To: felix-commits@incubator.apache.org From: erodriguez@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070314044021.C07E01A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: erodriguez Date: Tue Mar 13 21:40:19 2007 New Revision: 518007 URL: http://svn.apache.org/viewvc?view=rev&rev=518007 Log: Added jstl to Felix Commons to resolve FELIX-239 (jstl wrapping as OSGI bundle). Added: incubator/felix/trunk/commons/jstl/ (with props) incubator/felix/trunk/commons/jstl/pom.xml (with props) Propchange: incubator/felix/trunk/commons/jstl/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Tue Mar 13 21:40:19 2007 @@ -0,0 +1,16 @@ +bin +build +target +classes +.classpath +.project +.settings +.wtpmodules +.deployables +*.iml +*.ipr +*.iws +*.log +lib +bundle +dist Added: incubator/felix/trunk/commons/jstl/pom.xml URL: http://svn.apache.org/viewvc/incubator/felix/trunk/commons/jstl/pom.xml?view=auto&rev=518007 ============================================================================== --- incubator/felix/trunk/commons/jstl/pom.xml (added) +++ incubator/felix/trunk/commons/jstl/pom.xml Tue Mar 13 21:40:19 2007 @@ -0,0 +1,75 @@ + + + + 4.0.0 + + org.apache.felix.commons + build + 0.9.0-incubator-SNAPSHOT + + + jstl + 1.1.2 + 0001 + ${pkgVersion} + + org.apache.felix.commons + ${pom.groupId}.${pkgArtifactId} + ${osgiVersion}-${pomVersion}-SNAPSHOT + bundle + ${pkgArtifactId} bundle + + This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar. + + + Apache Felix Project + http://incubator.apache.org/felix/ + + + + javax.servlet + ${pkgArtifactId} + ${pkgVersion} + + + + + + org.apache.felix + maven-bundle-plugin + true + + + + ${pom.artifactId} + + *;version=${pkgVersion} + + org.apache.taglibs.standard.tag.common.fmt;resolution:=optional, + * + + + + + + + Propchange: incubator/felix/trunk/commons/jstl/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native