|
From: <fab...@us...> - 2010-08-10 13:29:45
|
Revision: 5134
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5134&view=rev
Author: fabiomaulo
Date: 2010-08-10 13:29:39 +0000 (Tue, 10 Aug 2010)
Log Message:
-----------
Fixed build script
Modified Paths:
--------------
trunk/nhibernate/default.build
Modified: trunk/nhibernate/default.build
===================================================================
--- trunk/nhibernate/default.build 2010-08-10 02:46:39 UTC (rev 5133)
+++ trunk/nhibernate/default.build 2010-08-10 13:29:39 UTC (rev 5134)
@@ -299,7 +299,6 @@
<fileset basedir="${bin.dir}">
<include name="Antlr3.Runtime.dll" />
<include name="Iesi.Collections.???" />
- <include name="log4net*" />
<include name="Remotion.Data.Linq.dll" />
<include name="NHibernate.???" />
</fileset>
@@ -329,13 +328,19 @@
<!-- Tests -->
<copy file="${bin.dir}/TestEnbeddedConfig.cfg.xml" todir="${bin-pack.tests}"/>
<copy file="${bin.dir}/ABC.hbm.xml" todir="${bin-pack.tests}"/>
- <copy todir="${bin-pack.tests}">
+ <copy todir="${bin-pack.tests}/DbScripts">
+ <fileset basedir="${root.dir}/src/NHibernate.Test/DbScripts">
+ <include name="*.sql" />
+ </fileset>
+ </copy>
+ <copy todir="${bin-pack.tests}">
<fileset basedir="${bin.dir}">
<include name="nunit*" />
<include name="SharpTestsEx*" />
<include name="NHibernate.Domain*" />
<include name="NHibernate.Test*" />
- </fileset>
+ <include name="log4net*" />
+ </fileset>
</copy>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|