Skip to content

Commit 992461b

Browse files
author
Sergey Koshcheyev
committed
minor
SVN: trunk@2631
1 parent 76d7a53 commit 992461b

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

default.build

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -276,36 +276,11 @@
276276
description="Creates files for the File Release System on SourceForge">
277277

278278
<property name="dist.output.dir" value="${project::get-base-directory()}/build/" />
279-
<move file="${build.dir}/NHibernate-${project.version}.msi" todir="${dist.output.dir}" />
279+
<move file="${build.dir}/*.msi" todir="${dist.output.dir}" />
280280
<move file="${build.dir}/src/NHibernate-${project.version}-src.zip" todir="${dist.output.dir}" />
281281

282-
<!--
283-
<property name="zip.file.name" value="${dist.output.dir}/${build.name}.zip" />
284-
-->
285-
286-
<!--
287-
Don't zip reports - temporarily disabled
288-
<zip zipfile="${project::get-base-directory()}/build/${build.name}-clover-${nant.settings.currentframework}.zip" ziplevel="9">
289-
<fileset basedir="${build.dir}">
290-
<include name="clover/**" />
291-
</fileset>
292-
</zip>
293-
-->
294-
295-
<!--
296-
<zip zipfile="${zip.file.name}" ziplevel="9">
297-
<fileset basedir="${build.dir}">
298-
<include name="**/*" />
299-
<exclude name="clover/**" />
300-
<exclude name="bin/log.txt" />
301-
<exclude name="bin/*-results.xml" />
302-
<exclude name="*.msi" />
303-
</fileset>
304-
</zip>
305-
-->
306-
307282
<echo message="Created a '${project.config}' package in ${dist.output.dir}" />
308-
283+
309284
</target>
310285

311286
<target name="fxcop" depends="init" >

0 commit comments

Comments
 (0)