You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(56) |
Jul
(15) |
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: <rob...@us...> - 2010-06-18 04:37:54
|
Revision: 10 http://netcdftools.svn.sourceforge.net/netcdftools/?rev=10&view=rev Author: robertbridle Date: 2010-06-18 04:37:48 +0000 (Fri, 18 Jun 2010) Log Message: ----------- ANDSWRON-618 - Add mailing lists to pom.xml and exclude attributes.txt from having licence header inserted. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-18 02:30:40 UTC (rev 9) +++ trunk/pom.xml 2010-06-18 04:37:48 UTC (rev 10) @@ -6,6 +6,7 @@ <version>0.1.4-SNAPSHOT</version> <name>netcdf-tools</name> <description>A set of tools for creating netCDF files.</description> + <url>http://netcdftools.sourceforge.net/</url> <issueManagement> <system>SourceForge Trac</system> <url>http://sourceforge.net/tracker/?group_id=328958</url> @@ -47,6 +48,22 @@ <comments>A business-friendly OSS license</comments> </license> </licenses> + <mailingLists> + <mailingList> + <name>Project SVN Changes Notification List</name> + <subscribe>https://lists.sourceforge.net/mailman/listinfo/netcdftools-commit</subscribe> + <unsubscribe>https://lists.sourceforge.net/mailman/listinfo/netcdftools-commit</unsubscribe> + <archive>https://sourceforge.net/mailarchive/forum.php?forum_name=netcdftools-commit</archive> + <post>net...@li...</post> + </mailingList> + <mailingList> + <name>Project Users List</name> + <subscribe>https://lists.sourceforge.net/mailman/listinfo/netcdftools-users</subscribe> + <unsubscribe>https://lists.sourceforge.net/mailman/listinfo/netcdftools-users</unsubscribe> + <archive>https://sourceforge.net/mailarchive/forum.php?forum_name=netcdftools-users</archive> + <post>net...@li...</post> + </mailingList> + </mailingLists> <build> <plugins> @@ -89,6 +106,7 @@ <header>config/header.txt</header> <excludes> <exclude>patched-netcdf-library/FileWriter.java</exclude> + <exclude>attributes.txt</exclude> <exclude>src/main/resources/LICENSE.txt</exclude> <exclude>src/main/resources/NOTICE.txt</exclude> </excludes> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jde...@us...> - 2010-06-18 02:30:46
|
Revision: 9 http://netcdftools.svn.sourceforge.net/netcdftools/?rev=9&view=rev Author: jdempsey Date: 2010-06-18 02:30:40 +0000 (Fri, 18 Jun 2010) Log Message: ----------- ANDSWRON-661 - Remove licence info that will break use of the file Modified Paths: -------------- trunk/attributes.txt Modified: trunk/attributes.txt =================================================================== --- trunk/attributes.txt 2010-06-18 01:28:48 UTC (rev 8) +++ trunk/attributes.txt 2010-06-18 02:30:40 UTC (rev 9) @@ -1,19 +1,3 @@ -==== - Copyright 2010, CSIRO Australia. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -==== - PID=http://hdl.handle.net/10378.3/7023, Dataset Name=MDB SY Scenario A (Historical Data), Coordinate System=GDA94 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |