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/11/16 05:45:34 UTC

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

Author: matzew
Date: Tue Nov 16 04:45:33 2010
New Revision: 1035529

URL: http://svn.apache.org/viewvc?rev=1035529&view=rev
Log:
commented out java.sun.com URLs

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=1035529&r1=1035528&r2=1035529&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-api/pom.xml Tue Nov 16 04:45:33 2010
@@ -225,12 +225,13 @@
         <configuration>
           <showPackage>false</showPackage>
           <showProtected>true</showProtected>
-          <links>
+          <!-- we should look up the new URLs -->
+          <!--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/2.0/docs/api</link>
             <link>http://java.sun.com/javaee/5/docs/api</link>
-          </links>
+          </links-->
         </configuration>
       </plugin>