|
From: <fab...@us...> - 2011-03-12 17:54:00
|
Revision: 5450
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5450&view=rev
Author: fabiomaulo
Date: 2011-03-12 17:53:54 +0000 (Sat, 12 Mar 2011)
Log Message:
-----------
Fixed namespace
Modified Paths:
--------------
trunk/nhibernate/build-common/common-project.xml
Modified: trunk/nhibernate/build-common/common-project.xml
===================================================================
--- trunk/nhibernate/build-common/common-project.xml 2011-03-09 17:07:09 UTC (rev 5449)
+++ trunk/nhibernate/build-common/common-project.xml 2011-03-12 17:53:54 UTC (rev 5450)
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
-<project xmlns="http://nant.sf.net/release/0.90/nant.xsd" xsi:schemaLocation="http://nant.sf.net/release/0.90/nant.xsd ..\Tools\nant\schema\nant.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://nant.sf.net/release/0.85-rc3/nant.xsd">
- <description>
+ <description>
<![CDATA[
This file contains common tasks tailored specifically for the NHibernate
build process. The goal was to define all the actions in this file, so
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|