Author: manaRH
Date: 2012-06-04 12:17:28 -0400 (Mon, 04 Jun 2012)
New Revision: 14830

Modified:
   branches/community/Seam_2_3/jboss-seam-gen/pom.xml
Log:
cleaned up jboss-seam-gen pom.xml from commented old deps and profiles

Modified: branches/community/Seam_2_3/jboss-seam-gen/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/pom.xml  2012-06-04 13:00:59 UTC 
(rev 14829)
+++ branches/community/Seam_2_3/jboss-seam-gen/pom.xml  2012-06-04 16:17:28 UTC 
(rev 14830)
@@ -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>

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to