Return-Path: Delivered-To: apmail-incubator-ace-commits-archive@minotaur.apache.org Received: (qmail 73180 invoked from network); 20 Mar 2010 10:38:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Mar 2010 10:38:31 -0000 Received: (qmail 19508 invoked by uid 500); 20 Mar 2010 10:38:28 -0000 Delivered-To: apmail-incubator-ace-commits-archive@incubator.apache.org Received: (qmail 19490 invoked by uid 500); 20 Mar 2010 10:38:28 -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 19482 invoked by uid 99); 20 Mar 2010 10:38:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Mar 2010 10:38:28 +0000 X-ASF-Spam-Status: No, hits=-1712.2 required=10.0 tests=ALL_TRUSTED,AWL 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, 20 Mar 2010 10:38:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BFC222388993; Sat, 20 Mar 2010 10:38:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r925574 - in /incubator/ace/trunk: ace-log-servlet/osgi.bnd ace-server-log-store/osgi.bnd Date: Sat, 20 Mar 2010 10:38:07 -0000 To: ace-commits@incubator.apache.org From: marrs@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100320103807.BFC222388993@eris.apache.org> Author: marrs Date: Sat Mar 20 10:38:07 2010 New Revision: 925574 URL: http://svn.apache.org/viewvc?rev=925574&view=rev Log: Added two missing activators. Modified: incubator/ace/trunk/ace-log-servlet/osgi.bnd incubator/ace/trunk/ace-server-log-store/osgi.bnd Modified: incubator/ace/trunk/ace-log-servlet/osgi.bnd URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-log-servlet/osgi.bnd?rev=925574&r1=925573&r2=925574&view=diff ============================================================================== --- incubator/ace/trunk/ace-log-servlet/osgi.bnd (original) +++ incubator/ace/trunk/ace-log-servlet/osgi.bnd Sat Mar 20 10:38:07 2010 @@ -1,10 +1,11 @@ -Bundle-Version>:\ +Bundle-Version>: \ ${pom.version} -Bundle-SymbolicName:\ +Bundle-SymbolicName: \ ${bundle.symbolicName} -Export-Package:\ +Export-Package: \ ${bundle.namespace}; version="${pom.version}" -Ý \ No newline at end of file +Bundle-Activator: \ + ${bundle.namespace}.Activator Modified: incubator/ace/trunk/ace-server-log-store/osgi.bnd URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-server-log-store/osgi.bnd?rev=925574&r1=925573&r2=925574&view=diff ============================================================================== --- incubator/ace/trunk/ace-server-log-store/osgi.bnd (original) +++ incubator/ace/trunk/ace-server-log-store/osgi.bnd Sat Mar 20 10:38:07 2010 @@ -9,3 +9,6 @@ Private-Package: ${bundle.namespace}.imp Export-Package:\ ${bundle.namespace}; version="${pom.version}" +Bundle-Activator: \ + ${bundle.namespace}.impl.Activator + \ No newline at end of file