[seam-commits] Seam SVN: r8075 - branches/Seam_2_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Apr 29 14:58:45 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-04-29 14:58:45 -0400 (Tue, 29 Apr 2008)
New Revision: 8075
Modified:
branches/Seam_2_0/build/docs.pom.xml
Log:
minor
Modified: branches/Seam_2_0/build/docs.pom.xml
===================================================================
--- branches/Seam_2_0/build/docs.pom.xml 2008-04-29 12:09:51 UTC (rev 8074)
+++ branches/Seam_2_0/build/docs.pom.xml 2008-04-29 18:58:45 UTC (rev 8075)
@@ -37,6 +37,16 @@
<groupId>org.jboss.seam</groupId>
<artifactId>seam-docbook-xslt</artifactId>
<version>1.1.0.BETA2</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.wst.css</groupId>
+ <artifactId>core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.wst.sse</groupId>
+ <artifactId>core</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
@@ -110,9 +120,8 @@
</plugins>
</pluginManagement>
</build>
+
-
-
<properties>
<translation>en-US</translation>
</properties>
More information about the seam-commits
mailing list