Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26589/NHibernate.DomainModel
Modified Files:
NHibernate.DomainModel.build
Log Message:
began reorg of external libs to support targeting mono, net-1.1, and net-2.0
Index: NHibernate.DomainModel.build
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel/NHibernate.DomainModel.build,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** NHibernate.DomainModel.build 10 Aug 2004 16:40:14 -0000 1.4
--- NHibernate.DomainModel.build 13 Oct 2004 04:18:08 -0000 1.5
***************
*** 8,20 ****
<!--
! Required properties:
! * build.dir - (path) root level to build to, assemblies will go in ${build.dir}/bin
! * build.debug - (true|false) debug build?
! * current.build.defines - framework-specific build defines
* project.version - full project version
* project.version.major - the major number of the build
* project.version.minor - the minor number of the build
* project.version.build - the build number
! -->
<target name="build" description="Build the DomainModel that will be used by the Tests">
<!-- ensure the AssemblyInfo is writable -->
--- 8,20 ----
<!--
! Required properties:
! * build.dir - (path) root level to build to, assemblies will go in ${build.dir}/bin
! * build.debug - (true|false) debug build?
! * current.build.defines - framework-specific build defines
* project.version - full project version
* project.version.major - the major number of the build
* project.version.minor - the minor number of the build
* project.version.build - the build number
! -->
<target name="build" description="Build the DomainModel that will be used by the Tests">
<!-- ensure the AssemblyInfo is writable -->
|