Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-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 E035A1856C for ; Mon, 21 Dec 2015 15:09:04 +0000 (UTC) Received: (qmail 23351 invoked by uid 500); 21 Dec 2015 15:09:04 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 23288 invoked by uid 500); 21 Dec 2015 15:09:04 -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 23274 invoked by uid 99); 21 Dec 2015 15:09:04 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2015 15:09:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 2E6DAC0B5F for ; Mon, 21 Dec 2015 15:09:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.446 X-Spam-Level: X-Spam-Status: No, score=0.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id tnOQ9zfmcqKj for ; Mon, 21 Dec 2015 15:09:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 8E6552050A for ; Mon, 21 Dec 2015 15:09:03 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2F6CAE0428 for ; Mon, 21 Dec 2015 15:09:03 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id E69133A0051 for ; Mon, 21 Dec 2015 15:09:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1721184 - /sling/trunk/bundles/scripting/javascript/pom.xml Date: Mon, 21 Dec 2015 15:09:02 -0000 To: commits@sling.apache.org From: chetanm@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151221150902.E69133A0051@svn01-us-west.apache.org> Author: chetanm Date: Mon Dec 21 15:09:02 2015 New Revision: 1721184 URL: http://svn.apache.org/viewvc?rev=1721184&view=rev Log: SLING-5266 - Exporting org.mozilla.javascript.ast package in org.apache.sling.scripting.javascript bundle Applying patch from Mandeep Gandhi. Thanks! Modified: sling/trunk/bundles/scripting/javascript/pom.xml Modified: sling/trunk/bundles/scripting/javascript/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/javascript/pom.xml?rev=1721184&r1=1721183&r2=1721184&view=diff ============================================================================== --- sling/trunk/bundles/scripting/javascript/pom.xml (original) +++ sling/trunk/bundles/scripting/javascript/pom.xml Mon Dec 21 15:09:02 2015 @@ -61,6 +61,7 @@ org.apache.sling.scripting.javascript, org.mozilla.javascript;version=1.1.0, + org.mozilla.javascript.ast;version=1.1.0, org.mozilla.classfile;version=0.0.1, org.mozilla.javascript.debug;version=0.0.1