[seam-commits] Seam SVN: r14867 - branches/enterprise/WFK-2_0/jboss-seam-gen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jun 7 06:58:57 EDT 2012
Author: manaRH
Date: 2012-06-07 06:58:57 -0400 (Thu, 07 Jun 2012)
New Revision: 14867
Modified:
branches/enterprise/WFK-2_0/jboss-seam-gen/pom.xml
Log:
cleaned up jboss-seam-gen pom.xml from commented old deps and profiles
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/pom.xml 2012-06-07 10:58:51 UTC (rev 14866)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/pom.xml 2012-06-07 10:58:57 UTC (rev 14867)
@@ -27,7 +27,6 @@
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
-<!-- <finalName>${project.build.finalName}-${project.version}</finalName>-->
</configuration>
</execution>
</executions>
@@ -67,109 +66,9 @@
<scope>runtime</scope>
</dependency>
- <!-- <dependency>
- <groupId>org.richfaces.samples</groupId>
- <artifactId>darkX</artifactId>
- <scope>runtime</scope>
- <version>${version.richfaces}</version>
- <exclusions>
- <exclusion>
- <groupId>nekohtml</groupId>
- <artifactId>nekohtml</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.facelets</groupId>
- <artifactId>jsf-facelets</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
<dependency>
- <groupId>org.richfaces.samples</groupId>
- <artifactId>glassX</artifactId>
- <scope>runtime</scope>
- <version>${version.richfaces}</version>
- <exclusions>
- <exclusion>
- <groupId>nekohtml</groupId>
- <artifactId>nekohtml</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.facelets</groupId>
- <artifactId>jsf-facelets</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>org.richfaces.samples</groupId>
- <artifactId>laguna</artifactId>
- <scope>runtime</scope>
- <version>${version.richfaces}</version>
- <exclusions>
- <exclusion>
- <groupId>nekohtml</groupId>
- <artifactId>nekohtml</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.facelets</groupId>
- <artifactId>jsf-facelets</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- -->
- <dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.7.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
@@ -209,21 +108,6 @@
</plugins>
</build>
</profile>
- <profile>
- <id>jsf2</id>
- <properties>
- <ee6-property>-ee6</ee6-property>
- </properties>
- </profile>
- <profile>
- <id>jsf12</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <ee6-property></ee6-property>
- </properties>
- </profile>
</profiles>
</project>
More information about the seam-commits
mailing list