Author: niallp
Date: Sun Mar  2 11:37:56 2008
New Revision: 632815

URL: http://svn.apache.org/viewvc?rev=632815&view=rev
Log:
Upgrade to commons-parent-8 and add configuration properties for OSGi 
(maven-bundle-plugin) and commons-build-plugin

Modified:
    commons/proper/beanutils/trunk/pom.xml
    commons/proper/betwixt/trunk/pom.xml
    commons/proper/chain/trunk/pom.xml
    commons/proper/cli/trunk/pom.xml
    commons/proper/codec/trunk/pom.xml
    commons/proper/collections/trunk/pom.xml
    commons/proper/configuration/trunk/pom.xml
    commons/proper/daemon/trunk/pom.xml
    commons/proper/dbcp/trunk/pom.xml
    commons/proper/dbutils/trunk/pom.xml
    commons/proper/digester/trunk/pom.xml
    commons/proper/discovery/trunk/pom.xml
    commons/proper/el/trunk/pom.xml
    commons/proper/email/trunk/pom.xml
    commons/proper/fileupload/trunk/pom.xml
    commons/proper/io/trunk/pom.xml
    commons/proper/jci/trunk/compilers/eclipse/pom.xml
    commons/proper/jci/trunk/compilers/groovy/pom.xml
    commons/proper/jci/trunk/compilers/janino/pom.xml
    commons/proper/jci/trunk/compilers/javac/pom.xml
    commons/proper/jci/trunk/compilers/jsr199/pom.xml
    commons/proper/jci/trunk/compilers/rhino/pom.xml
    commons/proper/jci/trunk/core/pom.xml
    commons/proper/jci/trunk/examples/pom.xml
    commons/proper/jci/trunk/fam/pom.xml
    commons/proper/jci/trunk/pom.xml
    commons/proper/jexl/trunk/pom.xml
    commons/proper/jxpath/trunk/pom.xml
    commons/proper/lang/trunk/pom.xml
    commons/proper/launcher/trunk/pom.xml
    commons/proper/logging/trunk/pom.xml
    commons/proper/math/trunk/pom.xml
    commons/proper/modeler/trunk/pom.xml
    commons/proper/net/trunk/pom.xml
    commons/proper/pool/trunk/pom.xml
    commons/proper/primitives/trunk/pom.xml
    commons/proper/proxy/trunk/pom.xml
    commons/proper/scxml/trunk/pom.xml
    commons/proper/transaction/trunk/pom.xml
    commons/proper/validator/trunk/pom.xml
    commons/proper/vfs/trunk/core/pom.xml
    commons/proper/vfs/trunk/examples/pom.xml
    commons/proper/vfs/trunk/pom.xml
    commons/proper/vfs/trunk/sandbox/pom.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-beanutils</groupId>
   <artifactId>commons-beanutils</artifactId>
   <version>1.8.0-SNAPSHOT</version>
@@ -237,6 +238,11 @@
     <properties>
         <maven.compile.source>1.3</maven.compile.source>
         <maven.compile.target>1.3</maven.compile.target>
+        <commons.componentid>beanutils</commons.componentid>
+        <commons.release.version>1.8.0-BETA</commons.release.version>
+        <commons.binary.suffix></commons.binary.suffix>
+        <commons.jira.id>BEANUTILS</commons.jira.id>
+        <commons.jira.pid>12310460</commons.jira.pid>
     </properties> 
 
     <reporting>

Modified: commons/proper/betwixt/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/betwixt/trunk/pom.xml (original)
+++ commons/proper/betwixt/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-betwixt</groupId>
   <artifactId>commons-betwixt</artifactId>
   <version>0.9-SNAPSHOT</version>
@@ -163,6 +164,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <properties>
+    <commons.componentid>betwixt</commons.componentid>
+    <commons.release.version>0.8</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>BETWIXT</commons.jira.id>
+    <commons.jira.pid>12310461</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/chain/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -21,9 +21,10 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>7</version>
+        <version>8</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <packaging>bundle</packaging>
     <groupId>commons-chain</groupId>
     <artifactId>commons-chain</artifactId>
     <version>1.2-SNAPSHOT</version>
@@ -85,6 +86,11 @@
     <properties>
         <maven.compile.source>1.3</maven.compile.source>
         <maven.compile.target>1.3</maven.compile.target>
+        <commons.componentid>chain</commons.componentid>
+        <commons.release.version>1.1</commons.release.version>
+        <commons.binary.suffix></commons.binary.suffix>
+        <commons.jira.id>CHAIN</commons.jira.id>
+        <commons.jira.pid>12310462</commons.jira.pid>
     </properties> 
   
     <build>

Modified: commons/proper/cli/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-cli</groupId>
   <artifactId>commons-cli</artifactId>
   <version>2.0-SNAPSHOT</version>
@@ -128,6 +129,15 @@
     </dependency>
 
   </dependencies>
+
+  <properties>
+    <commons.componentid>cli</commons.componentid>
+    <commons.osgibundle>org.apache.commons.cli2</commons.osgibundle>
+    <commons.release.version>1.1</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>CLI</commons.jira.id>
+    <commons.jira.pid>12310463</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/codec/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
   <version>1.4-SNAPSHOT</version>
@@ -154,6 +155,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <properties>
+    <commons.componentid>codec</commons.componentid>
+    <commons.release.version>1.3</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>CODEC</commons.jira.id>
+    <commons.jira.pid>12310464</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/collections/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-collections</groupId>
   <artifactId>commons-collections</artifactId>
   <version>3.3-SNAPSHOT</version>
@@ -376,6 +377,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <properties>
+    <commons.componentid>collections</commons.componentid>
+    <commons.release.version>3.2</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>COLLECTIONS</commons.jira.id>
+    <commons.jira.pid>12310465</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/configuration/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -25,9 +25,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
   <version>1.6-SNAPSHOT</version>
@@ -370,6 +371,14 @@
       <optional>true</optional>
     </dependency>
   </dependencies>
+
+  <properties>
+    <commons.componentid>configuration</commons.componentid>
+    <commons.release.version>1.5</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>CONFIGURATION</commons.jira.id>
+    <commons.jira.pid>12310467</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/daemon/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/daemon/trunk/pom.xml (original)
+++ commons/proper/daemon/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-daemon</groupId>
   <artifactId>commons-daemon</artifactId>
   <version>1.0.2-SNAPSHOT</version>
@@ -80,6 +81,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <properties>
+    <commons.componentid>daemon</commons.componentid>
+    <commons.release.version>1.0.1</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>DAEMON</commons.jira.id>
+    <commons.jira.pid>12310468</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/dbcp/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-dbcp</groupId>
   <artifactId>commons-dbcp</artifactId>
   <version>1.3-SNAPSHOT</version>
@@ -199,6 +200,11 @@
   <properties>
     <maven.compile.source>1.4</maven.compile.source>
     <maven.compile.target>1.4</maven.compile.target>
+    <commons.componentid>dbcp</commons.componentid>
+    <commons.release.version>1.2.2</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>DBCP</commons.jira.id>
+    <commons.jira.pid>12310469</commons.jira.pid>
   </properties> 
 
   <build>

Modified: commons/proper/dbutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml (original)
+++ commons/proper/dbutils/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-dbutils</groupId>
   <artifactId>commons-dbutils</artifactId>
   <version>1.2-SNAPSHOT</version>
@@ -171,6 +172,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <properties>
+    <commons.componentid>dbutils</commons.componentid>
+    <commons.release.version>1.1</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>DBUTILS</commons.jira.id>
+    <commons.jira.pid>12310470</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/digester/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -29,9 +29,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-digester</groupId>
   <artifactId>commons-digester</artifactId>
   <name>Commons Digester</name>
@@ -172,6 +173,14 @@
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/digester/trunk</developerConnection>
     <url>http://svn.apache.org/viewvc/commons/proper/digester/trunk</url>
   </scm>
+
+  <properties>
+    <commons.componentid>digester</commons.componentid>
+    <commons.release.version>1.8</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>DIGESTER</commons.jira.id>
+    <commons.jira.pid>12310471</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/discovery/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/discovery/trunk/pom.xml (original)
+++ commons/proper/discovery/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-discovery</groupId>
   <artifactId>commons-discovery</artifactId>
   <version>0.5-SNAPSHOT</version>
@@ -106,6 +107,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <properties>
+    <commons.componentid>discovery</commons.componentid>
+    <commons.release.version>0.4</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>DISCOVERY</commons.jira.id>
+    <commons.jira.pid>12310472</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/el/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/el/trunk/pom.xml (original)
+++ commons/proper/el/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,11 +22,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <name>Commons EL</name>
+  <packaging>bundle</packaging>
   <groupId>commons-el</groupId>
   <artifactId>commons-el</artifactId>
   <version>1.0.1-SNAPSHOT</version>
@@ -106,6 +107,11 @@
   <properties>
     <maven.compile.source>1.4</maven.compile.source>
     <maven.compile.target>1.4</maven.compile.target>
+    <commons.componentid>el</commons.componentid>
+    <commons.release.version>1.0</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>EL</commons.jira.id>
+    <commons.jira.pid>12310473</commons.jira.pid>
   </properties> 
 
   <build>

Modified: commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>7</version>
+        <version>8</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <packaging>bundle</packaging>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-email</artifactId>
     <version>1.2-SNAPSHOT</version>
@@ -249,6 +250,11 @@
     <properties>
         <maven.compile.source>1.4</maven.compile.source>
         <maven.compile.target>1.4</maven.compile.target>
+        <commons.componentid>email</commons.componentid>
+        <commons.release.version>1.1</commons.release.version>
+        <commons.binary.suffix>-bin</commons.binary.suffix>
+        <commons.jira.id>EMAIL</commons.jira.id>
+        <commons.jira.pid>12310474</commons.jira.pid>
     </properties> 
 
     <build>

Modified: commons/proper/fileupload/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/pom.xml (original)
+++ commons/proper/fileupload/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>org.apache.commons.fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
   <version>1.2.2-SNAPSHOT</version>
@@ -130,12 +131,32 @@
   <properties>
     <maven.compile.source>1.3</maven.compile.source>
     <maven.compile.target>1.3</maven.compile.target>
+    <commons.componentid>fileupload</commons.componentid>
+    <commons.release.version>1.2.1</commons.release.version>
+    <commons.binary.suffix>-bin</commons.binary.suffix>
+    <commons.jira.id>FILEUPLOAD</commons.jira.id>
+    <commons.jira.pid>12310476</commons.jira.pid>
   </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>
     <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <excludeDependencies>true</excludeDependencies>
+            <instructions>
+              <!--
+                produced WARNING: "Warning building bundle ... Did not find 
matching referal for !javax.portlet
+              -->
+              <Import-Package>!javax.portlet,*</Import-Package>
+              <DynamicImport-Package>javax.portlet</DynamicImport-Package>
+            </instructions>
+          </configuration>
+        </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>

Modified: commons/proper/io/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -19,9 +19,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
   <version>1.5-SNAPSHOT</version>
@@ -210,6 +211,11 @@
   <properties>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
+    <commons.componentid>io</commons.componentid>
+    <commons.release.version>1.4</commons.release.version>
+    <commons.binary.suffix>-bin</commons.binary.suffix>
+    <commons.jira.id>IO</commons.jira.id>
+    <commons.jira.pid>12310477</commons.jira.pid>
   </properties> 
 
   <build>
@@ -242,40 +248,6 @@
             <descriptor>src/main/assembly/src.xml</descriptor>
           </descriptors>
           <tarLongFileMode>gnu</tarLongFileMode>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <!--
-                 Configure OSGi bundle information
-                 (remove when maven bundle plugin is added to commons-parent 
pom)
-             -->
-            <manifestEntries>
-              <Bundle-SymbolicName>org.apache.commons.io</Bundle-SymbolicName>
-              
<Bundle-License>http://www.apache.org/licenses/LICENSE-2.0.txt</Bundle-License>
-              <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
-              <Bundle-Name>Apache Commons IO Bundle</Bundle-Name>
-              <Bundle-Vendor>${project.organization.name}</Bundle-Vendor>
-              <Bundle-Version>${project.version}</Bundle-Version>
-              <Export-Package>
-org.apache.commons.io;version=${project.version},
-org.apache.commons.io.comparator;version=${project.version},
-org.apache.commons.io.filefilter;version=${project.version},
-org.apache.commons.io.input;version=${project.version},
-org.apache.commons.io.output;version=${project.version}
-              </Export-Package>
-              <Import-Package>
-org.apache.commons.io;version=${project.version},
-org.apache.commons.io.comparator;version=${project.version},
-org.apache.commons.io.filefilter;version=${project.version},
-org.apache.commons.io.input;version=${project.version},
-org.apache.commons.io.output;version=${project.version}
-              </Import-Package>
-            </manifestEntries>
-          </archive>
         </configuration>
       </plugin>
     </plugins>

Modified: commons/proper/jci/trunk/compilers/eclipse/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/eclipse/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/eclipse/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/eclipse/pom.xml Sun Mar  2 11:37:56 2008
@@ -23,7 +23,7 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>jar</packaging>
+    <packaging>bundle</packaging>
     <artifactId>commons-jci-eclipse</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>compiler-eclipse</name>
@@ -55,4 +55,7 @@
             <version>3.2.0.658</version>
         </dependency>
     </dependencies>
+    <properties>
+        <commons.componentid>jci-eclipse</commons.componentid>
+    </properties> 
 </project>

Modified: commons/proper/jci/trunk/compilers/groovy/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/groovy/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/groovy/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/groovy/pom.xml Sun Mar  2 11:37:56 2008
@@ -23,7 +23,7 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>jar</packaging>
+    <packaging>bundle</packaging>
     <artifactId>commons-jci-groovy</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>compiler-groovy</name>
@@ -55,4 +55,7 @@
             <version>1.0-jsr-03</version>
         </dependency>
     </dependencies>
+    <properties>
+        <commons.componentid>jci-groovy</commons.componentid>
+    </properties> 
 </project>

Modified: commons/proper/jci/trunk/compilers/janino/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/janino/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/janino/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/janino/pom.xml Sun Mar  2 11:37:56 2008
@@ -23,7 +23,7 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>jar</packaging>
+    <packaging>bundle</packaging>
     <artifactId>commons-jci-janino</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>compiler-janino</name>
@@ -55,4 +55,7 @@
             <version>2.5.10</version>
         </dependency>
     </dependencies>
+    <properties>
+        <commons.componentid>jci-janino</commons.componentid>
+    </properties> 
 </project>

Modified: commons/proper/jci/trunk/compilers/javac/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/javac/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/javac/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/javac/pom.xml Sun Mar  2 11:37:56 2008
@@ -23,7 +23,7 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>jar</packaging>
+    <packaging>bundle</packaging>
     <artifactId>commons-jci-javac</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>compiler-javac</name>
@@ -55,4 +55,7 @@
             <version>0.2</version>
         </dependency>
     </dependencies>
+    <properties>
+        <commons.componentid>jci-javac</commons.componentid>
+    </properties> 
 </project>

Modified: commons/proper/jci/trunk/compilers/jsr199/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/jsr199/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/jsr199/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/jsr199/pom.xml Sun Mar  2 11:37:56 2008
@@ -23,7 +23,7 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>jar</packaging>
+    <packaging>bundle</packaging>
     <artifactId>commons-jci-jsr166</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>compiler-jsr166</name>
@@ -54,6 +54,7 @@
     <properties>
         <maven.compile.source>1.6</maven.compile.source>
         <maven.compile.target>1.6</maven.compile.target>
+        <commons.componentid>jci-jsr166</commons.componentid>
     </properties>
 
 </project>

Modified: commons/proper/jci/trunk/compilers/rhino/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/rhino/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/rhino/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/rhino/pom.xml Sun Mar  2 11:37:56 2008
@@ -23,7 +23,7 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>jar</packaging>
+    <packaging>bundle</packaging>
     <artifactId>commons-jci-rhino</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>compiler-rhino</name>
@@ -55,4 +55,7 @@
             <version>1.6R5</version>
         </dependency>
     </dependencies>
+    <properties>
+        <commons.componentid>jci-rhino</commons.componentid>
+    </properties>
 </project>

Modified: commons/proper/jci/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/core/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/jci/trunk/core/pom.xml (original)
+++ commons/proper/jci/trunk/core/pom.xml Sun Mar  2 11:37:56 2008
@@ -23,7 +23,7 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>jar</packaging>
+    <packaging>bundle</packaging>
     <artifactId>commons-jci-core</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>core</name>
@@ -65,6 +65,9 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+    <properties>
+        <commons.componentid>jci-core</commons.componentid>
+    </properties>
     <build>
         <plugins>
             <plugin>

Modified: commons/proper/jci/trunk/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/examples/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/jci/trunk/examples/pom.xml (original)
+++ commons/proper/jci/trunk/examples/pom.xml Sun Mar  2 11:37:56 2008
@@ -23,7 +23,7 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>jar</packaging>
+    <packaging>bundle</packaging>
     <artifactId>commons-jci-examples</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>examples</name>
@@ -55,6 +55,9 @@
             <version>2.4</version>
         </dependency>
     </dependencies>
+    <properties>
+        <commons.componentid>jci-examples</commons.componentid>
+    </properties>
     <build>
         <plugins>
             <plugin>

Modified: commons/proper/jci/trunk/fam/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/fam/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/jci/trunk/fam/pom.xml (original)
+++ commons/proper/jci/trunk/fam/pom.xml Sun Mar  2 11:37:56 2008
@@ -23,7 +23,7 @@
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
     </parent>
-    <packaging>jar</packaging>
+    <packaging>bundle</packaging>
     <artifactId>commons-jci-fam</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>fam</name>
@@ -55,4 +55,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+    <properties>
+        <commons.componentid>jci-fam</commons.componentid>
+    </properties>
 </project>

Modified: commons/proper/jci/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>7</version>
+        <version>8</version>
     </parent>
     <packaging>pom</packaging>
     <groupId>org.apache.commons</groupId>
@@ -276,6 +276,11 @@
         <gpg.useAgent>true</gpg.useAgent>
         <maven.compile.source>1.4</maven.compile.source>
         <maven.compile.target>1.4</maven.compile.target>
+        <commons.componentid>jci</commons.componentid>
+        <commons.release.version>1.0</commons.release.version>
+        <commons.binary.suffix>-bin</commons.binary.suffix>
+        <commons.jira.id>JCI</commons.jira.id>
+        <commons.jira.pid>12310650</commons.jira.pid>
         <commons.deployment.protocol>scpexe</commons.deployment.protocol>
         <release.tag>1.1-RC1</release.tag>
     </properties>

Modified: commons/proper/jexl/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-jexl</groupId>
   <artifactId>commons-jexl</artifactId>
   <version>1.1.1-SNAPSHOT</version>
@@ -100,6 +101,11 @@
   <properties>
     <maven.compile.source>1.4</maven.compile.source>
     <maven.compile.target>1.4</maven.compile.target>
+    <commons.componentid>jexl</commons.componentid>
+    <commons.release.version>1.1</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>JEXL</commons.jira.id>
+    <commons.jira.pid>12310479</commons.jira.pid>
   </properties> 
 
   <build>

Modified: commons/proper/jxpath/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-jxpath</groupId>
   <artifactId>commons-jxpath</artifactId>
   <name>Commons JXPath</name>
@@ -71,6 +72,15 @@
     <name>The Apache Software Foundation</name>
     <url>http://commons.apache.org/</url>
   </organization>
+
+  <properties>
+    <commons.componentid>jxpath</commons.componentid>
+    <commons.release.version>1.2</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>JXPATH</commons.jira.id>
+    <commons.jira.pid>12310480</commons.jira.pid>
+  </properties> 
+
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>

Modified: commons/proper/lang/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-lang</groupId>
   <artifactId>commons-lang</artifactId>
   <version>2.4-SNAPSHOT</version>
@@ -368,6 +369,11 @@
   <properties>
     <maven.compile.source>1.3</maven.compile.source>
     <maven.compile.target>1.1</maven.compile.target>
+    <commons.componentid>lang</commons.componentid>
+    <commons.release.version>2.3</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>LANG</commons.jira.id>
+    <commons.jira.pid>12310481</commons.jira.pid>
   </properties> 
 
 

Modified: commons/proper/launcher/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/launcher/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/launcher/trunk/pom.xml (original)
+++ commons/proper/launcher/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-launcher</groupId>
   <artifactId>commons-launcher</artifactId>
   <version>1.2-SNAPSHOT</version>
@@ -95,6 +96,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <properties>
+    <commons.componentid>launcher</commons.componentid>
+    <commons.release.version>1.1</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>LAUNCHER</commons.jira.id>
+    <commons.jira.pid>12310483</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/logging/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-logging</groupId>
@@ -519,5 +519,10 @@
   <properties>
     <maven.compile.source>1.2</maven.compile.source>
     <maven.compile.target>1.1</maven.compile.target>
+    <commons.componentid>logging</commons.componentid>
+    <commons.release.version>1.1.1</commons.release.version>
+    <commons.binary.suffix>-bin</commons.binary.suffix>
+    <commons.jira.id>LOGGING</commons.jira.id>
+    <commons.jira.pid>12310484</commons.jira.pid>
   </properties>
-</project>
\ No newline at end of file
+</project>

Modified: commons/proper/math/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-math</groupId>
   <artifactId>commons-math</artifactId>
   <version>1.2-RC2</version>
@@ -183,6 +184,15 @@
       <optional>true</optional>
      </dependency>
    </dependencies>
+
+  <properties>
+    <commons.componentid>math</commons.componentid>
+    <commons.release.version>1.2</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>MATH</commons.jira.id>
+    <commons.jira.pid>12310485</commons.jira.pid>
+  </properties> 
+
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>

Modified: commons/proper/modeler/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/modeler/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/modeler/trunk/pom.xml (original)
+++ commons/proper/modeler/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-modeler</groupId>
   <artifactId>commons-modeler</artifactId>
   <version>2.1-SNAPSHOT</version>
@@ -120,6 +121,14 @@
       <optional>true</optional>
     </dependency>
   </dependencies>
+
+  <properties>
+    <commons.componentid>modeler</commons.componentid>
+    <commons.release.version>2.0.1</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>MODELER</commons.jira.id>
+    <commons.jira.pid>12310486</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/net/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>7</version>
+        <version>8</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <packaging>bundle</packaging>
     <groupId>commons-net</groupId>
     <artifactId>commons-net</artifactId>
     <version>1.5.0-SNAPSHOT</version>
@@ -116,6 +117,14 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
+    <properties>
+        <commons.componentid>net</commons.componentid>
+        <commons.release.version>1.4.1</commons.release.version>
+        <commons.binary.suffix></commons.binary.suffix>
+        <commons.jira.id>NET</commons.jira.id>
+        <commons.jira.pid>12310487</commons.jira.pid>
+    </properties> 
 
     <build>
         <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/pool/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-pool</groupId>
   <artifactId>commons-pool</artifactId>
   <version>1.5-SNAPSHOT</version>
@@ -121,6 +122,11 @@
   <properties>
     <maven.compile.source>1.3</maven.compile.source>
     <maven.compile.target>1.3</maven.compile.target>
+    <commons.componentid>pool</commons.componentid>
+    <commons.release.version>1.4</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>POOL</commons.jira.id>
+    <commons.jira.pid>12310488</commons.jira.pid>
   </properties> 
 
   <build>

Modified: commons/proper/primitives/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/primitives/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/primitives/trunk/pom.xml (original)
+++ commons/proper/primitives/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-primitives</groupId>
   <artifactId>commons-primitives</artifactId>
   <version>1.1-SNAPSHOT</version>
@@ -95,6 +96,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <properties>
+    <commons.componentid>primitives</commons.componentid>
+    <commons.release.version>1.0</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>PRIMITIVES</commons.jira.id>
+    <commons.jira.pid>12310489</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/proxy/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>7</version>
+        <version>8</version>
     </parent>
     <artifactId>commons-proxy</artifactId>
     <version>1.1-SNAPSHOT</version>
@@ -123,20 +123,6 @@
                     <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.2.1</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <excludeDependencies>true</excludeDependencies>
-                    <instructions>
-                        <_nouses>true</_nouses>
-                        
<Bundle-SymbolicName>org.apache.commons.proxy</Bundle-SymbolicName>
-                        
<Export-Package>org.apache.commons.*;version=${pom.version}</Export-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 
@@ -268,6 +254,11 @@
     <properties>
         <maven.compile.source>1.4</maven.compile.source>
         <maven.compile.target>1.4</maven.compile.target>
+        <commons.componentid>proxy</commons.componentid>
+        <commons.release.version>1.0</commons.release.version>
+        <commons.binary.suffix></commons.binary.suffix>
+        <commons.jira.id>PROXY</commons.jira.id>
+        <commons.jira.pid>12310731</commons.jira.pid>
         <releaseManager>${user.name}</releaseManager>
     </properties>
 

Modified: commons/proper/scxml/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,10 +22,11 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <name>Commons SCXML</name>
   <groupId>commons-scxml</groupId>
   <artifactId>commons-scxml</artifactId>
@@ -165,6 +166,11 @@
   <properties>
     <maven.compile.source>1.4</maven.compile.source>
     <maven.compile.target>1.4</maven.compile.target>
+    <commons.componentid>scxml</commons.componentid>
+    <commons.release.version>0.7</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>SCXML</commons.jira.id>
+    <commons.jira.pid>12310492</commons.jira.pid>
   </properties> 
 
   <build>

Modified: commons/proper/transaction/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/transaction/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/transaction/trunk/pom.xml (original)
+++ commons/proper/transaction/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
   <groupId>commons-transaction</groupId>
   <artifactId>commons-transaction</artifactId>
   <version>1.3-SNAPSHOT</version>
@@ -167,6 +168,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <properties>
+    <commons.componentid>transaction</commons.componentid>
+    <commons.release.version>1.2</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>TRANSACTION</commons.jira.id>
+    <commons.jira.pid>12310493</commons.jira.pid>
+  </properties> 
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>

Modified: commons/proper/validator/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,9 +22,10 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>7</version>
+        <version>8</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
+    <packaging>bundle</packaging>
     <groupId>commons-validator</groupId>
     <artifactId>commons-validator</artifactId>
     <version>1.4-SNAPSHOT</version>
@@ -114,6 +115,11 @@
     <properties>
         <maven.compile.source>1.4</maven.compile.source>
         <maven.compile.target>1.4</maven.compile.target>
+        <commons.componentid>validator</commons.componentid>
+        <commons.release.version>1.3.1</commons.release.version>
+        <commons.binary.suffix></commons.binary.suffix>
+        <commons.jira.id>VALIDATOR</commons.jira.id>
+        <commons.jira.pid>12310494</commons.jira.pid>
     </properties> 
 
     <build>

Modified: commons/proper/vfs/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Sun Mar  2 11:37:56 2008
@@ -21,7 +21,7 @@
                 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
        <modelVersion>4.0.0</modelVersion>
-       <packaging>jar</packaging>
+       <packaging>bundle</packaging>
 
        <name>core</name>
        <groupId>org.apache.commons</groupId>

Modified: commons/proper/vfs/trunk/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/examples/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/vfs/trunk/examples/pom.xml (original)
+++ commons/proper/vfs/trunk/examples/pom.xml Sun Mar  2 11:37:56 2008
@@ -21,7 +21,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
   <modelVersion>4.0.0</modelVersion>
-  <packaging>jar</packaging>
+  <packaging>bundle</packaging>
 
   <name>examples</name>
   <groupId>org.apache.commons</groupId>
@@ -98,6 +98,10 @@
     </dependency>
 
   </dependencies>
+
+  <properties>
+    <commons.componentid>vfs-examples</commons.componentid>
+  </properties> 
 
   <build>
     <plugins>

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sun Mar  2 11:37:56 2008
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -94,6 +94,26 @@
       <email>xknight -at- users.sourceforge.net</email>
     </contributor>
   </contributors>
+
+  <properties>
+    <commons.componentid>vfs</commons.componentid>
+    <commons.release.version>1.0</commons.release.version>
+    <commons.binary.suffix></commons.binary.suffix>
+    <commons.jira.id>VFS</commons.jira.id>
+    <commons.jira.pid>12310495</commons.jira.pid>
+  </properties> 
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-build-plugin</artifactId>
+        <configuration>
+            
<commons.release.name>commons-${commons.componentid}-${commons.release.version}</commons.release.name>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
   <repositories>
     <repository>

Modified: commons/proper/vfs/trunk/sandbox/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/pom.xml?rev=632815&r1=632814&r2=632815&view=diff
==============================================================================
--- commons/proper/vfs/trunk/sandbox/pom.xml (original)
+++ commons/proper/vfs/trunk/sandbox/pom.xml Sun Mar  2 11:37:56 2008
@@ -21,7 +21,7 @@
                 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
        <modelVersion>4.0.0</modelVersion>
-       <packaging>jar</packaging>
+       <packaging>bundle</packaging>
 
        <name>sandbox</name>
        <groupId>org.apache.commons</groupId>
@@ -98,6 +98,10 @@
                        <scope>test</scope>
                </dependency>
        </dependencies>
+
+       <properties>
+               <commons.componentid>vfs-sandbox</commons.componentid>
+       </properties> 
 
        <build>
                <resources>


Reply via email to