You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ni...@apache.org on 2005/11/29 16:23:23 UTC

svn commit: r349730 - /directory/network/trunk/project.properties

Author: niklas
Date: Tue Nov 29 07:23:19 2005
New Revision: 349730

URL: http://svn.apache.org/viewcvs?rev=349730&view=rev
Log:
Added the location of the Spring API javadocs to the maven.javadoc.links property

Modified:
    directory/network/trunk/project.properties

Modified: directory/network/trunk/project.properties
URL: http://svn.apache.org/viewcvs/directory/network/trunk/project.properties?rev=349730&r1=349729&r2=349730&view=diff
==============================================================================
--- directory/network/trunk/project.properties (original)
+++ directory/network/trunk/project.properties Tue Nov 29 07:23:19 2005
@@ -23,7 +23,7 @@
 maven.junit.fork=no
 #maven.junit.jvmargs=-Xmx160m -verbose -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
 
-maven.javadoc.links = http://java.sun.com/j2se/1.5.0/docs/api/, http://www.junit.org/junit/javadoc/3.8.1/, http://www.slf4j.org/api/
+maven.javadoc.links = http://java.sun.com/j2se/1.5.0/docs/api/, http://www.junit.org/junit/javadoc/3.8.1/, http://www.slf4j.org/api/, http://static.springframework.org/spring/docs/1.2.x/api/
 
 # Eclipse settings.
 maven.eclipse.junit=3.8.1