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/10/24 11:38:34 UTC

svn commit: r707588 - 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: Fri Oct 24 02:38:33 2008
New Revision: 707588

URL: http://svn.apache.org/viewvc?rev=707588&view=rev
Log:
Update the Eclipse plugin to the 1.0.0 version.

Added:
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.manipulator-1.0.0.jar   (with props)
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.metadata-1.0.0.jar   (with props)
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/features/iPOJO_Plugin_1.0.0.jar   (with props)
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/plugins/org.apache.felix.ipojo.eclipse.plugin_1.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.9.0-SNAPSHOT.jar
    felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.metadata-0.9.0-SNAPSHOT.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=707588&r1=707587&r2=707588&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 Fri Oct 24 02:38:33 2008
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
       id="iPOJO_Plugin"
-      label="IPOJO_Plugin Feature"
-      version="0.9.0.0"
+      label="IPOJO Plugin Feature"
+      version="1.0.0"
       provider-name="Clement Escoffier">
 
    <description url="http://cwiki.apache.org/FELIX/ipojo.html">
-      This plug-in allows the easy creation iPOJO bundles in Eclipse.
+      This plug-in allows the easy creation of iPOJO bundles with Eclipse.
 Based on BND (see http://www.aqute.biz/Code/Bnd), it builds a
 bundle from a Java project.
 For more info about iPOJO, see http://felix.apache.org/site/apache-felix-ipojo.html.
@@ -27,6 +27,7 @@
 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
+1.0.0.0 : use the 1.0.0 iPOJO version (manipulator and metadata)
    </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=707588&r1=707587&r2=707588&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 Fri Oct 24 02:38:33 2008
@@ -1,7 +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 exported="true" kind="lib" path="lib/org.apache.felix.ipojo.manipulator-1.0.0.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/org.apache.felix.ipojo.metadata-1.0.0.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"/>

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=707588&r1=707587&r2=707588&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 Fri Oct 24 02:38:33 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.9.0.0
+Bundle-Version: 1.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.9.0-SNAPSHOT.jar,
- lib/org.apache.felix.ipojo.metadata-0.9.0-SNAPSHOT.jar
+ lib/org.apache.felix.ipojo.manipulator-1.0.0.jar,
+ lib/org.apache.felix.ipojo.metadata-1.0.0.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=707588&r1=707587&r2=707588&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 Fri Oct 24 02:38:33 2008
@@ -8,5 +8,5 @@
                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
+               lib/org.apache.felix.ipojo.manipulator-1.0.0.jar,\
+               lib/org.apache.felix.ipojo.metadata-1.0.0.jar

Added: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.plugin/lib/org.apache.felix.ipojo.manipulator-1.0.0.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-1.0.0.jar?rev=707588&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-1.0.0.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-1.0.0.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-1.0.0.jar?rev=707588&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-1.0.0.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=707588&r1=707587&r2=707588&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 Fri Oct 24 02:38:33 2008
@@ -3,19 +3,18 @@
 <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='1218099265779'/>
+    <property name='p2.timestamp' value='1224839677342'/>
   </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='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'/>
-        <property name='download.size' value='373069'/>
-        <property name='download.contentType' value='application/zip'/>
+  <artifacts size='25'>
+    <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.7.5.0'>
+      <properties size='2'>
+        <property name='artifact.size' value='1474'/>
+        <property name='download.size' value='1474'/>
       </properties>
     </artifact>
     <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.7.3.2'>
@@ -24,10 +23,11 @@
         <property name='download.size' value='1361'/>
       </properties>
     </artifact>
-    <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.7.5.0'>
-      <properties size='2'>
-        <property name='artifact.size' value='1474'/>
-        <property name='download.size' value='1474'/>
+    <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'/>
+        <property name='download.size' value='373069'/>
+        <property name='download.contentType' value='application/zip'/>
       </properties>
     </artifact>
     <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.8.0.1'>
@@ -37,6 +37,72 @@
         <property name='download.contentType' value='application/zip'/>
       </properties>
     </artifact>
+    <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.7.3.1'>
+      <properties size='3'>
+        <property name='artifact.size' value='322608'/>
+        <property name='download.size' value='322608'/>
+        <property name='download.contentType' value='application/zip'/>
+      </properties>
+    </artifact>
+    <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.7.5.2'>
+      <properties size='3'>
+        <property name='artifact.size' value='356950'/>
+        <property name='download.size' value='356950'/>
+        <property name='download.contentType' value='application/zip'/>
+      </properties>
+    </artifact>
+    <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.7.3.1'>
+      <properties size='2'>
+        <property name='artifact.size' value='1333'/>
+        <property name='download.size' value='1333'/>
+      </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'/>
+      </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'/>
+      </properties>
+    </artifact>
+    <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.7.3.2'>
+      <properties size='3'>
+        <property name='artifact.size' value='338868'/>
+        <property name='download.size' value='338868'/>
+        <property name='download.contentType' value='application/zip'/>
+      </properties>
+    </artifact>
+    <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='1.0.0'>
+      <properties size='2'>
+        <property name='artifact.size' value='1614'/>
+        <property name='download.size' value='1614'/>
+      </properties>
+    </artifact>
+    <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.7.6.1'>
+      <properties size='2'>
+        <property name='artifact.size' value='1571'/>
+        <property name='download.size' value='1571'/>
+      </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='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='1.0.0'>
+      <properties size='3'>
+        <property name='artifact.size' value='1689019'/>
+        <property name='download.size' value='1689019'/>
+        <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'/>
@@ -57,32 +123,12 @@
         <property name='download.contentType' value='application/zip'/>
       </properties>
     </artifact>
-    <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.7.3.1'>
-      <properties size='3'>
-        <property name='artifact.size' value='322608'/>
-        <property name='download.size' value='322608'/>
-        <property name='download.contentType' value='application/zip'/>
-      </properties>
-    </artifact>
     <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.8.0.0'>
       <properties size='2'>
         <property name='artifact.size' value='1584'/>
         <property name='download.size' value='1584'/>
       </properties>
     </artifact>
-    <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.7.5.2'>
-      <properties size='3'>
-        <property name='artifact.size' value='356950'/>
-        <property name='download.size' value='356950'/>
-        <property name='download.contentType' value='application/zip'/>
-      </properties>
-    </artifact>
-    <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.7.3.1'>
-      <properties size='2'>
-        <property name='artifact.size' value='1333'/>
-        <property name='download.size' value='1333'/>
-      </properties>
-    </artifact>
     <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.7.5.2'>
       <properties size='2'>
         <property name='artifact.size' value='1517'/>
@@ -95,25 +141,12 @@
         <property name='download.size' value='1551'/>
       </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'/>
-      </properties>
-    </artifact>
     <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.8.0.1'>
       <properties size='2'>
         <property name='artifact.size' value='1578'/>
         <property name='download.size' value='1578'/>
       </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'/>
-      </properties>
-    </artifact>
     <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.8.0.2'>
       <properties size='3'>
         <property name='artifact.size' value='1677672'/>
@@ -121,19 +154,6 @@
         <property name='download.contentType' value='application/zip'/>
       </properties>
     </artifact>
-    <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.7.3.2'>
-      <properties size='3'>
-        <property name='artifact.size' value='338868'/>
-        <property name='download.size' value='338868'/>
-        <property name='download.contentType' value='application/zip'/>
-      </properties>
-    </artifact>
-    <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='0.7.6.1'>
-      <properties size='2'>
-        <property name='artifact.size' value='1571'/>
-        <property name='download.size' value='1571'/>
-      </properties>
-    </artifact>
     <artifact classifier='osgi.bundle' id='org.apache.felix.ipojo.eclipse.plugin' version='0.7.5.1'>
       <properties size='3'>
         <property name='artifact.size' value='356951'/>
@@ -147,13 +167,6 @@
         <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=707588&r1=707587&r2=707588&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 Fri Oct 24 02:38:33 2008
@@ -3,13 +3,13 @@
 <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='1218099265788'/>
+    <property name='p2.timestamp' value='1224839677369'/>
   </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='40'>
+  <units size='43'>
     <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'>
@@ -1385,10 +1385,109 @@
       <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;
+            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
           </instruction>
         </instructions>
       </touchpointData>
     </unit>
+    <unit id='org.apache.felix.ipojo.eclipse.plugin' version='1.0.0'>
+      <update id='org.apache.felix.ipojo.eclipse.plugin' range='[0.0.0,1.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='1.0.0'/>
+        <provided namespace='osgi.bundle' name='org.apache.felix.ipojo.eclipse.plugin' version='1.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='1.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-1.0.0.jar,lib/org.apache.felix.ipojo.metadata-1.0.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: 1.0.0&#xA;
+          </instruction>
+        </instructions>
+      </touchpointData>
+    </unit>
+    <unit id='iPOJO_Plugin.feature.jar' version='1.0.0'>
+      <update id='iPOJO_Plugin.feature.jar' range='[0.0.0,1.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 of iPOJO bundles with 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 m
 anipulator 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&#xA;1.0.0.0 : use the 1.0.0 iPOJO version (manipulator and metadata)'/>
+        <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='1.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='1.0.0'/>
+      </provides>
+      <filter>
+        (org.eclipse.update.install.features=true)
+      </filter>
+      <artifacts size='1'>
+        <artifact classifier='org.eclipse.update.feature' id='iPOJO_Plugin' version='1.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='iPOJO_Plugin.feature.group' version='1.0.0' singleton='false'>
+      <update id='iPOJO_Plugin.feature.group' range='[0.0.0,1.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 of iPOJO bundles with 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 m
 anipulator 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&#xA;1.0.0.0 : use the 1.0.0 iPOJO version (manipulator and metadata)'/>
+        <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='1.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='[1.0.0,1.0.0]'/>
+        <required namespace='org.eclipse.equinox.p2.iu' name='iPOJO_Plugin.feature.jar' range='[1.0.0,1.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>
   </units>
 </repository>

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

Propchange: felix/sandbox/clement/ipojo-utils/eclipse/org.apache.felix.ipojo.eclipse.update/features/iPOJO_Plugin_1.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_1.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_1.0.0.jar?rev=707588&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_1.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=707588&r1=707587&r2=707588&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 Fri Oct 24 02:38:33 2008
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-   <feature url="features/iPOJO_Plugin_0.9.0.0.jar" id="iPOJO_Plugin" version="0.9.0.0">
+   <feature url="features/iPOJO_Plugin_1.0.0.jar" id="iPOJO_Plugin" version="1.0.0">
       <category name="iPOJO"/>
    </feature>
    <category-def name="iPOJO" label="iPOJO">