Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 75C1C200D2B for ; Thu, 19 Oct 2017 01:22:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 74423160BEC; Wed, 18 Oct 2017 23:22:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B2FC0160BEF for ; Thu, 19 Oct 2017 01:22:03 +0200 (CEST) Received: (qmail 41057 invoked by uid 500); 18 Oct 2017 23:22:02 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 40803 invoked by uid 99); 18 Oct 2017 23:22:02 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2017 23:22:02 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id DF89981BFB; Wed, 18 Oct 2017 23:22:01 +0000 (UTC) Date: Wed, 18 Oct 2017 23:22:02 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-scripting-jsp-api] 01/04: rename jsp-wrapper to jsp-api MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: rombert@apache.org In-Reply-To: <150836892176.31458.6733810520517082527@gitbox.apache.org> References: <150836892176.31458.6733810520517082527@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-scripting-jsp-api X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 871652b157833b778df8c36676e011348607effc X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171018232201.DF89981BFB@gitbox.apache.org> archived-at: Wed, 18 Oct 2017 23:22:04 -0000 This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git commit 871652b157833b778df8c36676e011348607effc Author: Oliver Lietz AuthorDate: Thu Mar 16 21:00:16 2017 +0000 rename jsp-wrapper to jsp-api git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1787239 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..fc03bd5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,80 @@ + + + + + 4.0.0 + + + org.apache.sling + sling + 30 + + + + org.apache.sling.scripting.jsp-api + bundle + 1.0.0-SNAPSHOT + + Apache Sling Wrapper Bundle for Apache Tomcat JSP API + This bundle wraps the Apache Tomcat 6.0.14 JSP API used by Apache Sling Scripting JSP. + + + scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/jsp-api + scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/jsp-api + http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp-api + + + + + + org.apache.felix + maven-bundle-plugin + true + + + + javax.servlet.jsp; + javax.servlet.jsp.el; + javax.servlet.jsp.resources; + javax.servlet.jsp.tagext;version=2.1 + + *;scope=compile + <_removeheaders> + Embedded-Artifacts, + Embed-Dependency, + Private-Package, + Include-Resource + + + + + + + + + + org.apache.tomcat + jsp-api + 6.0.14 + compile + + + + -- To stop receiving notification emails like this one, please contact "commits@sling.apache.org" .