no bundle-activator anymore
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/91507a8a Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/91507a8a Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/91507a8a Branch: refs/heads/master Commit: 91507a8a18b2d3e96e7fd7afe62a1fa6dbf8edd6 Parents: 3915a93 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Feb 9 10:05:55 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 9 10:05:55 2015 +0000 ---------------------------------------------------------------------- apache-jena-osgi/jena-osgi-test/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/91507a8a/apache-jena-osgi/jena-osgi-test/pom.xml ---------------------------------------------------------------------- diff --git a/apache-jena-osgi/jena-osgi-test/pom.xml b/apache-jena-osgi/jena-osgi-test/pom.xml index ac7e2c4..5d46020 100644 --- a/apache-jena-osgi/jena-osgi-test/pom.xml +++ b/apache-jena-osgi/jena-osgi-test/pom.xml @@ -132,7 +132,6 @@ <extensions>true</extensions> <configuration> <instructions> - <Bundle-Activator>org.apache.jena.osgi.test.JenaOSGITestActivator</Bundle-Activator> <!-- <Import-Package>com.hp.hpl.jena</Import-Package> --> <!-- <Embed-Dependency>artifactId=jena-core;inline=true</Embed-Dependency> --> </instructions>
