You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2007/09/26 11:01:02 UTC

svn commit: r579526 - /felix/trunk/ipojo/ant/pom.xml

Author: clement
Date: Wed Sep 26 02:01:01 2007
New Revision: 579526

URL: http://svn.apache.org/viewvc?rev=579526&view=rev
Log:
Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin)
Fix a bug on fields from super class in the manipulator.

Modified:
    felix/trunk/ipojo/ant/pom.xml

Modified: felix/trunk/ipojo/ant/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/ant/pom.xml?rev=579526&r1=579525&r2=579526&view=diff
==============================================================================
--- felix/trunk/ipojo/ant/pom.xml (original)
+++ felix/trunk/ipojo/ant/pom.xml Wed Sep 26 02:01:01 2007
@@ -43,7 +43,7 @@
     	<extensions>true</extensions>
     	<configuration>
         	<instructions>          
-          		<Bundle-Name>iPOJO Ant Task</Bundle-Name>
+          		<Bundle-Name>Apache Felix 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>