Author: clement
Date: Thu Nov 8 09:02:19 2012
New Revision: 1406966
URL: http://svn.apache.org/viewvc?rev=1406966&view=rev
Log:
Use the development branch of the manipulator in the core. The core use the
manipulator for the on load manipulation.
Modified:
felix/trunk/ipojo/runtime/core/pom.xml
Modified: felix/trunk/ipojo/runtime/core/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core/pom.xml?rev=1406966&r1=1406965&r2=1406966&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core/pom.xml Thu Nov 8 09:02:19 2012
@@ -41,7 +41,7 @@
<ipojo.package.version>1.8.4</ipojo.package.version>
<!-- Embedded manipulator version -->
- <ipojo.manipulator.version>1.8.6</ipojo.manipulator.version>
+ <ipojo.manipulator.version>1.9.0-SNAPSHOT</ipojo.manipulator.version>
</properties>
<description>
@@ -136,6 +136,7 @@
org.apache.felix.ipojo.handlers.architecture,
org.apache.felix.ipojo.handlers.lifecycle.callback,
org.apache.felix.ipojo.handlers.lifecycle.controller,
+ META-INF.services.*,
<!-- ASM (Manipulator dependencies) -->
org.objectweb.asm.commons,
org.objectweb.asm.signature,