Fix FELIX-2323 : Unbind method are no more called during the invalidation process if this process is not triggered by a service departure
Fix FELIX-2279 : Support post-registration and post-unregistration callbacks (injection of the service reference). Add the processing of @PostRegistration and @PostUnregistration.

Reformat the online-manipulator tests.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@940905 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/core/service-providing/pom.xml b/ipojo/tests/core/service-providing/pom.xml
index 963d7e2..2ded653 100644
--- a/ipojo/tests/core/service-providing/pom.xml
+++ b/ipojo/tests/core/service-providing/pom.xml
@@ -93,9 +93,17 @@
             </goals>

             <configuration>

               <ignoreAnnotations>true</ignoreAnnotations>

+              <ignoreEmbeddedSchemas>true</ignoreEmbeddedSchemas>

             </configuration>

           </execution>

         </executions>

+        <dependencies>

+        	<dependency>

+        		<groupId>org.apache.felix</groupId>

+        		<artifactId>org.apache.felix.ipojo.manipulator</artifactId>

+        		<version>1.7.0-SNAPSHOT</version>

+        	</dependency>

+        </dependencies>

       </plugin>

       <plugin>

         <groupId>org.apache.maven.plugins</groupId>