Return-Path: Delivered-To: apmail-incubator-ace-commits-archive@minotaur.apache.org Received: (qmail 96814 invoked from network); 30 Jan 2010 21:57:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jan 2010 21:57:51 -0000 Received: (qmail 18592 invoked by uid 500); 30 Jan 2010 21:57:51 -0000 Delivered-To: apmail-incubator-ace-commits-archive@incubator.apache.org Received: (qmail 18572 invoked by uid 500); 30 Jan 2010 21:57:51 -0000 Mailing-List: contact ace-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ace-dev@incubator.apache.org Delivered-To: mailing list ace-commits@incubator.apache.org Received: (qmail 18562 invoked by uid 99); 30 Jan 2010 21:57:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jan 2010 21:57:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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 Jan 2010 21:57:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F27A923888E4; Sat, 30 Jan 2010 21:57:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r904899 - /incubator/ace/trunk/ace-configurator/osgi.bnd Date: Sat, 30 Jan 2010 21:57:29 -0000 To: ace-commits@incubator.apache.org From: marrs@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100130215729.F27A923888E4@eris.apache.org> Author: marrs Date: Sat Jan 30 21:57:29 2010 New Revision: 904899 URL: http://svn.apache.org/viewvc?rev=904899&view=rev Log: ACE-68 added missing activator Modified: incubator/ace/trunk/ace-configurator/osgi.bnd Modified: incubator/ace/trunk/ace-configurator/osgi.bnd URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-configurator/osgi.bnd?rev=904899&r1=904898&r2=904899&view=diff ============================================================================== --- incubator/ace/trunk/ace-configurator/osgi.bnd (original) +++ incubator/ace/trunk/ace-configurator/osgi.bnd Sat Jan 30 21:57:29 2010 @@ -4,5 +4,7 @@ Bundle-SymbolicName:\ ${bundle.symbolicName} +Bundle-Activator: ${bundle.namespace}.Activator + Export-Package: