Return-Path: X-Original-To: apmail-forrest-svn-archive@www.apache.org Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 08A5F3E18 for ; Sat, 30 Apr 2011 23:46:57 +0000 (UTC) Received: (qmail 9549 invoked by uid 500); 30 Apr 2011 23:46:57 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 9488 invoked by uid 500); 30 Apr 2011 23:46:56 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 9481 invoked by uid 99); 30 Apr 2011 23:46:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Apr 2011 23:46:56 +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; Sat, 30 Apr 2011 23:46:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A467D23889E1; Sat, 30 Apr 2011 23:46:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1098190 - /forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.util/util.bnd Date: Sat, 30 Apr 2011 23:46:33 -0000 To: svn@forrest.apache.org From: bdube@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110430234633.A467D23889E1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bdube Date: Sat Apr 30 23:46:33 2011 New Revision: 1098190 URL: http://svn.apache.org/viewvc?rev=1098190&view=rev Log: Add versions to util bundle Modified: forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.util/util.bnd Modified: forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.util/util.bnd URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.util/util.bnd?rev=1098190&r1=1098189&r2=1098190&view=diff ============================================================================== --- forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.util/util.bnd (original) +++ forrest/trunk/whiteboard/forrest-osgi/org.apache.forrest.util/util.bnd Sat Apr 30 23:46:33 2011 @@ -2,5 +2,5 @@ Bundle-Name: ${bundle.name} Bundle-SymbolicName: ${bundle.symbolic.name} Bundle-Version: ${bundle.version} Bundle-Vendor: ${bundle.vendor} -Export-Package: org.apache.forrest.util -Import-Package: org.apache.forrest.util +Export-Package: org.apache.forrest.util;version="0.10.1" +Import-Package: org.apache.forrest.util;version="[0.10,0.11)"