[jboss-cvs] jboss-seam/build/embedded ...

Peter Muir peter at bleepbleep.org.uk
Thu Dec 6 08:06:35 EST 2007


  User: pmuir   
  Date: 07/12/06 08:06:35

  Modified:    build/embedded    jboss-embedded.pom.xml
                        hibernate-all.pom.xml thirdparty-all.pom.xml
  Log:
  Seam specific build of embedded that incorporates hsearch and restores name to jboss-embedded-api.jar for Tools compatibility
  
  Revision  Changes    Path
  1.2       +3 -3      jboss-seam/build/embedded/jboss-embedded.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-embedded.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/embedded/jboss-embedded.pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss-embedded.pom.xml	5 Dec 2007 16:37:16 -0000	1.1
  +++ jboss-embedded.pom.xml	6 Dec 2007 13:06:35 -0000	1.2
  @@ -3,10 +3,10 @@
   	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">
     <modelVersion>4.0.0</modelVersion>
  -  <groupId>org.jboss.embedded</groupId>
  -  <artifactId>jboss-embedded</artifactId>
  +  <groupId>org.jboss..seam.embedded</groupId>
  +  <artifactId>jboss-embedded-api</artifactId>
     <version>beta3-SNAPSHOT</version>
  -  <description>This jar has the org.jboss.embedded packages split out from jboss-embedded-all.</description>
  +  <description>This jar has the org.jboss.embedded packages split out from jboss-embedded-all. This Seam specific version simply keeps the old jboss-embedded-api name for tooling compatibility</description>
     
     <dependencies>
       <dependency>
  
  
  
  1.3       +2 -2      jboss-seam/build/embedded/hibernate-all.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate-all.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/embedded/hibernate-all.pom.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- hibernate-all.pom.xml	5 Dec 2007 16:37:16 -0000	1.2
  +++ hibernate-all.pom.xml	6 Dec 2007 13:06:35 -0000	1.3
  @@ -3,9 +3,9 @@
   	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">
     <modelVersion>4.0.0</modelVersion>
  -  <groupId>org.jboss.embedded</groupId>
  +  <groupId>org.jboss.seam.embedded</groupId>
     <artifactId>hibernate-all</artifactId>
     <version>beta3-SNAPSHOT</version>
     <description>The hibernate-all.jar distributed with JBoss Embedded.  This contains Hibernate
  -  for running in an EJB3 enviroment.</description>
  +  for running in an EJB3 enviroment (Hibernate, Hibernate Annotations, Hibernate EntityManager, Hibernate Validator, Hibernate Commons Annotations) and Hibernate Search (specific to this seam version of hibernate-all)</description>
   </project>
  
  
  
  1.3       +3 -2      jboss-seam/build/embedded/thirdparty-all.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: thirdparty-all.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/embedded/thirdparty-all.pom.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- thirdparty-all.pom.xml	5 Dec 2007 16:37:16 -0000	1.2
  +++ thirdparty-all.pom.xml	6 Dec 2007 13:06:35 -0000	1.3
  @@ -3,9 +3,10 @@
   	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">
     <modelVersion>4.0.0</modelVersion>
  -  <groupId>org.jboss.embedded</groupId>
  +  <groupId>org.jboss.seam.embedded</groupId>
     <artifactId>thirdparty-all</artifactId>
     <version>beta3-SNAPSHOT</version>
     <description>The thirdparty-all.jar distributed with JBoss Embedded.  This contains thirdparty
  -  dependencies distributed with JBoss AS.</description>
  +  dependencies distributed with JBoss AS. This Seam version also includes lucene, a dependency
  +  of hibernate search</description>
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list