You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/01/27 03:51:01 UTC

svn commit: r615548 - in /myfaces/core/trunk_1.2.x: api/pom.xml build/pom.xml impl/pom.xml pom.xml

Author: lu4242
Date: Sat Jan 26 18:51:00 2008
New Revision: 615548

URL: http://svn.apache.org/viewvc?rev=615548&view=rev
Log:
Updated maven-faces-plugin to reference builtools 1.0.0-SNAPSHOT instead trinidadbuild 1.2.6

Modified:
    myfaces/core/trunk_1.2.x/api/pom.xml
    myfaces/core/trunk_1.2.x/build/pom.xml
    myfaces/core/trunk_1.2.x/impl/pom.xml
    myfaces/core/trunk_1.2.x/pom.xml

Modified: myfaces/core/trunk_1.2.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/pom.xml?rev=615548&r1=615547&r2=615548&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/api/pom.xml Sat Jan 26 18:51:00 2008
@@ -43,12 +43,8 @@
          </executions>
         </plugin>
       <plugin>
-	<!--
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-faces-plugin</artifactId>
-	-->
-        <groupId>org.apache.myfaces.trinidadbuild</groupId>
-	<artifactId>maven-faces-plugin</artifactId>
         <configuration>
           <typePrefix>javax.faces</typePrefix>
           <packageContains>javax.faces</packageContains>

Modified: myfaces/core/trunk_1.2.x/build/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/build/pom.xml?rev=615548&r1=615547&r2=615548&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/build/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/build/pom.xml Sat Jan 26 18:51:00 2008
@@ -58,12 +58,8 @@
   <build>
     <plugins>
       <plugin>
-	<!--
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-faces-plugin</artifactId>
-	-->
-        <groupId>org.apache.myfaces.trinidadbuild</groupId>
-	<artifactId>maven-faces-plugin</artifactId>
         <configuration>
           <excludes>
             <exclude>**/includes/**</exclude>

Modified: myfaces/core/trunk_1.2.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/impl/pom.xml?rev=615548&r1=615547&r2=615548&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/impl/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/impl/pom.xml Sat Jan 26 18:51:00 2008
@@ -59,12 +59,8 @@
           - Or because people just haven't got around to defining the metadata and
           - templates for it in the build module?
           -->
-	<!--
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-faces-plugin</artifactId>
-	-->
-        <groupId>org.apache.myfaces.trinidadbuild</groupId>
-	<artifactId>maven-faces-plugin</artifactId>
         <configuration>
           <taglibs>
             <myfaces-html>http://java.sun.com/jsf/html</myfaces-html>

Modified: myfaces/core/trunk_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/pom.xml?rev=615548&r1=615547&r2=615548&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/pom.xml Sat Jan 26 18:51:00 2008
@@ -63,17 +63,10 @@
     </plugins>
     <pluginManagement>
       <plugins>
-	<!--
         <plugin>
           <groupId>org.apache.myfaces.buildtools</groupId>
           <artifactId>myfaces-faces-plugin</artifactId>
           <version>1.0.0-SNAPSHOT</version>
-        </plugin>
-	-->
-        <plugin>
-          <groupId>org.apache.myfaces.trinidadbuild</groupId>
-          <artifactId>maven-faces-plugin</artifactId>
-          <version>1.2.6</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>