[jboss-svn-commits] JBL Code SVN: r31608 - in labs/jbossrules/trunk: bundle-repository and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 12 08:53:49 EST 2010


Author: mark.proctor at jboss.com
Date: 2010-02-12 08:53:49 -0500 (Fri, 12 Feb 2010)
New Revision: 31608

Modified:
   labs/jbossrules/trunk/bundle-repository/org.drools.osgi.test/pom.xml
   labs/jbossrules/trunk/bundle-repository/pom.xml
   labs/jbossrules/trunk/pom.xml
Log:
JBRULES-2351 OSGi Ready 
-renamed budles-repository to osgi-bundles

Modified: labs/jbossrules/trunk/bundle-repository/org.drools.osgi.test/pom.xml
===================================================================
--- labs/jbossrules/trunk/bundle-repository/org.drools.osgi.test/pom.xml	2010-02-12 13:48:18 UTC (rev 31607)
+++ labs/jbossrules/trunk/bundle-repository/org.drools.osgi.test/pom.xml	2010-02-12 13:53:49 UTC (rev 31608)
@@ -2,7 +2,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <parent>
-      <artifactId>bundle-repository</artifactId>
+      <artifactId>osgi-bundles</artifactId>
       <groupId>org.drools</groupId>
       <version>5.1.0.SNAPSHOT</version>
    </parent>

Modified: labs/jbossrules/trunk/bundle-repository/pom.xml
===================================================================
--- labs/jbossrules/trunk/bundle-repository/pom.xml	2010-02-12 13:48:18 UTC (rev 31607)
+++ labs/jbossrules/trunk/bundle-repository/pom.xml	2010-02-12 13:53:49 UTC (rev 31608)
@@ -7,9 +7,9 @@
       <version>5.1.0.SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
-   <artifactId>bundle-repository</artifactId>
+   <artifactId>osgi-bundles</artifactId>
    <packaging>pom</packaging>
-   <name>Drools :: Bundle Repository</name>
+   <name>Drools :: OSGi bundles</name>
    <!--repositories>
     <repository>  
       <id>com.springsource.repository.bundles.release</id>  

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2010-02-12 13:48:18 UTC (rev 31607)
+++ labs/jbossrules/trunk/pom.xml	2010-02-12 13:53:49 UTC (rev 31608)
@@ -324,7 +324,7 @@
             <activeByDefault>true</activeByDefault>
          </activation>
          <modules>
-            <!--module>bundle-repository</module-->
+            <module>osgi-bundles</module>
             <module>drools-api</module>
             <module>drools-core</module>
             <module>drools-compiler</module>



More information about the jboss-svn-commits mailing list