You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/06/04 07:53:42 UTC

svn commit: r411525 - /myfaces/core/branches/jsf12/api/pom.xml

Author: dennisbyrne
Date: Sat Jun  3 22:53:42 2006
New Revision: 411525

URL: http://svn.apache.org/viewvc?rev=411525&view=rev
Log:
FactoryFinderTestCase in the api project was brought back to the API - it now passes again.
VireTag in the impl project has a JSTL dep, the pom now reflects this.
Changed project descriptions for both api and impl

Modified:
    myfaces/core/branches/jsf12/api/pom.xml

Modified: myfaces/core/branches/jsf12/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/api/pom.xml?rev=411525&r1=411524&r2=411525&view=diff
==============================================================================
--- myfaces/core/branches/jsf12/api/pom.xml (original)
+++ myfaces/core/branches/jsf12/api/pom.xml Sat Jun  3 22:53:42 2006
@@ -9,8 +9,7 @@
   <artifactId>myfaces-api</artifactId>
   <name>API</name>
   <description>
-    The MyFaces API Subproject provides a full set of the API interfaces and classes
-    defined in JSR-127 (see also http://www.jcp.org/en/jsr/detail?id=127).
+    MyFaces API - JSR 252 ( http://www.jcp.org/en/jsr/detail?id=252 )
   </description>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/api</connection>
@@ -24,7 +23,6 @@
         <version>2.1.2</version>
         <configuration>
           <excludes>
-            <exclude>**/*FactoryFinderTest*</exclude>
             <exclude>**/*UIComponentBaseTest*</exclude>
           </excludes>
         </configuration>