You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/12/01 19:39:43 UTC

svn commit: r1041123 - /uima/uimaj/trunk/uimaj-distr/pom.xml

Author: schor
Date: Wed Dec  1 18:39:42 2010
New Revision: 1041123

URL: http://svn.apache.org/viewvc?rev=1041123&view=rev
Log:
[UIMA-1957]

Modified:
    uima/uimaj/trunk/uimaj-distr/pom.xml

Modified: uima/uimaj/trunk/uimaj-distr/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-distr/pom.xml?rev=1041123&r1=1041122&r2=1041123&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-distr/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-distr/pom.xml Wed Dec  1 18:39:42 2010
@@ -155,6 +155,13 @@
               <goal>javadoc</goal>
             </goals>
             <configuration>
+              <!-- fix java api links because Oracle bought Sun -->
+              <javaApiLinks>
+                <property>
+                  <name>api_1.5</name>
+                  <value>http://download.oracle.com/javase/1.5.0/docs/api/</value>
+                </property>
+              </javaApiLinks>
               <groups>
                 <group>
                   <title>Packages</title>