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 2011/12/03 10:11:15 UTC

svn commit: r1209862 - in /felix/trunk/ipojo/manipulator/maven-ipojo-plugin: ./ doc/ipojo-maven-plug-in.html doc/ipojo-maven-plug-in_files/ pom.xml

Author: clement
Date: Sat Dec  3 09:11:15 2011
New Revision: 1209862

URL: http://svn.apache.org/viewvc?rev=1209862&view=rev
Log:
new manipulator structure - moved the maven-ipojo-plugin

Added:
    felix/trunk/ipojo/manipulator/maven-ipojo-plugin/
      - copied from r1204882, felix/trunk/ipojo/plugin/
Removed:
    felix/trunk/ipojo/manipulator/maven-ipojo-plugin/doc/ipojo-maven-plug-in.html
    felix/trunk/ipojo/manipulator/maven-ipojo-plugin/doc/ipojo-maven-plug-in_files/
Modified:
    felix/trunk/ipojo/manipulator/maven-ipojo-plugin/pom.xml

Modified: felix/trunk/ipojo/manipulator/maven-ipojo-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/maven-ipojo-plugin/pom.xml?rev=1209862&r1=1204882&r2=1209862&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/maven-ipojo-plugin/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/maven-ipojo-plugin/pom.xml Sat Dec  3 09:11:15 2011
@@ -21,7 +21,7 @@
     <groupId>org.apache.felix</groupId>
     <artifactId>felix-parent</artifactId>
     <version>1.2.1</version>
-    <relativePath>../../pom/pom.xml</relativePath>
+    <relativePath>../../../pom/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-ipojo-plugin</artifactId>