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/21 19:02:02 UTC

svn commit: r613952 - in /myfaces/core/trunk_1.2.x: api/pom.xml build/pom.xml impl/pom.xml impl/src/test/java/org/apache/myfaces/test/ImplClassElementTestCase.java pom.xml

Author: lu4242
Date: Mon Jan 21 10:01:58 2008
New Revision: 613952

URL: http://svn.apache.org/viewvc?rev=613952&view=rev
Log:
Rollback to trinidad plugins 1.2.6 for release procedure

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/impl/src/test/java/org/apache/myfaces/test/ImplClassElementTestCase.java
    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=613952&r1=613951&r2=613952&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/api/pom.xml Mon Jan 21 10:01:58 2008
@@ -43,8 +43,12 @@
          </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=613952&r1=613951&r2=613952&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/build/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/build/pom.xml Mon Jan 21 10:01:58 2008
@@ -58,8 +58,12 @@
   <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=613952&r1=613951&r2=613952&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/impl/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/impl/pom.xml Mon Jan 21 10:01:58 2008
@@ -59,8 +59,12 @@
           - 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/impl/src/test/java/org/apache/myfaces/test/ImplClassElementTestCase.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/impl/src/test/java/org/apache/myfaces/test/ImplClassElementTestCase.java?rev=613952&r1=613951&r2=613952&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/impl/src/test/java/org/apache/myfaces/test/ImplClassElementTestCase.java (original)
+++ myfaces/core/trunk_1.2.x/impl/src/test/java/org/apache/myfaces/test/ImplClassElementTestCase.java Mon Jan 21 10:01:58 2008
@@ -26,7 +26,7 @@
     public ImplClassElementTestCase(){
         
         //resource.add("META-INF/f.tld");
-        resource.add("META-INF/h.tld");
+        resource.add("META-INF/myfaces-html.tld");
         resource.add("META-INF/standard-faces-config.xml");
         
     }

Modified: myfaces/core/trunk_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/pom.xml?rev=613952&r1=613951&r2=613952&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/pom.xml Mon Jan 21 10:01:58 2008
@@ -63,10 +63,17 @@
     </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>



Re: svn commit: r613952 - in /myfaces/core/trunk_1.2.x: api/pom.xml build/pom.xml impl/pom.xml impl/src/test/java/org/apache/myfaces/test/ImplClassElementTestCase.java pom.xml

Posted by Matthias Wessendorf <ma...@apache.org>.
Thanks!
(for myfaces-html.tld as well)

-M

On Jan 21, 2008 10:02 AM,  <lu...@apache.org> wrote:
> Author: lu4242
> Date: Mon Jan 21 10:01:58 2008
> New Revision: 613952
>
> URL: http://svn.apache.org/viewvc?rev=613952&view=rev
> Log:
> Rollback to trinidad plugins 1.2.6 for release procedure
>
> 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/impl/src/test/java/org/apache/myfaces/test/ImplClassElementTestCase.java
>     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=613952&r1=613951&r2=613952&view=diff
> ==============================================================================
> --- myfaces/core/trunk_1.2.x/api/pom.xml (original)
> +++ myfaces/core/trunk_1.2.x/api/pom.xml Mon Jan 21 10:01:58 2008
> @@ -43,8 +43,12 @@
>           </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=613952&r1=613951&r2=613952&view=diff
> ==============================================================================
> --- myfaces/core/trunk_1.2.x/build/pom.xml (original)
> +++ myfaces/core/trunk_1.2.x/build/pom.xml Mon Jan 21 10:01:58 2008
> @@ -58,8 +58,12 @@
>    <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=613952&r1=613951&r2=613952&view=diff
> ==============================================================================
> --- myfaces/core/trunk_1.2.x/impl/pom.xml (original)
> +++ myfaces/core/trunk_1.2.x/impl/pom.xml Mon Jan 21 10:01:58 2008
> @@ -59,8 +59,12 @@
>            - 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/impl/src/test/java/org/apache/myfaces/test/ImplClassElementTestCase.java
> URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/impl/src/test/java/org/apache/myfaces/test/ImplClassElementTestCase.java?rev=613952&r1=613951&r2=613952&view=diff
> ==============================================================================
> --- myfaces/core/trunk_1.2.x/impl/src/test/java/org/apache/myfaces/test/ImplClassElementTestCase.java (original)
> +++ myfaces/core/trunk_1.2.x/impl/src/test/java/org/apache/myfaces/test/ImplClassElementTestCase.java Mon Jan 21 10:01:58 2008
> @@ -26,7 +26,7 @@
>      public ImplClassElementTestCase(){
>
>          //resource.add("META-INF/f.tld");
> -        resource.add("META-INF/h.tld");
> +        resource.add("META-INF/myfaces-html.tld");
>          resource.add("META-INF/standard-faces-config.xml");
>
>      }
>
> Modified: myfaces/core/trunk_1.2.x/pom.xml
> URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/pom.xml?rev=613952&r1=613951&r2=613952&view=diff
> ==============================================================================
> --- myfaces/core/trunk_1.2.x/pom.xml (original)
> +++ myfaces/core/trunk_1.2.x/pom.xml Mon Jan 21 10:01:58 2008
> @@ -63,10 +63,17 @@
>      </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>
>
>
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org