Author: tv
Date: Thu Oct 27 14:11:13 2016
New Revision: 1766830
URL: http://svn.apache.org/viewvc?rev=1766830&view=rev
Log:
Mavenize test bundle
Removed:
turbine/core/trunk/proposals/tv/osgi/bundle/META-INF/
turbine/core/trunk/proposals/tv/osgi/bundle/build.properties
turbine/core/trunk/proposals/tv/osgi/bundle/src/
Modified:
turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/src/main/java/org/apache/turbine/osgi/test/helloworldbundle/Activator.java
Modified:
turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/src/main/java/org/apache/turbine/osgi/test/helloworldbundle/Activator.java
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/src/main/java/org/apache/turbine/osgi/test/helloworldbundle/Activator.java?rev=1766830&r1=1766829&r2=1766830&view=diff
==============================================================================
---
turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/src/main/java/org/apache/turbine/osgi/test/helloworldbundle/Activator.java
(original)
+++
turbine/core/trunk/proposals/tv/osgi/bundle/HelloWorldBundle/src/main/java/org/apache/turbine/osgi/test/helloworldbundle/Activator.java
Thu Oct 27 14:11:13 2016
@@ -25,12 +25,11 @@ import org.osgi.framework.ServiceRegistr
public class Activator implements BundleActivator
{
- private ServiceRegistration m_registration = null;
+ private ServiceRegistration<?> m_registration = null;
/**
* @see
- *
org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext
- * )
+ *
org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
*/
public void start(BundleContext context) throws Exception
{