You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2010/03/20 11:38:07 UTC

svn commit: r925574 - in /incubator/ace/trunk: ace-log-servlet/osgi.bnd ace-server-log-store/osgi.bnd

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