Author: rgrabowski
Date: Sat May 23 21:48:49 2009
New Revision: 778036
URL: http://svn.apache.org/viewvc?rev=778036&view=rev
Log:
Corrected typo in project node's name attribute.
Modified:
logging/log4net/trunk/examples/net/1.0/Layouts/SampleLayoutsApp/cs/nant.build
Modified:
logging/log4net/trunk/examples/net/1.0/Layouts/SampleLayoutsApp/cs/nant.build
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/examples/net/1.0/Layouts/SampleLayoutsApp/cs/nant.build?rev=778036&r1=778035&r2=778036&view=diff
==============================================================================
---
logging/log4net/trunk/examples/net/1.0/Layouts/SampleLayoutsApp/cs/nant.build
(original)
+++
logging/log4net/trunk/examples/net/1.0/Layouts/SampleLayoutsApp/cs/nant.build
Sat May 23 21:48:49 2009
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project name="samplelayoutssapp-cs-exa,ple" default="compile"
xmlnds="http://tempuri.org/nant-vs.xsd">
+<project name="samplelayoutssapp-cs-example" default="compile"
xmlnds="http://tempuri.org/nant-vs.xsd">
<!-- Include configuration file -->
<include buildfile="nant.config" />
<!-- Include log4net helpers -->