Invalidate instance instead of stopping them after InvocationTargetException (which allow to restart automatically after an external event)
Add a better error message when an invocation target exception occurs.
Fix bundle names to follow the same pattern
Fix a bug when a property have a method but no String default value.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@590028 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/ant/pom.xml b/ipojo/ant/pom.xml
index 4f376ca..333c39f 100644
--- a/ipojo/ant/pom.xml
+++ b/ipojo/ant/pom.xml
@@ -43,7 +43,7 @@
     	<extensions>true</extensions>

     	<configuration>

         	<instructions>          

-          		<Bundle-Name>Apache Felix iPOJO Ant Task</Bundle-Name>

+          		<Bundle-Name>iPOJO Ant Task</Bundle-Name>

 		        <Bundle-Vendor>Clement ESCOFFIER</Bundle-Vendor>

         		<Bundle-Description> iPOJO Ant Task </Bundle-Description>

         		<Private-Package>org.apache.felix.ipojo.metadata, org.apache.felix.ipojo.manipulator, org.apache.felix.ipojo.xml.parser, org.apache.felix.ipojo.manipulation*, org.objectweb.asm;-split-package:=merge-first, org.objectweb.asm.commons;-split-package:=merge-first, org.apache.xerces.parsers, org.apache.xerces.xni*, org.apache.xerces.impl*, org.apache.xerces.util.*</Private-Package>