Commit the new iPOJO version (0.7.6).

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@642265 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/examples/property-handler/PropertyHandler/metadata.xml b/ipojo/examples/property-handler/PropertyHandler/metadata.xml
new file mode 100644
index 0000000..48d7bef
--- /dev/null
+++ b/ipojo/examples/property-handler/PropertyHandler/metadata.xml
@@ -0,0 +1,9 @@
+<ipojo xmlns:props="example.handler.properties">

+

+	<!-- Declare the handler -->

+	<handler name="properties" namespace="example.handler.properties"

+		classname="org.apache.felix.ipojo.handler.properties.PropertiesHandler">

+		<!--  the properties handler does not use any other handler -->

+	</handler>

+

+</ipojo>