From: <rob...@us...> - 2010-06-18 01:28:54
|
Revision: 8 http://netcdftools.svn.sourceforge.net/netcdftools/?rev=8&view=rev Author: robertbridle Date: 2010-06-18 01:28:48 +0000 (Fri, 18 Jun 2010) Log Message: ----------- ANDSWRON-618 - Change URL from generated site to point to SourceForge's download page. Modified Paths: -------------- trunk/pom.xml trunk/src/site/apt/index.apt Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-17 07:34:10 UTC (rev 7) +++ trunk/pom.xml 2010-06-18 01:28:48 UTC (rev 8) @@ -169,8 +169,10 @@ </execution> </executions> </plugin> - + + <!-- WE NO LONGER COPY THESE TO THE GENERATED SITE, WE NOW POINT THE SITE TO THE SOURCEFORGE DOWNLOAD URL --> <!-- Include the created artifacts in the site --> + <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> @@ -197,8 +199,9 @@ </configuration> </execution> </executions> - </plugin> - + </plugin> + --> + </plugins> </build> Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2010-06-17 07:34:10 UTC (rev 7) +++ trunk/src/site/apt/index.apt 2010-06-18 01:28:48 UTC (rev 8) @@ -24,7 +24,7 @@ Download - You can download the tools set from the {{{./downloads}downloads folder}}. + You can download the tools set from the {{{https://sourceforge.net/projects/netcdftools/files/}downloads folder}}. For each version there will be at least three files: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |