Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 70814 invoked from network); 2 Feb 2011 16:49:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2011 16:49:10 -0000 Received: (qmail 5612 invoked by uid 500); 2 Feb 2011 16:49:10 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 5076 invoked by uid 500); 2 Feb 2011 16:49:07 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 5069 invoked by uid 99); 2 Feb 2011 16:49:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 16:49:06 +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; Wed, 02 Feb 2011 16:49:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5F37A23889B3; Wed, 2 Feb 2011 16:48:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1066522 - in /felix/trunk/bundleplugin: DEPENDENCIES NOTICE Date: Wed, 02 Feb 2011 16:48:42 -0000 To: commits@felix.apache.org From: gnodet@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110202164842.5F37A23889B3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gnodet Date: Wed Feb 2 16:48:37 2011 New Revision: 1066522 URL: http://svn.apache.org/viewvc?rev=1066522&view=rev Log: Fix legal files for bundleplugin as we don't include BND anymore Modified: felix/trunk/bundleplugin/DEPENDENCIES felix/trunk/bundleplugin/NOTICE Modified: felix/trunk/bundleplugin/DEPENDENCIES URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/DEPENDENCIES?rev=1066522&r1=1066521&r2=1066522&view=diff ============================================================================== --- felix/trunk/bundleplugin/DEPENDENCIES (original) +++ felix/trunk/bundleplugin/DEPENDENCIES Wed Feb 2 16:48:37 2011 @@ -7,16 +7,6 @@ Apache software licensed under Apache Li I. Included Third-Party Software -This product includes software developed at -The OSGi Alliance (http://www.osgi.org/). -Copyright 2006-2011 The OSGi Alliance. -Licensed under the Apache License 2.0. - -This product includes software developed by Peter Kriens -(http://www.aqute.biz/Code/Bnd) -Copyright 2006-2011 aQute, All rights reserved -Licensed under the Apache License 2.0. - II. Used Third-Party Software Modified: felix/trunk/bundleplugin/NOTICE URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/NOTICE?rev=1066522&r1=1066521&r2=1066522&view=diff ============================================================================== --- felix/trunk/bundleplugin/NOTICE (original) +++ felix/trunk/bundleplugin/NOTICE Wed Feb 2 16:48:37 2011 @@ -4,13 +4,3 @@ Copyright 2006-2011 The Apache Software This product includes software developed at The Apache Software Foundation (http://www.apache.org/). Licensed under the Apache License 2.0. - -This product includes software developed at -The OSGi Alliance (http://www.osgi.org/). -Copyright 2006-2011 The OSGi Alliance. -Licensed under the Apache License 2.0. - -This product includes software developed by Peter Kriens -(http://www.aqute.biz/Code/Bnd) -Copyright 2006-2011 aQute, All rights reserved -Licensed under the Apache License 2.0.