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/01/09 12:53:00 UTC

svn commit: r897423 - /myfaces/trinidad/trunk/trinidad-api/pom.xml

Author: matzew
Date: Sat Jan  9 11:53:00 2010
New Revision: 897423

URL: http://svn.apache.org/viewvc?rev=897423&view=rev
Log:
fixed stupid behavior of javadoc links....

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

Modified: myfaces/trinidad/trunk/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-api/pom.xml?rev=897423&r1=897422&r2=897423&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-api/pom.xml Sat Jan  9 11:53:00 2010
@@ -216,8 +216,7 @@
           <links>
             <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
             <link>http://java.sun.com/j2ee/1.4/docs/api</link>
-            <link>http://java.sun.com/javaee/javaserverfaces/1.2/docs/api/index.html</link>
-            <!--link>http://java.sun.com/javaee/javaserverfaces/1.2_MR1/docs/api/index.html</link-->
+            <link>http://java.sun.com/javaee/javaserverfaces/1.2_MR1/docs/api</link>
           </links>
         </configuration>
       </plugin>