You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/07/24 17:14:20 UTC

svn commit: r797519 - in /excalibur/trunk/components/thread: api/pom.xml impl/pom.xml instrumented/pom.xml

Author: rdonkin
Date: Fri Jul 24 15:14:19 2009
New Revision: 797519

URL: http://svn.apache.org/viewvc?rev=797519&view=rev
Log:
EXLBR-52 Vanilla bundle. Note that impl and instrumented are all in the same package. That'll probably need to be sorted out... https://issues.apache.org/jira/browse/EXLBR-52

Modified:
    excalibur/trunk/components/thread/api/pom.xml
    excalibur/trunk/components/thread/impl/pom.xml
    excalibur/trunk/components/thread/instrumented/pom.xml

Modified: excalibur/trunk/components/thread/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/pom.xml?rev=797519&r1=797518&r2=797519&view=diff
==============================================================================
--- excalibur/trunk/components/thread/api/pom.xml (original)
+++ excalibur/trunk/components/thread/api/pom.xml Fri Jul 24 15:14:19 2009
@@ -26,6 +26,7 @@
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-api</artifactId>
   <version>${version.excalibur.component}</version>
+  <packaging>bundle</packaging>
   <name>Excalibur Threads API</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads API</description>
@@ -35,7 +36,14 @@
       <artifactId>avalon-framework-api</artifactId>
     </dependency>
   </dependencies>
-  <build/>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/thread/api</connection>
     <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/thread/api</url>

Modified: excalibur/trunk/components/thread/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/pom.xml?rev=797519&r1=797518&r2=797519&view=diff
==============================================================================
--- excalibur/trunk/components/thread/impl/pom.xml (original)
+++ excalibur/trunk/components/thread/impl/pom.xml Fri Jul 24 15:14:19 2009
@@ -26,6 +26,7 @@
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-impl</artifactId>
   <version>${version.excalibur.component}</version>
+  <packaging>bundle</packaging>
   <name>Excalibur Threads Implementation</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads Implementation</description>
@@ -62,6 +63,10 @@
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+      </plugin>
     </plugins>
   </build>
   <scm>

Modified: excalibur/trunk/components/thread/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/instrumented/pom.xml?rev=797519&r1=797518&r2=797519&view=diff
==============================================================================
--- excalibur/trunk/components/thread/instrumented/pom.xml (original)
+++ excalibur/trunk/components/thread/instrumented/pom.xml Fri Jul 24 15:14:19 2009
@@ -26,6 +26,7 @@
   <groupId>org.apache.excalibur.components</groupId>
   <artifactId>excalibur-thread-instrumented</artifactId>
   <version>${version.excalibur.component}</version>
+  <packaging>bundle</packaging>
   <name>Excalibur Threads Instrumented Implementation</name>
   <inceptionYear>2001</inceptionYear>
   <description>Excalibur Threads Instrumented Implementation</description>
@@ -59,7 +60,14 @@
       <artifactId>excalibur-pool-instrumented</artifactId>
     </dependency>
   </dependencies>
-  <build/>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/thread/instrumented</connection>
     <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/thread/instrumented</url>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org