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 2013/02/20 09:07:00 UTC

svn commit: r1448030 - /ace/trunk/org.apache.ace.deployment.verifier/bnd.bnd

Author: marrs
Date: Wed Feb 20 08:07:00 2013
New Revision: 1448030

URL: http://svn.apache.org/r1448030
Log:
Added a missing activator to the bundle.

Modified:
    ace/trunk/org.apache.ace.deployment.verifier/bnd.bnd

Modified: ace/trunk/org.apache.ace.deployment.verifier/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.deployment.verifier/bnd.bnd?rev=1448030&r1=1448029&r2=1448030&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.deployment.verifier/bnd.bnd (original)
+++ ace/trunk/org.apache.ace.deployment.verifier/bnd.bnd Wed Feb 20 08:07:00 2013
@@ -15,3 +15,4 @@ Private-Package: org.apache.felix.framew
 Import-Package: org.osgi.framework;version='[1.5,2)',\
 	*
 Bundle-Version: 1.0.0
+Bundle-Activator: org.apache.ace.deployment.verifier.impl.Activator
\ No newline at end of file