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 CD3AA108D0 for ; Tue, 11 Feb 2014 06:07:35 +0000 (UTC) Received: (qmail 67467 invoked by uid 500); 11 Feb 2014 06:07:35 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 67227 invoked by uid 500); 11 Feb 2014 06:07:25 -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 67210 invoked by uid 99); 11 Feb 2014 06:07:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Feb 2014 06:07:22 +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; Tue, 11 Feb 2014 06:07:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5442C238883D; Tue, 11 Feb 2014 06:07:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1566989 - in /sling/trunk/bundles/scripting/javascript: pom.xml src/main/java/org/apache/sling/scripting/javascript/package-info.java Date: Tue, 11 Feb 2014 06:07:01 -0000 To: commits@sling.apache.org From: chetanm@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140211060701.5442C238883D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chetanm Date: Tue Feb 11 06:07:00 2014 New Revision: 1566989 URL: http://svn.apache.org/r1566989 Log: SLING-3322 - Export additional mozilla rhino packages In addition also version the export. - org.apache.sling.scripting.javascript at 0.0.0 -> 0.1.0 - org.mozilla - 0.0.0 -> 0.0.0.1_7R4 Added: sling/trunk/bundles/scripting/javascript/src/main/java/org/apache/sling/scripting/javascript/package-info.java (with props) 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=1566989&r1=1566988&r2=1566989&view=diff ============================================================================== --- sling/trunk/bundles/scripting/javascript/pom.xml (original) +++ sling/trunk/bundles/scripting/javascript/pom.xml Tue Feb 11 06:07:00 2014 @@ -54,11 +54,12 @@ org.apache.sling.scripting.javascript, - org.mozilla.javascript + org.mozilla.javascript; + org.mozilla.classfile; + org.mozilla.javascript.debug;version=0.0.0.1_7R4 org.apache.sling.scripting.javascript.*, - org.mozilla.classfile, !org.mozilla.javascript.xml.impl.xmlbeans, org.mozilla.javascript.* Added: sling/trunk/bundles/scripting/javascript/src/main/java/org/apache/sling/scripting/javascript/package-info.java URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/javascript/src/main/java/org/apache/sling/scripting/javascript/package-info.java?rev=1566989&view=auto ============================================================================== --- sling/trunk/bundles/scripting/javascript/src/main/java/org/apache/sling/scripting/javascript/package-info.java (added) +++ sling/trunk/bundles/scripting/javascript/src/main/java/org/apache/sling/scripting/javascript/package-info.java Tue Feb 11 06:07:00 2014 @@ -0,0 +1,24 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +@Version("0.1.0") +package org.apache.sling.scripting.javascript; + +import aQute.bnd.annotation.Version; + Propchange: sling/trunk/bundles/scripting/javascript/src/main/java/org/apache/sling/scripting/javascript/package-info.java ------------------------------------------------------------------------------ svn:eol-style = native