- aligned AspectService and AdapterService with new added/changed/removed callbacks introdoced in the API.
- improved annotation plugin logging: a "log" configuration can now be specified in the maven or bnd plugin.
- fixed bug when parsing ConfigurationDependency Annotation: the "updated" field was ignored.
- Generate DM metadata descriptors under META-INF instead of OSGI-INF
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1086716 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/samples.annotation/pom.xml b/dependencymanager/samples.annotation/pom.xml
index c8be694..d6d4c68 100644
--- a/dependencymanager/samples.annotation/pom.xml
+++ b/dependencymanager/samples.annotation/pom.xml
@@ -66,6 +66,9 @@
<goals>
<goal>scan</goal>
</goals>
+ <configuration>
+ <log>warn</log>
+ </configuration>
</execution>
</executions>
</plugin>