Author: bdekruijff at gmail.com
Date: Fri Oct 29 15:37:01 2010
New Revision: 219
Log:
AMDATU-143 Removed one more redundant extensions tag
Modified:
trunk/example-bundles/course-gadget/pom.xml
Modified: trunk/example-bundles/course-gadget/pom.xml
==============================================================================
--- trunk/example-bundles/course-gadget/pom.xml (original)
+++ trunk/example-bundles/course-gadget/pom.xml Fri Oct 29 15:37:01 2010
@@ -32,7 +32,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Activator>org.amdatu.example.course.gadget.osgi.Activator</Bundle-Activator>