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:36:25 UTC

svn commit: r1209867 - in /felix/trunk/ipojo/manipulator/bnd-ipojo-plugin: ./ .settings/ pom.xml src/main/java/org/apache/felix/ipojo/bnd/BndJarResourceStore.java src/test/

Author: clement
Date: Sat Dec  3 09:36:25 2011
New Revision: 1209867

URL: http://svn.apache.org/viewvc?rev=1209867&view=rev
Log:
New manipulator structure - Move the bnd ipojo plugin

Added:
    felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/
      - copied from r1204882, felix/trunk/ipojo/bnd-ipojo-plugin/
    felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/pom.xml
      - copied, changed from r1208515, felix/trunk/ipojo/bnd-ipojo-plugin/pom.xml
    felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/src/main/java/org/apache/felix/ipojo/bnd/BndJarResourceStore.java
      - copied unchanged from r1208515, felix/trunk/ipojo/bnd-ipojo-plugin/src/main/java/org/apache/felix/ipojo/bnd/BndJarResourceStore.java
    felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/src/test/
      - copied from r1208515, felix/trunk/ipojo/bnd-ipojo-plugin/src/test/
Removed:
    felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/.settings/

Copied: felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/pom.xml (from r1208515, felix/trunk/ipojo/bnd-ipojo-plugin/pom.xml)
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/pom.xml?p2=felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/pom.xml&p1=felix/trunk/ipojo/bnd-ipojo-plugin/pom.xml&r1=1208515&r2=1209867&rev=1209867&view=diff
==============================================================================
--- felix/trunk/ipojo/bnd-ipojo-plugin/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/pom.xml Sat Dec  3 09:36:25 2011
@@ -24,7 +24,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>
 
     <artifactId>bnd-ipojo-plugin</artifactId>