You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/04/21 11:59:09 UTC

svn commit: r936237 - /myfaces/trinidad/trunk/trinidad-examples/pom.xml

Author: matzew
Date: Wed Apr 21 09:59:09 2010
New Revision: 936237

URL: http://svn.apache.org/viewvc?rev=936237&view=rev
Log:
removed outdated profiles

Modified:
    myfaces/trinidad/trunk/trinidad-examples/pom.xml

Modified: myfaces/trinidad/trunk/trinidad-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/pom.xml?rev=936237&r1=936236&r2=936237&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-examples/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-examples/pom.xml Wed Apr 21 09:59:09 2010
@@ -173,7 +173,6 @@
       </dependencies>
       
     </profile>
-
     <!--
       This profile activates the JSF RI as the release to use for these demos.  When activated
       the JSF RI is used when these examples are run in Jetty and/or used with the 
@@ -201,58 +200,5 @@
         </dependency>
       </dependencies>      
     </profile>
-
-    <!-- JSF2 (SUN RI)
-      
-      mvn -PjettyConfig -Djsf=ri2 jetty:run
-    -->    
-    <profile>
-      <id>jsfri2</id>
-      <activation>
-        <property>
-          <name>jsf</name>
-          <value>ri2</value>
-        </property>
-      </activation>
-      <dependencies>
-        <dependency>
-          <groupId>com.sun.faces</groupId>
-          <artifactId>jsf-api</artifactId>
-        </dependency>
-        <dependency>
-          <groupId>com.sun.faces</groupId>
-          <artifactId>jsf-impl</artifactId>
-        </dependency>
-      </dependencies>      
-    </profile>
-    <!-- JSF2 (Apache MyFaces)
-      
-      mvn -PjettyConfig -Djsf=myfaces2 jetty:run
-    -->    
-    <profile>
-      <id>myfaces2</id>
-      <activation>
-        <property>
-          <name>jsf</name>
-          <value>myfaces2</value>
-        </property>
-      </activation>
-      <dependencies>
-        <dependency>
-          <groupId>org.apache.myfaces.core</groupId>
-          <artifactId>myfaces-api</artifactId>
-          <version>${myfaces2.version}</version>
-        </dependency>
-        <dependency>
-          <groupId>org.apache.myfaces.core</groupId>
-          <artifactId>myfaces-impl</artifactId>
-          <version>${myfaces2.version}</version>
-        </dependency>
-        <dependency>
-          <groupId>com.sun.facelets</groupId>
-          <artifactId>jsf-facelets</artifactId>
-        </dependency>
-      </dependencies>      
-    </profile>
   </profiles>
 </project>