You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/11/29 14:17:05 UTC

svn commit: r1040103 - in /servicemix/smx4/bundles/trunk: guice-2.0/ guice-2.0/pom.xml guiceyfruit-2.0/pom.xml pom.xml

Author: jbonofre
Date: Mon Nov 29 13:17:04 2010
New Revision: 1040103

URL: http://svn.apache.org/viewvc?rev=1040103&view=rev
Log:
Rename guiceyfruit bundle to guice bundle.

Added:
    servicemix/smx4/bundles/trunk/guice-2.0/
    servicemix/smx4/bundles/trunk/guice-2.0/pom.xml
      - copied, changed from r1040027, servicemix/smx4/bundles/trunk/guiceyfruit-2.0/pom.xml
Removed:
    servicemix/smx4/bundles/trunk/guiceyfruit-2.0/pom.xml
Modified:
    servicemix/smx4/bundles/trunk/pom.xml

Copied: servicemix/smx4/bundles/trunk/guice-2.0/pom.xml (from r1040027, servicemix/smx4/bundles/trunk/guiceyfruit-2.0/pom.xml)
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/guice-2.0/pom.xml?p2=servicemix/smx4/bundles/trunk/guice-2.0/pom.xml&p1=servicemix/smx4/bundles/trunk/guiceyfruit-2.0/pom.xml&r1=1040027&r2=1040103&rev=1040103&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/guiceyfruit-2.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/guice-2.0/pom.xml Mon Nov 29 13:17:04 2010
@@ -29,7 +29,7 @@
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.guiceyfruit</artifactId>
+    <artifactId>org.apache.servicemix.bundles.guice</artifactId>
     <version>2.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
@@ -39,7 +39,7 @@
 
     <properties>
         <pkgGroupId>org.guiceyfruit</pkgGroupId>
-        <pkgArtifactId>guiceyfruit</pkgArtifactId>
+        <pkgArtifactId>guice</pkgArtifactId>
         <pkgVersion>2.0</pkgVersion>
         <servicemix.osgi.export>
             org.guiceyfruit*;version=${pkgVersion};-split-package:=merge-first,

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1040103&r1=1040102&r2=1040103&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Mon Nov 29 13:17:04 2010
@@ -60,7 +60,7 @@
       <module>mongodb-2.3</module>
       <module>ehcache-1.6.2</module>
       <module>castor-1.3.1</module>
-      <module>guiceyfruit-2.0</module>
+      <module>guice-2.0</module>
     </modules>
 
 </project>