Author: pderop
Date: Mon Jan 11 21:52:40 2010
New Revision: 898086
URL: http://svn.apache.org/viewvc?rev=898086&view=rev
Log:
Added annotation, runtime, samples.annotation, and test.annotation
Modified:
felix/trunk/dependencymanager/pom.xml
Modified: felix/trunk/dependencymanager/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/pom.xml?rev=898086&r1=898085&r2=898086&view=diff
==============================================================================
--- felix/trunk/dependencymanager/pom.xml (original)
+++ felix/trunk/dependencymanager/pom.xml Mon Jan 11 21:52:40 2010
@@ -36,7 +36,11 @@
<module>core</module>
<module>shell</module>
<module>compat</module>
+ <module>annotation</module>
+ <module>runtime</module>
<module>samples</module>
+ <module>samples.annotation</module>
+ <module>test.annotation</module>
<module>test</module>
</modules>
</project>