Author: clement
Date: Wed Sep 26 02:00:29 2007
New Revision: 579523

URL: http://svn.apache.org/viewvc?rev=579523&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/core/pom.xml

Modified: felix/trunk/ipojo/core/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/ipojo/core/pom.xml?rev=579523&r1=579522&r2=579523&view=diff
==============================================================================
--- felix/trunk/ipojo/core/pom.xml (original)
+++ felix/trunk/ipojo/core/pom.xml Wed Sep 26 02:00:29 2007
@@ -81,7 +81,7 @@
       </plugin>
        <plugin>
              <groupId>org.apache.felix</groupId>
-             <artifactId>org.apache.felix.ipojo.plugin</artifactId>
+             <artifactId>maven-ipojo-plugin</artifactId>
               <version>${pom.version}</version>
                  <executions>
                <execution>


Reply via email to