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 2008/08/07 11:01:15 UTC

svn commit: r683562 - in /felix/sandbox/clement/ipojo-utils/eclipse: org.apache.felix.ipojo.eclipse.feature/ org.apache.felix.ipojo.eclipse.plugin/ org.apache.felix.ipojo.eclipse.plugin/META-INF/ org.apache.felix.ipojo.eclipse.plugin/lib/ org.apache.fe...

Author: clement
Date: Thu Aug  7 02:01:14 2008
New Revision: 683562

URL: http://svn.apache.org/viewvc?rev=683562&view=rev
Log:
Move the Eclipse plug-in to the 0.9.0-SNAPSHOT iPOJO version

Added:
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.manipulator-0.9.0-SNAPSHOT.jar   (with props)
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.metadata-0.9.0-SNAPSHOT.jar   (with props)
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/features/iPOJO_Plugin_0.9.0.0.jar   (with props)
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/plugins/org.apache.felix.ipojo.eclipse.plugin_0.9.0.0.jar   (with props)
Removed:
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.manipulator-0.8.0.jar
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.metadata-0.8.0.jar
Modified:
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.feature/feature.xml
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/.classpath
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/META-INF/MANIFEST.MF
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/build.properties
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/artifacts.xml
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/content.xml
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/site.xml

Modified: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.feature/feature.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.feature/feature.xml?rev=683562&r1=683561&r2=683562&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.feature/feature.xml (original)
+++ felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.feature/feature.xml Thu Aug  7 02:01:14 2008
@@ -2,7 +2,7 @@
 <feature
       id="iPOJO_Plugin"
       label="IPOJO_Plugin Feature"
-      version="0.8.0.2"
+      version="0.9.0.0"
       provider-name="Clement Escoffier">
 
    <description url="http://cwiki.apache.org/FELIX/ipojo.html">
@@ -26,6 +26,7 @@
 the iPOJO 0.7.6 manipulator
 0.8.0.0 : update the manipulator to use the 0.8.0-SNAPSHOT version
 0.8.0.2 : use the official iPOJO version
+0.9.0.0 : use the 0.9.0-SNAPSHOT iPOJO version
    </description>
 
    <license url="http://www.example.com/license">

Modified: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/.classpath
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/.classpath?rev=683562&r1=683561&r2=683562&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/.classpath (original)
+++ felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/.classpath Thu Aug  7 02:01:14 2008
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+	<classpathentry exported="true" kind="lib" path="lib/org.apache.felix.ipojo.metadata-0.9.0-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/org.apache.felix.ipojo.manipulator-0.9.0-SNAPSHOT.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src"/>
@@ -7,7 +9,5 @@
 	<classpathentry exported="true" kind="lib" path="lib/resolver.jar" sourcepath="org.apache.felix.ipojo.eclipse.pluginsrc.zip"/>
 	<classpathentry exported="true" kind="lib" path="lib/xercesImpl.jar" sourcepath="org.apache.felix.ipojo.eclipse.pluginsrc.zip"/>
 	<classpathentry exported="true" kind="lib" path="lib/xml-apis.jar" sourcepath="org.apache.felix.ipojo.eclipse.pluginsrc.zip"/>
-	<classpathentry exported="true" kind="lib" path="lib/org.apache.felix.ipojo.manipulator-0.8.0.jar" sourcepath="org.apache.felix.ipojo.eclipse.pluginsrc.zip"/>
-	<classpathentry exported="true" kind="lib" path="lib/org.apache.felix.ipojo.metadata-0.8.0.jar" sourcepath="org.apache.felix.ipojo.eclipse.pluginsrc.zip"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/META-INF/MANIFEST.MF?rev=683562&r1=683561&r2=683562&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/META-INF/MANIFEST.MF (original)
+++ felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/META-INF/MANIFEST.MF Thu Aug  7 02:01:14 2008
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: iPOJO Plugin
 Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true
-Bundle-Version: 0.8.0.2
+Bundle-Version: 0.9.0.0
 Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator
 Bundle-Vendor: Clement Escoffier
 Require-Bundle: org.eclipse.ui,
@@ -18,6 +18,6 @@
  lib/resolver.jar,
  lib/xercesImpl.jar,
  lib/xml-apis.jar,
- lib/org.apache.felix.ipojo.manipulator-0.8.0.jar,
- lib/org.apache.felix.ipojo.metadata-0.8.0.jar
+ lib/org.apache.felix.ipojo.manipulator-0.9.0-SNAPSHOT.jar,
+ lib/org.apache.felix.ipojo.metadata-0.9.0-SNAPSHOT.jar
 Bundle-RequiredExecutionEnvironment: J2SE-1.5

Modified: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/build.properties
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/build.properties?rev=683562&r1=683561&r2=683562&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/build.properties (original)
+++ felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/build.properties Thu Aug  7 02:01:14 2008
@@ -8,5 +8,5 @@
                lib/resolver.jar,\
                lib/xercesImpl.jar,\
                lib/xml-apis.jar,\
-               lib/org.apache.felix.ipojo.manipulator-0.8.0.jar,\
-               lib/org.apache.felix.ipojo.metadata-0.8.0.jar
+               lib/org.apache.felix.ipojo.manipulator-0.9.0-SNAPSHOT.jar,\
+               lib/org.apache.felix.ipojo.metadata-0.9.0-SNAPSHOT.jar

Added: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.manipulator-0.9.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.manipulator-0.9.0-SNAPSHOT.jar?rev=683562&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.manipulator-0.9.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.metadata-0.9.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.metadata-0.9.0-SNAPSHOT.jar?rev=683562&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.metadata-0.9.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/artifacts.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/artifacts.xml?rev=683562&r1=683561&r2=683562&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/artifacts.xml (original)
+++ felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/artifacts.xml Thu Aug  7 02:01:14 2008
@@ -1,16 +1,16 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <?artifactRepository class='org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository' version='1.0.0'?>
-<repository name='file:/Users/clement/Documents/workspaces/felix-sandbox/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/ - artifacts' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1'>
+<repository name='file:/Users/clement/Documents/workspaces/felix-sandbox/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/ - artifacts' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1.0.0'>
   <properties size='2'>
     <property name='p2.compressed' value='false'/>
-    <property name='p2.timestamp' value='1216128612453'/>
+    <property name='p2.timestamp' value='1218099265779'/>
   </properties>
   <mappings size='3'>
     <rule filter='(&amp; (classifier=osgi.bundle))' output='${repoUrl}/plugins/${id}_${version}.jar'/>
     <rule filter='(&amp; (classifier=binary))' output='${repoUrl}/binary/${id}_${version}'/>
     <rule filter='(&amp; (classifier=org.eclipse.update.feature))' output='${repoUrl}/features/${id}_${version}.jar'/>
   </mappings>
-  <artifacts size='21'>
+  <artifacts size='23'>
     <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.7.6.0'>
       <properties size='3'>
         <property name='artifact.size' value='373069'/>
@@ -37,6 +37,12 @@
         <property name='download.contentType' value='application/zip'/>
       </properties>
     </artifact>
+    <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.9.0.0'>
+      <properties size='2'>
+        <property name='artifact.size' value='1601'/>
+        <property name='download.size' value='1601'/>
+      </properties>
+    </artifact>
     <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.7.6.1'>
       <properties size='3'>
         <property name='artifact.size' value='373068'/>
@@ -89,10 +95,11 @@
         <property name='download.size' value='1551'/>
       </properties>
     </artifact>
-    <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.7.3.0'>
-      <properties size='2'>
-        <property name='artifact.size' value='1289'/>
-        <property name='download.size' value='1289'/>
+    <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.7.3.0'>
+      <properties size='3'>
+        <property name='artifact.size' value='307525'/>
+        <property name='download.size' value='307525'/>
+        <property name='download.contentType' value='application/zip'/>
       </properties>
     </artifact>
     <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.8.0.1'>
@@ -101,11 +108,10 @@
         <property name='download.size' value='1578'/>
       </properties>
     </artifact>
-    <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.7.3.0'>
-      <properties size='3'>
-        <property name='artifact.size' value='307525'/>
-        <property name='download.size' value='307525'/>
-        <property name='download.contentType' value='application/zip'/>
+    <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.7.3.0'>
+      <properties size='2'>
+        <property name='artifact.size' value='1289'/>
+        <property name='download.size' value='1289'/>
       </properties>
     </artifact>
     <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.8.0.2'>
@@ -141,6 +147,13 @@
         <property name='download.size' value='1588'/>
       </properties>
     </artifact>
+    <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.9.0.0'>
+      <properties size='3'>
+        <property name='artifact.size' value='1677845'/>
+        <property name='download.size' value='1677845'/>
+        <property name='download.contentType' value='application/zip'/>
+      </properties>
+    </artifact>
     <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.7.5.1'>
       <properties size='2'>
         <property name='artifact.size' value='1489'/>

Modified: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/content.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/content.xml?rev=683562&r1=683561&r2=683562&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/content.xml (original)
+++ felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/content.xml Thu Aug  7 02:01:14 2008
@@ -1,15 +1,15 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <?metadataRepository class='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository' version='1.0.0'?>
-<repository name='file:/Users/clement/Documents/workspaces/felix-sandbox/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/ - metadata' type='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository' version='1'>
+<repository name='file:/Users/clement/Documents/workspaces/felix-sandbox/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/ - metadata' type='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository' version='1.0.0'>
   <properties size='2'>
     <property name='p2.compressed' value='false'/>
-    <property name='p2.timestamp' value='1216128612458'/>
+    <property name='p2.timestamp' value='1218099265788'/>
   </properties>
   <references size='2'>
     <repository url='http://clement.plop-plop.net/update' type='1' options='0'/>
     <repository url='http://clement.plop-plop.net/update' type='0' options='0'/>
   </references>
-  <units size='37'>
+  <units size='40'>
     <unit id='iPOJO_Plugin.feature.group' version='0.7.3.1' singleton='false'>
       <update id='iPOJO_Plugin.feature.group' range='[0.0.0,0.7.3.1)' severity='0'/>
       <properties size='5'>
@@ -260,7 +260,7 @@
       <touchpointData size='1'>
         <instructions size='1'>
           <instruction key='manifest'>
-            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.6.0&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 10.0-b19 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .,lib/bnd-0.0.249.jar,lib/org.apache.felix.ipojo.manipulator-0.7.6-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.6-SNAPSHOT.jar&#xA;Eclipse-LazyStart: true&#xA;
+            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.6.0&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 10.0-b19 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .,lib/bnd-0.0.249.jar,lib/org.apache.felix.ipojo.manipulator-0.7.6-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.6-SNAPSHOT.jar&#xA;Eclipse-LazyStart: true
           </instruction>
         </instructions>
       </touchpointData>
@@ -328,7 +328,7 @@
       <touchpointData size='1'>
         <instructions size='1'>
           <instruction key='manifest'>
-            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.8.0.0&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 10.0-b19 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .,lib/bnd-0.0.249.jar,lib/org.apache.felix.ipojo.manipulator-0.8.0-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.8.0-SNAPSHOT.jar&#xA;Eclipse-LazyStart: true&#xA;
+            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.8.0.0&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 10.0-b19 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .,lib/bnd-0.0.249.jar,lib/org.apache.felix.ipojo.manipulator-0.8.0-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.8.0-SNAPSHOT.jar&#xA;Eclipse-LazyStart: true
           </instruction>
         </instructions>
       </touchpointData>
@@ -415,7 +415,7 @@
       <touchpointData size='1'>
         <instructions size='1'>
           <instruction key='manifest'>
-            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.8.0.1&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 10.0-b19 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .,lib/bnd-0.0.249.jar,lib/org.apache.felix.ipojo.manipulator-0.8.0-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.8.0-SNAPSHOT.jar,lib/resolver.jar,lib/xercesImpl.jar,lib/xml-apis.jar&#xA;Eclipse-LazyStart: true&#xA;
+            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.8.0.1&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 10.0-b19 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .,lib/bnd-0.0.249.jar,lib/org.apache.felix.ipojo.manipulator-0.8.0-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.8.0-SNAPSHOT.jar,lib/resolver.jar,lib/xercesImpl.jar,lib/xml-apis.jar&#xA;Eclipse-LazyStart: true
           </instruction>
         </instructions>
       </touchpointData>
@@ -516,7 +516,7 @@
       <touchpointData size='1'>
         <instructions size='1'>
           <instruction key='manifest'>
-            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.6.1&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 10.0-b19 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .,lib/bnd-0.0.249.jar,lib/org.apache.felix.ipojo.manipulator-0.7.6-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.6-SNAPSHOT.jar&#xA;Eclipse-LazyStart: true&#xA;
+            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.6.1&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 10.0-b19 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .,lib/bnd-0.0.249.jar,lib/org.apache.felix.ipojo.manipulator-0.7.6-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.6-SNAPSHOT.jar&#xA;Eclipse-LazyStart: true
           </instruction>
         </instructions>
       </touchpointData>
@@ -548,7 +548,7 @@
       <touchpointData size='1'>
         <instructions size='1'>
           <instruction key='manifest'>
-            Bundle-Vendor: Clement Escoffier&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Name: iPOJO Plugin&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-ClassPath: .,lib/bnd-0.0.249.jar,lib/resolver.jar,lib/xercesImpl.jar,lib/xml-apis.jar,lib/org.apache.felix.ipojo.manipulator-0.8.0.jar,lib/org.apache.felix.ipojo.metadata-0.8.0.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Bundle-Version: 0.8.0.2&#xA;
+            Bundle-Vendor: Clement Escoffier&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Name: iPOJO Plugin&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-ClassPath: .,lib/bnd-0.0.249.jar,lib/resolver.jar,lib/xercesImpl.jar,lib/xml-apis.jar,lib/org.apache.felix.ipojo.manipulator-0.8.0.jar,lib/org.apache.felix.ipojo.metadata-0.8.0.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Bundle-Version: 0.8.0.2
           </instruction>
         </instructions>
       </touchpointData>
@@ -966,7 +966,7 @@
       <touchpointData size='1'>
         <instructions size='1'>
           <instruction key='manifest'>
-            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.3.2&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 1.6.0_02-b06 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: lib/org.apache.felix.ipojo.manipulator-0.7.3-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.3-SNAPSHOT.jar,lib/bnd-0.0.178.jar,.&#xA;Eclipse-LazyStart: true&#xA;
+            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.3.2&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 1.6.0_02-b06 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: lib/org.apache.felix.ipojo.manipulator-0.7.3-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.3-SNAPSHOT.jar,lib/bnd-0.0.178.jar,.&#xA;Eclipse-LazyStart: true
           </instruction>
         </instructions>
       </touchpointData>
@@ -1032,7 +1032,7 @@
       <touchpointData size='1'>
         <instructions size='1'>
           <instruction key='manifest'>
-            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.3.1&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 1.6.0_02-b06 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: lib/org.apache.felix.ipojo.manipulator-0.7.3-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.3-SNAPSHOT.jar,lib/bnd-0.0.178.jar,.&#xA;Eclipse-LazyStart: true&#xA;
+            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.3.1&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 1.6.0_02-b06 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: lib/org.apache.felix.ipojo.manipulator-0.7.3-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.3-SNAPSHOT.jar,lib/bnd-0.0.178.jar,.&#xA;Eclipse-LazyStart: true
           </instruction>
         </instructions>
       </touchpointData>
@@ -1065,7 +1065,7 @@
       <touchpointData size='1'>
         <instructions size='1'>
           <instruction key='manifest'>
-            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.5.2&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 1.6.0_03-b05 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .,lib/bnd-0.0.208.jar,lib/org.apache.felix.ipojo.manipulator-0.7.5-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.5-SNAPSHOT.jar&#xA;Eclipse-LazyStart: true&#xA;
+            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.5.2&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 1.6.0_03-b05 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .,lib/bnd-0.0.208.jar,lib/org.apache.felix.ipojo.manipulator-0.7.5-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.5-SNAPSHOT.jar&#xA;Eclipse-LazyStart: true
           </instruction>
         </instructions>
       </touchpointData>
@@ -1192,7 +1192,7 @@
       <touchpointData size='1'>
         <instructions size='1'>
           <instruction key='manifest'>
-            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.3.0&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 1.6.0_02-b06 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: lib/org.apache.felix.ipojo.manipulator-0.7.3-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.3-SNAPSHOT.jar,.,lib/bnd-0.0.160.jar&#xA;Eclipse-LazyStart: true&#xA;
+            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.3.0&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 1.6.0_02-b06 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: lib/org.apache.felix.ipojo.manipulator-0.7.3-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.3-SNAPSHOT.jar,.,lib/bnd-0.0.160.jar&#xA;Eclipse-LazyStart: true
           </instruction>
         </instructions>
       </touchpointData>
@@ -1286,7 +1286,106 @@
       <touchpointData size='1'>
         <instructions size='1'>
           <instruction key='manifest'>
-            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.5.1&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 1.6.0_03-b05 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .,lib/bnd-0.0.208.jar,lib/org.apache.felix.ipojo.manipulator-0.7.5-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.5-SNAPSHOT.jar&#xA;Eclipse-LazyStart: true&#xA;
+            Bundle-ManifestVersion: 2&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.apache.xerces,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-Name: iPOJO Plugin&#xA;Bundle-Version: 0.7.5.1&#xA;Bundle-Vendor: Clement Escoffier&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Created-By: 1.6.0_03-b05 (Sun Microsystems Inc.)&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Manifest-Version: 1.0&#xA;Bundle-ClassPath: .,lib/bnd-0.0.208.jar,lib/org.apache.felix.ipojo.manipulator-0.7.5-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.7.5-SNAPSHOT.jar&#xA;Eclipse-LazyStart: true
+          </instruction>
+        </instructions>
+      </touchpointData>
+    </unit>
+    <unit id='iPOJO_Plugin.feature.group' version='0.9.0.0' singleton='false'>
+      <update id='iPOJO_Plugin.feature.group' range='[0.0.0,0.9.0.0)' severity='0'/>
+      <properties size='5'>
+        <property name='org.eclipse.equinox.p2.name' value='IPOJO_Plugin Feature'/>
+        <property name='org.eclipse.equinox.p2.description' value='This plug-in allows the easy creation iPOJO bundles in Eclipse.&#xA;Based on BND (see http://www.aqute.biz/Code/Bnd), it builds a&#xA;bundle from a Java project.&#xA;For more info about iPOJO, see http://felix.apache.org/site/apache-felix-ipojo.html.&#xA;CHANGELOG :&#xA;0.7.3.0 : initial version&#xA;0.7.3.1 : update the embedded BND version to the 0.0.178&#xA;0.7.3.2 : update the iPOJO manipulator to add the annotations&#xA;support.&#xA;0.7.5.0 : update the iPOJO manipulator and metadata to version&#xA;0.7.5, use the new BND version (0.0.198).&#xA;0.7.5.1 : update the iPOJO manipulator and update the BND version&#xA;(0.0.208)&#xA;0.7.5.2 : version compiled with Java 1.5 instead of Java 1.6&#xA;0.7.6.0 : update the BND version to 0.0.236 and update to use&#xA;iPOJO 0.7.6 manipulator&#xA;0.7.6.1 : update the BND version to 0.0.249 and update to use&#xA;the iPOJO 0.7.6 manipulator&#xA;0.8.0.0 : update the manipu
 lator to use the 0.8.0-SNAPSHOT version&#xA;0.8.0.2 : use the official iPOJO version&#xA;0.9.0.0 : use the 0.9.0-SNAPSHOT iPOJO version'/>
+        <property name='org.eclipse.equinox.p2.description.url' value='http://cwiki.apache.org/FELIX/ipojo.html'/>
+        <property name='org.eclipse.equinox.p2.provider' value='Clement Escoffier'/>
+        <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+      </properties>
+      <provides size='1'>
+        <provided namespace='org.eclipse.equinox.p2.iu' name='iPOJO_Plugin.feature.group' version='0.9.0.0'/>
+      </provides>
+      <requires size='9'>
+        <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui' range='0.0.0'/>
+        <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='0.0.0'/>
+        <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources' range='0.0.0'/>
+        <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide' range='0.0.0'/>
+        <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt' range='0.0.0'/>
+        <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jdt.core' range='0.0.0'/>
+        <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.console' range='0.0.0'/>
+        <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.felix.ipojo.eclipse.plugin' range='[0.9.0.0,0.9.0.0]'/>
+        <required namespace='org.eclipse.equinox.p2.iu' name='iPOJO_Plugin.feature.jar' range='[0.9.0.0,0.9.0.0]'>
+          <filter>
+            (org.eclipse.update.install.features=true)
+          </filter>
+        </required>
+      </requires>
+      <touchpoint id='null' version='0.0.0'/>
+      <licenses size='1'>
+        <license url='http://www.example.com/license'>
+          Licensed to the Apache Software Foundation (ASF) under one&#xA;or more contributor license agreements.  See the NOTICE file&#xA;distributed with this work for additional information&#xA;regarding copyright ownership.  The ASF licenses this file&#xA;to you under the Apache License, Version 2.0 (the&#xA;&quot;License&quot;); you may not use this file except in compliance&#xA;with the License.  You may obtain a copy of the License at&#xA;     http://www.apache.org/licenses/LICENSE-2.0&#xA;Unless required by applicable law or agreed to in writing,&#xA;software distributed under the License is distributed on an&#xA;&quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY&#xA;KIND, either express or implied.  See the License for the&#xA;specific language governing permissions and limitations&#xA;under the License.
+        </license>
+      </licenses>
+    </unit>
+    <unit id='iPOJO_Plugin.feature.jar' version='0.9.0.0'>
+      <update id='iPOJO_Plugin.feature.jar' range='[0.0.0,0.9.0.0)' severity='0'/>
+      <properties size='4'>
+        <property name='org.eclipse.equinox.p2.name' value='IPOJO_Plugin Feature'/>
+        <property name='org.eclipse.equinox.p2.description' value='This plug-in allows the easy creation iPOJO bundles in Eclipse.&#xA;Based on BND (see http://www.aqute.biz/Code/Bnd), it builds a&#xA;bundle from a Java project.&#xA;For more info about iPOJO, see http://felix.apache.org/site/apache-felix-ipojo.html.&#xA;CHANGELOG :&#xA;0.7.3.0 : initial version&#xA;0.7.3.1 : update the embedded BND version to the 0.0.178&#xA;0.7.3.2 : update the iPOJO manipulator to add the annotations&#xA;support.&#xA;0.7.5.0 : update the iPOJO manipulator and metadata to version&#xA;0.7.5, use the new BND version (0.0.198).&#xA;0.7.5.1 : update the iPOJO manipulator and update the BND version&#xA;(0.0.208)&#xA;0.7.5.2 : version compiled with Java 1.5 instead of Java 1.6&#xA;0.7.6.0 : update the BND version to 0.0.236 and update to use&#xA;iPOJO 0.7.6 manipulator&#xA;0.7.6.1 : update the BND version to 0.0.249 and update to use&#xA;the iPOJO 0.7.6 manipulator&#xA;0.8.0.0 : update the manipu
 lator to use the 0.8.0-SNAPSHOT version&#xA;0.8.0.2 : use the official iPOJO version&#xA;0.9.0.0 : use the 0.9.0-SNAPSHOT iPOJO version'/>
+        <property name='org.eclipse.equinox.p2.description.url' value='http://cwiki.apache.org/FELIX/ipojo.html'/>
+        <property name='org.eclipse.equinox.p2.provider' value='Clement Escoffier'/>
+      </properties>
+      <provides size='3'>
+        <provided namespace='org.eclipse.equinox.p2.iu' name='iPOJO_Plugin.feature.jar' version='0.9.0.0'/>
+        <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+        <provided namespace='org.eclipse.update.feature' name='iPOJO_Plugin' version='0.9.0.0'/>
+      </provides>
+      <filter>
+        (org.eclipse.update.install.features=true)
+      </filter>
+      <artifacts size='1'>
+        <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.9.0.0'/>
+      </artifacts>
+      <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+      <touchpointData size='1'>
+        <instructions size='1'>
+          <instruction key='zipped'>
+            true
+          </instruction>
+        </instructions>
+      </touchpointData>
+      <licenses size='1'>
+        <license url='http://www.example.com/license'>
+          Licensed to the Apache Software Foundation (ASF) under one&#xA;or more contributor license agreements.  See the NOTICE file&#xA;distributed with this work for additional information&#xA;regarding copyright ownership.  The ASF licenses this file&#xA;to you under the Apache License, Version 2.0 (the&#xA;&quot;License&quot;); you may not use this file except in compliance&#xA;with the License.  You may obtain a copy of the License at&#xA;     http://www.apache.org/licenses/LICENSE-2.0&#xA;Unless required by applicable law or agreed to in writing,&#xA;software distributed under the License is distributed on an&#xA;&quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY&#xA;KIND, either express or implied.  See the License for the&#xA;specific language governing permissions and limitations&#xA;under the License.
+        </license>
+      </licenses>
+    </unit>
+    <unit id='org.apache.felix.ipojo.eclipse.plugin' version='0.9.0.0'>
+      <update id='org.apache.felix.ipojo.eclipse.plugin' range='[0.0.0,0.9.0.0)' severity='0'/>
+      <properties size='2'>
+        <property name='org.eclipse.equinox.p2.name' value='iPOJO Plugin'/>
+        <property name='org.eclipse.equinox.p2.provider' value='Clement Escoffier'/>
+      </properties>
+      <provides size='3'>
+        <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.felix.ipojo.eclipse.plugin' version='0.9.0.0'/>
+        <provided namespace='osgi.bundle' name='org.apache.felix.ipojo.eclipse.plugin' version='0.9.0.0'/>
+        <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
+      </provides>
+      <requires size='7'>
+        <required namespace='osgi.bundle' name='org.eclipse.ui' range='0.0.0'/>
+        <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='0.0.0'/>
+        <required namespace='osgi.bundle' name='org.eclipse.core.resources' range='0.0.0'/>
+        <required namespace='osgi.bundle' name='org.eclipse.ui.ide' range='0.0.0'/>
+        <required namespace='osgi.bundle' name='org.eclipse.jdt' range='0.0.0'/>
+        <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='0.0.0'/>
+        <required namespace='osgi.bundle' name='org.eclipse.ui.console' range='0.0.0'/>
+      </requires>
+      <artifacts size='1'>
+        <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.9.0.0'/>
+      </artifacts>
+      <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+      <touchpointData size='1'>
+        <instructions size='1'>
+          <instruction key='manifest'>
+            Bundle-Vendor: Clement Escoffier&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Activator: org.apache.felix.ipojo.eclipse.plugin.Activator&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Bundle-Name: iPOJO Plugin&#xA;Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.core.resources,org.eclipse.ui.ide,org.eclipse.jdt,org.eclipse.jdt.core,org.eclipse.ui.console&#xA;Bundle-ClassPath: .,lib/bnd-0.0.249.jar,lib/resolver.jar,lib/xercesImpl.jar,lib/xml-apis.jar,lib/org.apache.felix.ipojo.manipulator-0.9.0-SNAPSHOT.jar,lib/org.apache.felix.ipojo.metadata-0.9.0-SNAPSHOT.jar&#xA;Bundle-ActivationPolicy: lazy&#xA;Manifest-Version: 1.0&#xA;Bundle-SymbolicName: org.apache.felix.ipojo.eclipse.plugin; singleton:=true&#xA;Bundle-Version: 0.9.0.0&#xA;
           </instruction>
         </instructions>
       </touchpointData>

Added: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/features/iPOJO_Plugin_0.9.0.0.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/features/iPOJO_Plugin_0.9.0.0.jar?rev=683562&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/features/iPOJO_Plugin_0.9.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/plugins/org.apache.felix.ipojo.eclipse.plugin_0.9.0.0.jar
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/plugins/org.apache.felix.ipojo.eclipse.plugin_0.9.0.0.jar?rev=683562&view=auto
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/plugins/org.apache.felix.ipojo.eclipse.plugin_0.9.0.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/site.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/site.xml?rev=683562&r1=683561&r2=683562&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/site.xml (original)
+++ felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/site.xml Thu Aug  7 02:01:14 2008
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-   <feature url="features/iPOJO_Plugin_0.8.0.2.jar" id="iPOJO_Plugin" version="0.8.0.2">
+   <feature url="features/iPOJO_Plugin_0.9.0.0.jar" id="iPOJO_Plugin" version="0.9.0.0">
       <category name="iPOJO"/>
    </feature>
    <category-def name="iPOJO" label="iPOJO">