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

Peter Muir peter at bleepbleep.org.uk
Thu Sep 20 14:36:03 EDT 2007


  User: pmuir   
  Date: 07/09/20 14:36:03

  Modified:    build              gen.pom.xml mail.pom.xml ioc.pom.xml
                        debug.pom.xml pdf.pom.xml core.pom.xml build.xml
                        remoting.pom.xml ui.pom.xml
  Added:       build              utilities.build.xml common.build.xml
                        root.pom.xml
  Removed:     build              utilities.xml
  Log:
  Dependency management
  
  Revision  Changes    Path
  1.4       +2 -2      jboss-seam/build/gen.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gen.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/gen.pom.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- gen.pom.xml	17 Aug 2007 14:03:01 -0000	1.3
  +++ gen.pom.xml	20 Sep 2007 18:36:02 -0000	1.4
  @@ -7,7 +7,7 @@
   	<artifactId>jboss-seam-gen</artifactId>
   	<parent>
   		<groupId>org.jboss.seam</groupId>
  -		<artifactId>jboss-seam</artifactId>
  +		<artifactId>root</artifactId>
   		<version>@seam.version@</version>
   	</parent>
   
  @@ -15,7 +15,7 @@
   
   		<dependency>
   			<groupId>org.jboss.seam</groupId>
  -			<artifactId>jboss-seam-core</artifactId>
  +			<artifactId>jboss-seam</artifactId>
   		</dependency>
   		
   	</dependencies>
  
  
  
  1.4       +2 -2      jboss-seam/build/mail.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mail.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/mail.pom.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- mail.pom.xml	17 Aug 2007 14:03:01 -0000	1.3
  +++ mail.pom.xml	20 Sep 2007 18:36:02 -0000	1.4
  @@ -7,7 +7,7 @@
   	<artifactId>jboss-seam-mail</artifactId>
   	<parent>
   		<groupId>org.jboss.seam</groupId>
  -		<artifactId>jboss-seam</artifactId>
  +		<artifactId>root</artifactId>
   		<version>@seam.version@</version>
   	</parent>
   
  @@ -15,7 +15,7 @@
   
   		<dependency>
   			<groupId>org.jboss.seam</groupId>
  -			<artifactId>jboss-seam-core</artifactId>
  +			<artifactId>jboss-seam</artifactId>
   		</dependency>
   
   		<dependency>
  
  
  
  1.4       +6 -2      jboss-seam/build/ioc.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ioc.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ioc.pom.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ioc.pom.xml	17 Aug 2007 14:03:01 -0000	1.3
  +++ ioc.pom.xml	20 Sep 2007 18:36:02 -0000	1.4
  @@ -7,7 +7,7 @@
   	<artifactId>jboss-seam-ioc</artifactId>
   	<parent>
   		<groupId>org.jboss.seam</groupId>
  -		<artifactId>jboss-seam</artifactId>
  +		<artifactId>root</artifactId>
   		<version>@seam.version@</version>
   	</parent>
   
  @@ -31,7 +31,7 @@
   
   		<dependency>
   			<groupId>org.jboss.seam</groupId>
  -			<artifactId>jboss-seam-core</artifactId>
  +			<artifactId>jboss-seam</artifactId>
   		</dependency>
   
   		<dependency>
  @@ -82,6 +82,10 @@
   					<groupId>apache-slide</groupId>
   					<artifactId>webdavlib</artifactId>
   				</exclusion>
  +				<exclusion>
  +					<groupId>jboss</groupId>
  +                    <artifactId>jboss-container</artifactId>
  +                </exclusion>
   			</exclusions>
   		</dependency>
   
  
  
  
  1.4       +2 -2      jboss-seam/build/debug.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: debug.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/debug.pom.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- debug.pom.xml	17 Aug 2007 14:03:01 -0000	1.3
  +++ debug.pom.xml	20 Sep 2007 18:36:02 -0000	1.4
  @@ -7,7 +7,7 @@
   	<artifactId>jboss-seam-debug</artifactId>
   	<parent>
   		<groupId>org.jboss.seam</groupId>
  -		<artifactId>jboss-seam</artifactId>
  +		<artifactId>root</artifactId>
   		<version>@seam.version@</version>
   	</parent>
   
  @@ -15,7 +15,7 @@
   
   		<dependency>
   			<groupId>org.jboss.seam</groupId>
  -			<artifactId>jboss-seam-core</artifactId>
  +			<artifactId>jboss-seam</artifactId>
   		</dependency>
   		
   		<dependency>
  
  
  
  1.6       +2 -2      jboss-seam/build/pdf.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pdf.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/pdf.pom.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- pdf.pom.xml	17 Aug 2007 14:03:01 -0000	1.5
  +++ pdf.pom.xml	20 Sep 2007 18:36:02 -0000	1.6
  @@ -7,7 +7,7 @@
   	<artifactId>jboss-seam-pdf</artifactId>
   	<parent>
   		<groupId>org.jboss.seam</groupId>
  -		<artifactId>jboss-seam</artifactId>
  +		<artifactId>root</artifactId>
   		<version>@seam.version@</version>
   	</parent>
   
  @@ -38,7 +38,7 @@
   
   		<dependency>
   			<groupId>org.jboss.seam</groupId>
  -			<artifactId>jboss-seam-core</artifactId>
  +			<artifactId>jboss-seam</artifactId>
   		</dependency>
   
   		<dependency>
  
  
  
  1.7       +2 -10     jboss-seam/build/core.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/core.pom.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- core.pom.xml	17 Aug 2007 14:03:01 -0000	1.6
  +++ core.pom.xml	20 Sep 2007 18:36:02 -0000	1.7
  @@ -4,10 +4,10 @@
   	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</groupId>
  -	<artifactId>jboss-seam-core</artifactId>
  +	<artifactId>jboss-seam</artifactId>
   	<parent>
   		<groupId>org.jboss.seam</groupId>
  -		<artifactId>jboss-seam</artifactId>
  +		<artifactId>root</artifactId>
   		<version>@seam.version@</version>
   	</parent>
   
  @@ -121,10 +121,6 @@
   			<optional>true</optional>
   			<exclusions>
   				<exclusion>
  -					<groupId>commons-collections</groupId>
  -					<artifactId>commons-collections</artifactId>
  -				</exclusion>
  -				<exclusion>
   					<groupId>commons-dbcp</groupId>
              			<artifactId>commons-dbcp</artifactId>
               	</exclusion>
  @@ -297,10 +293,6 @@
   			<optional>true</optional>
   			<exclusions>
   				<exclusion> 
  -					<groupId>org.eclipse.jdt</groupId>
  -        			<artifactId>core</artifactId>
  -				</exclusion>
  -				<exclusion>
   					<groupId>junit</groupId>
               		<artifactId>junit</artifactId>
   				</exclusion>
  
  
  
  1.11      +4 -3      jboss-seam/build/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- build.xml	17 Aug 2007 14:03:01 -0000	1.10
  +++ build.xml	20 Sep 2007 18:36:02 -0000	1.11
  @@ -4,12 +4,13 @@
   	<path id="maven-ant-tasks.classpath" path="lib/maven-ant-tasks.jar" />
   	<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
   
  -	<property name="classes.dir" value="../classes" />
   	<property name="seam.dir" value="${basedir}/../" />
  -	
  +	<property name="tmp.dir" value="${seam.dir}/classes" />
  +	<property name="build.dir" value="${basedir}" />
   	<property file="${seam.dir}/build.properties" />
   
  -	<import file="utilities.xml" />
  +	<import file="utilities.build.xml" />
  +	<import file="common.build.xml" />
   
   	<target name="deployLocal" description="Deploy a pom and jar to local (development) repository">
   		<pomfile name="pom.file" value="${pom}" />
  
  
  
  1.5       +2 -2      jboss-seam/build/remoting.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: remoting.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/remoting.pom.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- remoting.pom.xml	17 Aug 2007 14:03:01 -0000	1.4
  +++ remoting.pom.xml	20 Sep 2007 18:36:03 -0000	1.5
  @@ -7,7 +7,7 @@
   	<artifactId>jboss-seam-remoting</artifactId>
   	<parent>
   		<groupId>org.jboss.seam</groupId>
  -		<artifactId>jboss-seam</artifactId>
  +		<artifactId>root</artifactId>
   		<version>@seam.version@</version>
   	</parent>
   
  @@ -15,7 +15,7 @@
   
   		<dependency>
   			<groupId>org.jboss.seam</groupId>
  -			<artifactId>jboss-seam-core</artifactId>
  +			<artifactId>jboss-seam</artifactId>
   		</dependency>
   
   		<dependency>
  
  
  
  1.4       +3 -3      jboss-seam/build/ui.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ui.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ui.pom.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ui.pom.xml	13 Sep 2007 16:26:24 -0000	1.3
  +++ ui.pom.xml	20 Sep 2007 18:36:03 -0000	1.4
  @@ -3,7 +3,7 @@
   	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>jboss-seam</artifactId>
  +		<artifactId>root</artifactId>
   		<groupId>org.jboss.seam</groupId>
   		<version>@seam.version@</version>
   	</parent>
  @@ -20,7 +20,7 @@
   			<plugin>
   				<groupId>org.richfaces.cdk</groupId>
   				<artifactId>maven-cdk-plugin</artifactId>
  -				<version>3.1.0</version>
  +				<version>3.1.1-SNAPSHOT</version>
   				<executions>
   					<execution>
   						<phase>generate-sources</phase>
  @@ -74,7 +74,7 @@
   
   		<dependency>
   			<groupId>org.jboss.seam</groupId>
  -			<artifactId>jboss-seam-core</artifactId>
  +			<artifactId>jboss-seam</artifactId>
   		</dependency>
   
   		<dependency>
  
  
  
  1.1      date: 2007/09/20 18:36:02;  author: pmuir;  state: Exp;jboss-seam/build/utilities.build.xml
  
  Index: utilities.build.xml
  ===================================================================
  <?xml version="1.0"?>
  <!-- Ant build file containing utility targets and macrodefs -->
  
  <!-- This file makes use of the following properties:
     version
     patchlevel
     tmp.dir - temporary build area
     -->
  <project basedir="." xmlns:artifact="urn:maven-artifact-ant">
  
  	<macrodef name="pomfile">
  		<attribute name="name" />
  		<attribute name="value" />
  		<attribute name="todir" default="${tmp.dir}/poms" />
  		<attribute name="tofile" default="@{todir}/@{name}" />
  		<sequential>
  			<mkdir dir="@{todir}" />
  			<copy file="@{value}" tofile="@{tofile}" overwrite="on" verbose="false">
  				<filterset>
  					<filter token="seam.version" value="${version}.${patchlevel}" />
  				</filterset>
  			</copy>
  			<property name="@{name}" value="@{tofile}" />
  		</sequential>
  	</macrodef>
  
  	<macrodef name="dependencies">
  		<attribute name="id" />
  		<attribute name="scope" />
  		<attribute name="pom" />
  		<sequential>
  			<artifact:dependencies pathId="@{scope}.@{id}.path" filesetId="@{scope}.@{id}.fileset" versionsId="@{scope}.@{id}.versions" useScope="@{scope}">
  				<pom file="@{pom}" />
  				<remoterepository refid="local.repository" />
  			</artifact:dependencies>
  		</sequential>
  	</macrodef>
  
  	<macrodef name="install">
  		<attribute name="pom" default="" />
  		<attribute name="jar" default="" />
  		<sequential>
  			<artifact:install file="@{jar}">
  				<pom file="@{pom}" />
  			</artifact:install>
  		</sequential>
  	</macrodef>
  
  	<macrodef name="deploy">
  		<attribute name="pom" default="" />
  		<attribute name="jar" default="" />
  		<attribute name="repositoryId" default="" />
  		<sequential>
  			<echo>@{jar}</echo>
  			<artifact:deploy file="@{jar}">
  				<pom file="@{pom}" />
  				<remoteRepository refId="@{repositoryId}" />
  			</artifact:deploy>
  		</sequential>
  	</macrodef>
  
  	<macrodef name="deployLocal">
  		<attribute name="pom" default="" />
  		<attribute name="jar" default="" />
  		<sequential>
  			<deploy pom="@{pom}" jar="@{jar}" repositoryId="local.repository" />
  		</sequential>
  	</macrodef>
  
  	<!-- Copy dependencies from a given pom/scope to a directory, flattening 
  	the directory structure and version information -->
  	<macrodef name="copyDependencies">
  		<attribute name="id" />
  		<attribute name="scope" />
  		<attribute name="pom" />
  		<attribute name="todir" />
  		<sequential>
  			<dependencies id="@{id}" scope="@{scope}" pom="@{pom}" />
  			<copy todir="@{todir}">
  				<fileset refid="@{scope}.@{id}.fileset" />
  				<mapper classpathref="maven-ant-tasks.classpath" classname="org.apache.maven.artifact.ant.VersionMapper" from="${@{scope}.@{id}.versions}" to="flatten" />
  			</copy>
  		</sequential>
  	</macrodef>
  
  </project>
  
  
  1.1      date: 2007/09/20 18:36:02;  author: pmuir;  state: Exp;jboss-seam/build/common.build.xml
  
  Index: common.build.xml
  ===================================================================
  <?xml version="1.0"?>
  <!-- Ant build file containing build related common properties, definitions and targets -->
  <!-- Properties used:
     build.dir - root of Seam build system
     version
     patchlevel
     mavenised - whether to use a mavenised dependency management system. 
                 If false a ${seam.dir}/lib dir and the ${seam.dir}/jboss-seam*.jar
                 must be present.
  -->
  <project basedir="." xmlns:artifact="urn:maven-artifact-ant">
  
  	<property file="${seam.dir}/build.properties" />
  	
  	<condition property="mavenized.property">
  		<not>
  			<equals arg1="${mavenized}" arg2="false" />
  		</not>
  	</condition>
  
  	<property name="build.lib.dir" value="${build.dir}/lib" />
  	<property name="maven.dir" value="${build.dir}/maven" />
  
  	<path id="maven-ant-tasks.classpath" path="${build.lib.dir}/maven-ant-tasks.jar" />
  	<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
  
  	<artifact:remoteRepository id="local.repository" url="file://${build.dir}/repository" />
  
  	<!-- POMs -->
  	<echo>Setting up dependencies</echo>
  	<pomfile name="root.pom" value="${build.dir}/root.pom.xml" />
  	<install pom="${root.pom}" />
  	<pomfile name="core.pom" value="${build.dir}/core.pom.xml" />
  	<pomfile name="debug.pom" value="${build.dir}/debug.pom.xml" />
  	<pomfile name="gen.pom" value="${build.dir}/gen.pom.xml" />
  	<pomfile name="ioc.pom" value="${build.dir}/ioc.pom.xml" />
  	<pomfile name="mail.pom" value="${build.dir}/mail.pom.xml" />
  	<pomfile name="pdf.pom" value="${build.dir}/pdf.pom.xml" />
  	<pomfile name="remoting.pom" value="${build.dir}/remoting.pom.xml" />
  	<pomfile name="ui.pom" value="${build.dir}/ui.pom.xml" />
  
  	<target name="initcopy">
  		<mkdir dir="${lib.dir}" />
  	</target>
  	
  	<target name="copyseamdependencies" if="mavenized.property">
  		<copyDependencies id="core" pom="${core.pom}" todir="${lib.dir}" scope="compile" />
  		<copyDependencies id="debug" pom="${debug.pom}" todir="${lib.dir}" scope="compile" />
  		<copyDependencies id="ioc" pom="${ioc.pom}" todir="${lib.dir}" scope="compile" />
  		<copyDependencies id="mail" pom="${mail.pom}" todir="${lib.dir}" scope="compile" />
  		<copyDependencies id="pdf" pom="${pdf.pom}" todir="${lib.dir}" scope="compile" />
  		<copyDependencies id="remoting" pom="${remoting.pom}" todir="${lib.dir}" scope="compile" />
  		<copyDependencies id="ui" pom="${ui.pom}" todir="${lib.dir}" scope="compile" />
  	</target>
  
  	<target name="copyseam" if="mavenized.property">
  		<artifact:dependencies filesetId="seam.fileset" versionsId="seam.versions">
  			<dependency groupId="org.jboss.seam" artifactId="jboss-seam" version="${version}.${patchlevel}" />
  			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="${version}.${patchlevel}" />
  			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-ioc" version="${version}.${patchlevel}" />
  			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-mail" version="${version}.${patchlevel}" />
  			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-pdf" version="${version}.${patchlevel}" />
  			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-remoting" version="${version}.${patchlevel}" />
  			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="${version}.${patchlevel}" />
  		</artifact:dependencies>
  		<copy todir="${lib.dir}">
  			<fileset refid="seam.fileset" />
  			<mapper classpathref="maven-ant-tasks.classpath" classname="org.apache.maven.artifact.ant.VersionMapper" from="${seam.versions}" to="flatten" />
  		</copy>
  	</target>
  	
  	<target name="copyjbossembedded" if="mavenized.property">
  		<artifact:dependencies filesetId="embeddedjboss.fileset" versionsId="embeddedjboss.versions">
  			<dependency groupId="org.jboss.embedded" artifactId="jboss-embedded-all" version="beta2" />
  			<dependency groupId="org.jboss.embedded" artifactId="thirdparty-all" version="beta2" />
  			<dependency groupId="org.jboss.embedded" artifactId="hibernate-all" version="beta2" />
  			<remoteRepository refId="local.repository" />
  		</artifact:dependencies>
  		<copy todir="${lib.dir}/test">
  			<fileset refid="embeddedjboss.fileset" />
  			<mapper classpathref="maven-ant-tasks.classpath" classname="org.apache.maven.artifact.ant.VersionMapper" from="${embeddedjboss.versions}" to="flatten" />
  		</copy>
  	</target>
  </project>
  
  
  1.1      date: 2007/09/20 18:36:03;  author: pmuir;  state: Exp;jboss-seam/build/root.pom.xml
  
  Index: root.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</groupId>
  	<artifactId>root</artifactId>
  	<url>http://jboss.com/products/seam</url>
  	<version>@seam.version@</version>
  	<name>JBoss Seam</name>
  	<packaging>pom</packaging>
  	<modules>
  		<module>ui</module>
  	</modules>
  	<pluginRepositories>
  		<pluginRepository>
  			<id>repository.jboss.org</id>
  			<name>JBoss Repository</name>
  			<url>http://repository.jboss.org/maven2</url>
  		</pluginRepository>
          <pluginRepository>
              <snapshots />
              <id>maven.exadel.com</id>
              <name>Exadel Repository</name>
              <url>http://maven.exadel.com</url>
          </pluginRepository>
          <pluginRepository>
              <snapshots />
              <id>snapshots.jboss.org</id>
              <name>JBoss Snapshot Repository</name>
              <url>http://snapshots.jboss.org/maven2</url>
          </pluginRepository>
  	</pluginRepositories>
  	<repositories>
  		<repository>
  			<id>repository.jboss.org</id>
  			<name>JBoss Repository</name>
  			<url>http://repository.jboss.org/maven2</url>
  		</repository>
          <repository>
              <snapshots />
              <id>snapshots.jboss.org</id>
              <name>JBoss Snapshot Repository</name>
              <url>http://snapshots.jboss.org/maven2</url>
          </repository>
          <repository>
              <snapshots />
              <id>maven.exadel.com</id>
              <name>Exadel Repository</name>
              <url>http://maven.exadel.com</url>
          </repository>
  		<repository>
  			<id>maven1.java.net</id>
  			<name>Java.net Maven1 Repositiory</name>
  			<url>http://download.java.net/maven/1</url>
  			<layout>legacy</layout>
  		</repository>
  		<repository>
  			<id>gwt-maven</id>
  			<url>
  				http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/
  			</url>
  		</repository>
  		<repository>
  			<id>glassfish.java.net</id>
  			<url>http://download.java.net/maven/glassfish/</url>
  		</repository>
  		<repository>
  			<id>maven2.java.net</id>
  			<url>http://download.java.net/maven/2/</url>
  		</repository>
  	</repositories>
  
  	<dependencyManagement>
  		<!-- 
  			Used to specify which version of a dependency to use - this means that
  			versions are only specified here, not in sub project poms.
  			All dependencies for all modules should be listed out here -->
  		<dependencies>
  
  			<!-- All Seam modules -->
  
  			<dependency>
  				<groupId>org.jboss.seam</groupId>
  				<artifactId>jboss-seam</artifactId>
  				<version>${project.version}</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.jboss.seam</groupId>
  				<artifactId>jboss-seam-ui</artifactId>
  				<version>${project.version}</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.jboss.seam</groupId>
  				<artifactId>jboss-seam-pdf</artifactId>
  				<version>${project.version}</version>
  			</dependency>
  			
  			<dependency>
  				<groupId>org.jboss.seam</groupId>
  				<artifactId>jboss-seam-remoting</artifactId>
  				<version>${project.version}</version>
  			</dependency>
  			
  			<dependency>
  				<groupId>org.jboss.seam</groupId>
  				<artifactId>jboss-seam-ioc</artifactId>
  				<version>${project.version}</version>
  			</dependency>
  		
  
  			<dependency>
  				<groupId>javax.servlet</groupId>
  				<artifactId>servlet-api</artifactId>
  				<version>2.5</version>
  			</dependency>
  
  			<dependency>
  				<groupId>javax.servlet.jsp</groupId>
  				<artifactId>jsp-api</artifactId>
  				<version>2.1</version>
  			</dependency>
  
  			<dependency>
  				<groupId>antlr</groupId>
  				<artifactId>antlr</artifactId>
  				<version>2.7.6</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.richfaces.framework</groupId>
  				<artifactId>richfaces-api</artifactId>
  				<version>3.1.1-SNAPSHOT</version>
  			</dependency>
        
              <dependency>
                  <groupId>org.richfaces.framework</groupId>
                  <artifactId>richfaces-impl</artifactId>
                  <version>3.1.1-SNAPSHOT</version>
              </dependency>
              
              <dependency>
                  <groupId>org.richfaces.ui</groupId>
                  <artifactId>richfaces-ui</artifactId>
                  <version>3.1.1-SNAPSHOT</version>
              </dependency>
  
  			<dependency>
  				<groupId>javax.faces</groupId>
  				<artifactId>jsf-api</artifactId>
  				<version>1.2_04-p02</version>
  			</dependency>
  
  			<dependency>
  				<groupId>javax.faces</groupId>
  				<artifactId>jsf-impl</artifactId>
  				<version>1.2_04-p02</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.jbpm</groupId>
  				<artifactId>jbpm-jpdl</artifactId>
  				<version>3.2.1</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.jboss</groupId>
  				<artifactId>jboss-cache-jdk50</artifactId>
  				<version>1.4.1.GA</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.hibernate</groupId>
  				<artifactId>hibernate</artifactId>
  				<version>3.2.4.sp1</version>
  			</dependency>
  
  			<dependency>
  				<groupId>com.sun.facelets</groupId>
  				<artifactId>jsf-facelets</artifactId>
  				<version>1.1.13</version>
  			</dependency>
  
  			<dependency>
  				<groupId>javax.el</groupId>
  				<artifactId>el-api</artifactId>
  				<version>1.0</version>
  			</dependency>
  
  			<dependency>
  				<groupId>commons-beanutils</groupId>
  				<artifactId>commons-beanutils</artifactId>
  				<version>1.7.0</version>
  			</dependency>
  
  			<dependency>
  				<groupId>javax.persistence</groupId>
  				<artifactId>persistence-api</artifactId>
  				<version>1.0</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.hibernate</groupId>
  				<artifactId>hibernate-annotations</artifactId>
  				<version>3.2.1.ga</version>
  			</dependency>
  
  			<dependency>
  				<groupId>jboss</groupId>
  				<artifactId>jboss-system</artifactId>
  				<version>4.2.0.GA</version>
  			</dependency>
  			<dependency>
  				<groupId>jboss</groupId>
  				<artifactId>jbossxb</artifactId>
  				<version>1.0.0.CR8</version>
  			</dependency>
  
  			<dependency>
  				<groupId>jboss</groupId>
  				<artifactId>jboss-jmx</artifactId>
  				<version>4.2.0.GA</version>
  			</dependency>
  
  			<!-- Should be 3.3.GA to be in sync with AS, but this doesn't seem to exist -->
  			<dependency>
  				<groupId>javassist</groupId>
  				<artifactId>javassist</artifactId>
  				<version>3.4.GA</version>
  			</dependency>
  
  			<!-- Should be 1.0.5.GA-jboss, to be in sync with AS but doesn't exist in Maven -->
  			<dependency>
  				<groupId>commons-logging</groupId>
  				<artifactId>commons-logging</artifactId>
  				<version>1.1</version>
  			</dependency>
  
  			<dependency>
  				<groupId>javax.portlet</groupId>
  				<artifactId>portlet-api</artifactId>
  				<version>1.0</version>
  			</dependency>
  
  			<dependency>
  				<groupId>javax.mail</groupId>
  				<artifactId>mail</artifactId>
  				<version>1.4</version>
  			</dependency>
  
  			<dependency>
  				<groupId>javax.xml.ws</groupId>
  				<artifactId>jaxws-api</artifactId>
  				<version>2.0</version>
  			</dependency>
  
  			<dependency>
  				<groupId>javax.ejb</groupId>
  				<artifactId>ejb-api</artifactId>
  				<version>3.0</version>
  			</dependency>
  
  			<dependency>
  				<groupId>com.octo.captcha</groupId>
  				<artifactId>jcaptcha-all</artifactId>
  				<version>1.0-RC6</version>
  			</dependency>
  
  			<dependency>
  				<groupId>javax.xml.soap</groupId>
  				<artifactId>saaj-api</artifactId>
  				<version>1.3</version>
  			</dependency>
  
  			<dependency>
  				<groupId>javax.jms</groupId>
  				<artifactId>jms-api</artifactId>
  				<version>1.1</version>
  			</dependency>
  
  			<dependency>
  				<groupId>javax.annotation</groupId>
  				<artifactId>jsr250-api</artifactId>
  				<version>1.0</version>
  			</dependency>
  
  			<dependency>
  				<groupId>javax.transaction</groupId>
  				<artifactId>jta</artifactId>
  				<version>1.0.1B</version>
  			</dependency>
  
  			<dependency>
  				<groupId>groovy</groupId>
  				<artifactId>groovy-all</artifactId>
  				<version>1.1-BETA-1</version>
  			</dependency>
  
  			<dependency>
  				<groupId>log4j</groupId>
  				<artifactId>log4j</artifactId>
  				<version>1.2.14</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.buni.meldware</groupId>
  				<artifactId>meldware-mailjmx</artifactId>
  				<version>1.0M8</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.buni.meldware</groupId>
  				<artifactId>meldware-mailapi</artifactId>
  				<version>1.0M8</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.drools</groupId>
  				<artifactId>drools-core</artifactId>
  				<version>4.0.0</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.drools</groupId>
  				<artifactId>drools-compiler</artifactId>
  				<version>4.0.0</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.hibernate</groupId>
  				<artifactId>hibernate-search</artifactId>
  				<version>3.0.0.cr1</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.jboss.seam</groupId>
  				<artifactId>jboss-el</artifactId>
  				<version>2.0.0.BETA</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.jboss.embedded</groupId>
  				<artifactId>jboss-embedded-api</artifactId>
  				<version>beta2</version>
  			</dependency>
  
  			<dependency>
  				<groupId>quartz</groupId>
  				<artifactId>quartz</artifactId>
  				<version>1.6.0</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.springframework</groupId>
  				<artifactId>spring</artifactId>
  				<version>2.0.3</version>
  			</dependency>
  
  			<dependency>
  				<groupId>jboss</groupId>
  				<artifactId>jboss-kernel</artifactId>
  				<version>2.0.0.Beta</version>
  			</dependency>
  
  			<dependency>
  				<groupId>jboss.jboss-aop</groupId>
  				<artifactId>jboss-aop</artifactId>
  				<version>1.5.0.GA</version>
  			</dependency>
  
  			<dependency>
  				<groupId>com.lowagie</groupId>
  				<artifactId>itext</artifactId>
  				<version>2.0.4</version>
  			</dependency>
  
  			<dependency>
  				<groupId>jfree</groupId>
  				<artifactId>jfreechart</artifactId>
  				<version>1.0.5</version>
  			</dependency>
  
  			<dependency>
  				<groupId>com.google.gwt</groupId>
  				<artifactId>gwt-servlet</artifactId>
  				<version>1.3.3</version>
  			</dependency>
  
  			<dependency>
  				<groupId>dom4j</groupId>
  				<artifactId>dom4j</artifactId>
  				<version>1.6.1-jboss</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.beanshell</groupId>
  				<artifactId>bsh</artifactId>
  				<version>2.0b4</version>
  			</dependency>
  
  			<dependency>
  				<groupId>org.tuckey</groupId>
  				<artifactId>urlrewritefilter</artifactId>
  				<version>3.0.4</version>
  			</dependency>
  
  		</dependencies>
  	</dependencyManagement>
  </project>
  
  



More information about the jboss-cvs-commits mailing list