You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2010/06/04 17:44:13 UTC

svn commit: r951455 - /openwebbeans/trunk/pom.xml

Author: struberg
Date: Fri Jun  4 15:44:13 2010
New Revision: 951455

URL: http://svn.apache.org/viewvc?rev=951455&view=rev
Log:
correct java ee api

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=951455&r1=951454&r2=951455&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Fri Jun  4 15:44:13 2010
@@ -319,7 +319,7 @@
                 <configuration>
                     <quiet>true</quiet>
                     <links>
-                        <link>http://java.sun.com/javaee/6/docs/api/index.html</link>
+                        <link>http://java.sun.com/javaee/6/docs/api</link>
                         <link>http://java.sun.com/j2se/1.6.0/docs/api</link>
                         <link>http://myfaces.apache.org/core20/myfaces-api/apidocs/</link>
                     </links>