commit | 6408b0d9ef22a2307808a318d1c12243ddbdcbf8 | [log] [tgz] |
---|---|---|
author | Pierre De Rop <pderop@apache.org> | Sat May 07 10:19:57 2011 +0000 |
committer | Pierre De Rop <pderop@apache.org> | Sat May 07 10:19:57 2011 +0000 |
tree | 9fb0753f72a38cc005fa7f122d5b2979d3b45ff7 | |
parent | f71e38908086427756754cb3cd1276082e4c9aae [diff] |
added pid attribute in the ConfigurationDependency annotation git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1100497 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java b/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java index 88567d4..76914f0 100644 --- a/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java +++ b/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java
@@ -51,6 +51,7 @@ * our PID is our full class name). */ @ConfigurationDependency( + pid="DictionaryAspectPID", propagate = false, heading = "Aspect Dictionary", description = "Declare here some additional english words",