Skip to content

Commit

Permalink
Further modifications to build files. Next step is to have special tc…
Browse files Browse the repository at this point in the history
…-nhibernate.cfg.xml for special configuration for teamcity.

SVN: trunk@4382
  • Loading branch information
Tuna Toksoz committed May 25, 2009
1 parent 1343d8f commit 84d6686
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/NHibernate.ByteCode.Castle.Tests/ByteCode.Test.build
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@

<target name="generate-assemblyinfo" depends="init common.generate-assemblyinfo" />
<target name="build" depends="init generate-assemblyinfo common.compile-tests" />
<target name="test" depends="init build common.run-tests" />
<target name="test" depends="init build common.run-database-tests" />

</project>
2 changes: 1 addition & 1 deletion src/NHibernate.ByteCode.LinFu.Tests/ByteCode.Test.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@

<target name="generate-assemblyinfo" depends="init common.generate-assemblyinfo" />
<target name="build" depends="init generate-assemblyinfo common.compile-tests" />
<target name="test" depends="init build common.run-tests" />
<target name="test" depends="init build common.run-database-tests" />

</project>
2 changes: 1 addition & 1 deletion src/NHibernate.ByteCode.Spring.Tests/ByteCode.Test.build
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@

<target name="generate-assemblyinfo" depends="init common.generate-assemblyinfo" />
<target name="build" depends="init generate-assemblyinfo common.compile-tests" />
<target name="test" depends="init build common.run-tests" />
<target name="test" depends="init build common.run-database-tests" />

</project>
2 changes: 2 additions & 0 deletions src/NHibernate.Test/NHibernate.Test.build
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
</target>
<target name="generate-assemblyinfo" depends="init common.generate-assemblyinfo" />
<target name="build" depends="init generate-assemblyinfo common.compile-tests">


<if test="${file::exists(config.FileName)}">
<copy file="hibernate.cfg.xml" tofile="${bin.dir}/hibernate.cfg.xml" />
</if>
Expand Down

0 comments on commit 84d6686

Please sign in to comment.