Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Tool.hbm2net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26589/NHibernate.Tool.hbm2net
Modified Files:
NHibernate.Tool.hbm2net.build
NHibernate.Tool.hbm2net-1.1.csproj
Log Message:
began reorg of external libs to support targeting mono, net-1.1, and net-2.0
Index: NHibernate.Tool.hbm2net.build
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Tool.hbm2net/NHibernate.Tool.hbm2net.build,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** NHibernate.Tool.hbm2net.build 10 Aug 2004 16:40:15 -0000 1.2
--- NHibernate.Tool.hbm2net.build 13 Oct 2004 04:18:08 -0000 1.3
***************
*** 8,21 ****
<!--
! 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="Tool to Generate Classes from hbm.xml files.">
<!-- ensure the AssemblyInfo is writable -->
--- 8,21 ----
<!--
! 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="Tool to Generate Classes from hbm.xml files.">
<!-- ensure the AssemblyInfo is writable -->
Index: NHibernate.Tool.hbm2net-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Tool.hbm2net/NHibernate.Tool.hbm2net-1.1.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** NHibernate.Tool.hbm2net-1.1.csproj 25 Jul 2004 11:41:03 -0000 1.1
--- NHibernate.Tool.hbm2net-1.1.csproj 13 Oct 2004 04:18:09 -0000 1.2
***************
*** 88,102 ****
Name = "NVelocity"
AssemblyName = "NVelocity"
! HintPath = "..\..\external-bin\NVelocity.dll"
/>
<Reference
Name = "Commons"
AssemblyName = "Commons"
! HintPath = "..\..\external-bin\Commons.dll"
/>
<Reference
Name = "log4net"
AssemblyName = "log4net"
! HintPath = "..\..\external-bin\log4net.dll"
/>
</References>
--- 88,102 ----
Name = "NVelocity"
AssemblyName = "NVelocity"
! HintPath = "..\..\lib\NVelocity.dll"
/>
<Reference
Name = "Commons"
AssemblyName = "Commons"
! HintPath = "..\..\lib\Commons.dll"
/>
<Reference
Name = "log4net"
AssemblyName = "log4net"
! HintPath = "..\..\lib\net\1.1\log4net.dll"
/>
</References>
|