You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2006/10/20 06:30:21 UTC

svn commit: r465984 - /ant/antlibs/dotnet/trunk/changes.xml

Author: bodewig
Date: Thu Oct 19 21:30:20 2006
New Revision: 465984

URL: http://svn.apache.org/viewvc?view=rev&rev=465984
Log:
Add changes file

Added:
    ant/antlibs/dotnet/trunk/changes.xml   (with props)

Added: ant/antlibs/dotnet/trunk/changes.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/changes.xml?view=auto&rev=465984
==============================================================================
--- ant/antlibs/dotnet/trunk/changes.xml (added)
+++ ant/antlibs/dotnet/trunk/changes.xml Thu Oct 19 21:30:20 2006
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE document
+[
+<!ELEMENT document (properties?, release+)>
+<!ELEMENT properties (title)>
+<!ELEMENT title (#PCDATA)>
+<!ELEMENT release (action+)>
+<!ELEMENT action (#PCDATA)>
+<!ATTLIST release
+          version CDATA #REQUIRED
+          date CDATA #REQUIRED
+          description CDATA #IMPLIED>
+<!ATTLIST action
+          issue CDATA #IMPLIED
+          type (add|fix|remove|update) #REQUIRED
+          breaks-bwc (true|false) #IMPLIED>
+]
+>
+  <document>
+    <properties>
+      <title>Apache .NET Ant Library</title>
+    </properties>
+
+    <release version="SVN trunk" date="unpublished">
+      <action type="update" issue="40553">
+        The NAnt and MSBuild task have new attributes failonerror and
+        errorproperty that allow users to fine-tune Ant's behaviour if
+        either of both signals an error.
+      </action>
+
+      <action type="update" issue="40552">
+        The NUnit task has a new attribute errorproperty that allows
+        users to set a property if NUnit signals a test failure.
+      </action>
+    </release>
+  </document>

Propchange: ant/antlibs/dotnet/trunk/changes.xml
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org