Author: clement
Date: Wed Jul 23 02:19:51 2008
New Revision: 679041
URL: http://svn.apache.org/viewvc?rev=679041&view=rev
Log:
Add the event admin handler in the iPOJO build process
Modified:
felix/trunk/ipojo/pom.xml
Modified: felix/trunk/ipojo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/pom.xml?rev=679041&r1=679040&r2=679041&view=diff
==============================================================================
--- felix/trunk/ipojo/pom.xml (original)
+++ felix/trunk/ipojo/pom.xml Wed Jul 23 02:19:51 2008
@@ -42,6 +42,7 @@
<module>white.board.pattern.handler</module>
<module>extender.pattern.handler</module>
<module>temporal.dependency.handler</module>
+ <module>event.admin.handler</module>
</modules>
|