Revision: 1502
          http://svn.sourceforge.net/spring-rich-c/?rev=1502&view=rev
Author:   mathiasbr
Date:     2006-10-10 00:58:30 -0700 (Tue, 10 Oct 2006)

Log Message:
-----------
changed javadoc plugin version to 2.1 and activated aggregation of javadocs 
(this has been fixed in 2.1)
javadoc now referencing spring 2.0.x javadocs

Modified Paths:
--------------
    trunk/spring-richclient/pom.xml

Modified: trunk/spring-richclient/pom.xml
===================================================================
--- trunk/spring-richclient/pom.xml     2006-10-09 12:13:43 UTC (rev 1501)
+++ trunk/spring-richclient/pom.xml     2006-10-10 07:58:30 UTC (rev 1502)
@@ -352,13 +352,12 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.0</version>
+                <version>2.1</version>
                 <configuration>
-                    <!-- Aggregate breaks in javadoc plugin 2.0, fixed for 
upcoming 2.1 -->
-                    <!--<aggregate>true</aggregate>-->
+                    <aggregate>true</aggregate>
                     <links>
                         <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-                        
<link>http://static.springframework.org/spring/docs/1.2.x/api</link>
+                        
<link>http://static.springframework.org/spring/docs/2.0.x/api</link>
                     </links>
                 </configuration>
             </plugin>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
spring-rich-c-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to