Seam SVN: r11844 - modules/faces/trunk.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-12-16 14:17:25 -0500 (Wed, 16 Dec 2009)
New Revision: 11844
Modified:
modules/faces/trunk/pom.xml
Log:
new build
Modified: modules/faces/trunk/pom.xml
===================================================================
--- modules/faces/trunk/pom.xml 2009-12-16 19:16:39 UTC (rev 11843)
+++ modules/faces/trunk/pom.xml 2009-12-16 19:17:25 UTC (rev 11844)
@@ -33,12 +33,6 @@
<dependencies>
<dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-mock</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<scope>provided</scope>
@@ -69,49 +63,31 @@
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-bridge-api</artifactId>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>org.jboss.seam</groupId>-->
+<!-- <artifactId>seam-international</artifactId>-->
+<!-- </dependency>-->
- <dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-el</artifactId>
- </dependency>
-
- <dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-international</artifactId>
- </dependency>
-
- <dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-resources</artifactId> <!-- may become inherited -->
- </dependency>
-
<!-- QUESTION do we want this dependency? -->
<dependency>
- <groupId>${seam.groupId}</groupId>
+ <groupId>org.jboss.seam</groupId>
<artifactId>seam-security</artifactId>
<optional>true</optional>
</dependency>
-
- <dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-web</artifactId>
- </dependency>
<dependency>
- <groupId>${webbeans.groupId}</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>${webbeans.groupId}</groupId>
- <artifactId>webbeans-logger</artifactId>
- </dependency>
-
</dependencies>
+
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/faces/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/faces/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Seam/modules/faces/trunk</url>
+ </scm>
</project>
14 years, 12 months
Seam SVN: r11842 - modules.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-12-16 14:14:32 -0500 (Wed, 16 Dec 2009)
New Revision: 11842
Removed:
modules/excel/
modules/framework/
modules/jms/
modules/mail/
modules/pdf/
modules/resteasy/
Log:
cleanup
14 years, 12 months
Seam SVN: r11841 - modules.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-12-16 14:12:25 -0500 (Wed, 16 Dec 2009)
New Revision: 11841
Removed:
modules/bpm/
Log:
cleanup
14 years, 12 months
Seam SVN: r11840 - modules.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-12-16 14:12:01 -0500 (Wed, 16 Dec 2009)
New Revision: 11840
Removed:
modules/captcha/
Log:
cleanup
14 years, 12 months
Seam SVN: r11839 - modules/bpm/trunk.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-12-16 14:09:34 -0500 (Wed, 16 Dec 2009)
New Revision: 11839
Modified:
modules/bpm/trunk/pom.xml
Log:
minor
Modified: modules/bpm/trunk/pom.xml
===================================================================
--- modules/bpm/trunk/pom.xml 2009-12-16 19:07:56 UTC (rev 11838)
+++ modules/bpm/trunk/pom.xml 2009-12-16 19:09:34 UTC (rev 11839)
@@ -37,7 +37,7 @@
</dependency>
<dependency>
- <groupId>${seam.groupId}</groupId>
+ <groupId>org.jboss.seam</groupId>
<artifactId>seam-international</artifactId>
</dependency>
14 years, 12 months
Seam SVN: r11838 - build/trunk/parent.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-12-16 14:07:56 -0500 (Wed, 16 Dec 2009)
New Revision: 11838
Modified:
build/trunk/parent/
Log:
ignores
Property changes on: build/trunk/parent
___________________________________________________________________
Name: svn:ignore
+ .project
.settings
14 years, 12 months
Seam SVN: r11837 - dist/trunk.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-12-16 14:07:34 -0500 (Wed, 16 Dec 2009)
New Revision: 11837
Modified:
dist/trunk/
Log:
ignores
Property changes on: dist/trunk
___________________________________________________________________
Name: svn:ignore
+ .project
.settings
14 years, 12 months
Seam SVN: r11836 - dist/trunk.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-12-16 13:55:55 -0500 (Wed, 16 Dec 2009)
New Revision: 11836
Added:
dist/trunk/pom.xml
Log:
add some deps
Copied: dist/trunk/pom.xml (from rev 11831, modules/build/trunk/pom.xml)
===================================================================
--- dist/trunk/pom.xml (rev 0)
+++ dist/trunk/pom.xml 2009-12-16 18:55:55 UTC (rev 11836)
@@ -0,0 +1,178 @@
+<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>seam-bom</artifactId>
+ <packaging>pom</packaging>
+ <version>3.0.0-SNAPSHOT</version>
+ <name>Seam BOM</name>
+
+ <parent>
+ <groupId>org.jboss.weld</groupId>
+ <artifactId>weld-parent</artifactId>
+ <version>8</version>
+ </parent>
+
+ <description>
+ The Seam "Bill of Materials"
+ </description>
+
+ <url>http://www.seamframework.org</url>
+
+ <properties>
+ <weld.api.version>1.0</weld.api.version>
+ <hibernate.version>3.3.2.GA</hibernate.version>
+ <drools.version>5.0.1</drools.version>
+ <jbpm.version>4.2</jbpm.version>
+ <seam.bpm.version>3.0.0-SNAPSHOT</seam.bpm.version>
+ <seam.captcha.version>3.0.0-SNAPSHOT</seam.captcha.version>
+ <seam.drools.version>3.0.0-SNAPSHOT</seam.drools.version>
+ <seam.excel.version>3.0.0-SNAPSHOT</seam.excel.version>
+ <seam.faces.version>3.0.0-SNAPSHOT</seam.faces.version>
+ <seam.framework.version>3.0.0-SNAPSHOT</seam.framework.version>
+ <seam.international.version>3.0.0-SNAPSHOT</seam.international.version>
+ <seam.jms.version>3.0.0-SNAPSHOT</seam.jms.version>
+ <seam.mail.version>3.0.0-SNAPSHOT</seam.mail.version>
+ <seam.pdf.version>3.0.0-SNAPSHOT</seam.pdf.version>
+ <seam.persistence.version>3.0.0-SNAPSHOT</seam.persistence.version>
+ <seam.remoting.version>3.0.0-SNAPSHOT</seam.remoting.version>
+ <seam.resteasy.version>3.0.0-SNAPSHOT</seam.resteasy.version>
+ <seam.security.version>3.0.0-SNAPSHOT</seam.security.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.jboss.weld</groupId>
+ <artifactId>weld-api-bom</artifactId>
+ <version>${weld.api.version}</version>
+ <scope>import</scope>
+ <type>pom</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.drools</groupId>
+ <artifactId>drools-core</artifactId>
+ <version>${drools.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.drools</groupId>
+ <artifactId>drools-compiler</artifactId>
+ <version>${drools.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jbpm.jbpm4</groupId>
+ <artifactId>jbpm-jpdl</artifactId>
+ <version>${jbpm.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-bpm</artifactId>
+ <version>${seam.bpm.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-captcha</artifactId>
+ <version>${seam.captcha.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-drools</artifactId>
+ <version>${seam.drools.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-excel</artifactId>
+ <version>${seam.excel.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-faces</artifactId>
+ <version>${seam.faces.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-framework</artifactId>
+ <version>${seam.framework.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-international</artifactId>
+ <version>${seam.international.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-jms</artifactId>
+ <version>${seam.jms.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-mail</artifactId>
+ <version>${seam.mail.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-pdf</artifactId>
+ <version>${seam.pdf.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-persistence</artifactId>
+ <version>${seam.persistence.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>#{seam.groupId}</groupId>
+ <artifactId>seam-remoting</artifactId>
+ <version>${seam.remoting.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>#{seam.groupId}</groupId>
+ <artifactId>seam-resteasy</artifactId>
+ <version>${seam.resteasy.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-security</artifactId>
+ <version>${seam.security.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>${hibernate.version}</version>
+ </dependency>
+
+ </dependencies>
+ </dependencyManagement>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/dist/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/dist/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Seam</url>
+ </scm>
+
+</project>
14 years, 12 months