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

Peter Muir peter at bleepbleep.org.uk
Thu Dec 6 19:15:56 EST 2007


  User: pmuir   
  Date: 07/12/06 19:15:56

  Added:       build/embedded/shaded     thirdparty-all.pom.xml
                        jboss-embedded-all.pom.xml hibernate-all.pom.xml
                        jboss-embedded.pom.xml
  Log:
  Reorg embedded stuff
  
  Revision  Changes    Path
  1.1      date: 2007/12/07 00:15:56;  author: pmuir;  state: Exp;jboss-seam/build/embedded/shaded/thirdparty-all.pom.xml
  
  Index: thirdparty-all.pom.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <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">
    <modelVersion>4.0.0</modelVersion>
    <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. This Seam version also includes lucene, a dependency
    of hibernate search</description>
  </project>
  
  
  
  1.1      date: 2007/12/07 00:15:56;  author: pmuir;  state: Exp;jboss-seam/build/embedded/shaded/jboss-embedded-all.pom.xml
  
  Index: jboss-embedded-all.pom.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <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">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.seam.embedded</groupId>
    <artifactId>jboss-embedded-all</artifactId>
    <version>beta3-SNAPSHOT</version>
    <description>The jboss-embedded-all.jar distributed with JBoss Embedded.  This contains all depdencies
    from JBoss AS that originate in JBoss.  This jar has has the org.jboss.embedded packages split out.</description>
    
    <dependencies>
    	<dependency>
    		<groupId>org.jboss.seam.embedded</groupId>
    		<artifactId>jboss-embedded-api</artifactId>
    		<version>beta3-SNAPSHOT</version>
          <exclusions>
            <exclusion></exclusion>
          </exclusions>
    	</dependency>
    </dependencies>
  </project>
  
  
  
  1.1      date: 2007/12/07 00:15:56;  author: pmuir;  state: Exp;jboss-seam/build/embedded/shaded/hibernate-all.pom.xml
  
  Index: hibernate-all.pom.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <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">
    <modelVersion>4.0.0</modelVersion>
    <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 (Hibernate, Hibernate Annotations, Hibernate EntityManager, Hibernate Validator, Hibernate Commons Annotations) and Hibernate Search (specific to this seam version of hibernate-all)</description>
  </project>
  
  
  
  1.1      date: 2007/12/07 00:15:56;  author: pmuir;  state: Exp;jboss-seam/build/embedded/shaded/jboss-embedded.pom.xml
  
  Index: jboss-embedded.pom.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <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">
    <modelVersion>4.0.0</modelVersion>
    <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. This Seam specific version simply keeps the old jboss-embedded-api name for tooling compatibility</description>
    
    <dependencies>
      <dependency>
        <groupId>org.jboss.microcontainer</groupId>
        <artifactId>jboss-deployers-client-spi</artifactId>
        <version>2.0.0.Beta6</version>
        <exclusions>
          <exclusion>
            <groupId>org.jboss.microcontainer</groupId>
            <artifactId>jboss-managed</artifactId>
          </exclusion>
          <exclusion>
            <groupId>org.jboss</groupId>
            <artifactId>jboss-common-core</artifactId>
          </exclusion>
        </exclusions>
      </dependency>
    </dependencies>
  </project>
  
  
  



More information about the jboss-cvs-commits mailing list