summaryrefslogtreecommitdiff
path: root/dotnet
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2008-01-14 15:31:35 +0000
committerRupert Smith <rupertlssmith@apache.org>2008-01-14 15:31:35 +0000
commita652cc84e7244a8f5fd97995d667f01958d1c29a (patch)
tree3d33a04a58b2874c40f8c4c7e63c536dafbb7ca5 /dotnet
parent7e73592fdbb0d1cd6a82e4a71678a3ffc0f393d7 (diff)
downloadqpid-python-a652cc84e7244a8f5fd97995d667f01958d1c29a.tar.gz
Some white space tidying up of the build file.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@611831 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet')
-rw-r--r--dotnet/default.build35
1 files changed, 11 insertions, 24 deletions
diff --git a/dotnet/default.build b/dotnet/default.build
index 55d5d9b8a7..c5c55bfe08 100644
--- a/dotnet/default.build
+++ b/dotnet/default.build
@@ -16,9 +16,7 @@
<property name="build.copyright" value="Apache Software Foundation"/>
<property name="build.description" value="Built from svn revision number: "/>
- <!--
- Fileset with build files for each core assembly
- -->
+ <!-- Fileset with build files for each core assembly. -->
<fileset id="src.builds">
<include name="Qpid.Buffer/default.build" />
<include name="Qpid.Sasl/default.build" />
@@ -28,9 +26,7 @@
<include name="Qpid.Client/default.build" />
</fileset>
- <!--
- Fileset with build files for test assemblies
- -->
+ <!-- Fileset with build files for test assemblies. -->
<fileset id="tests.builds">
<include name="Qpid.Buffer.Tests/default.build" />
<include name="Qpid.Sasl.Tests/default.build" />
@@ -38,9 +34,7 @@
<include name="Qpid.Client.Tests/default.build" />
</fileset>
- <!--
- Other test or utility assemblies
- -->
+ <!-- Other test or utility assemblies. -->
<fileset id='other.builds'>
<include name="TopicListener/default.build" />
<include name="TopicPublisher/default.build" />
@@ -165,29 +159,24 @@
<copy todir="${build.dir}" file="Qpid.Common/lib/seclib-1.0.0/Org.Mentalis.Security.dll"/>
<copy todir="${build.dir}" file="Qpid.Common/lib/log4net/log4net.dll"/>
<copy todir="${build.dir}" file="Qpid.Client.Tests/lib/nunit/nunit.framework.dll"/>
- <!--
- Compile assemblies
- -->
+
+ <!-- Compile assemblies. -->
<nant target="build">
<buildfiles refid="src.builds" />
</nant>
- <!--
- Compile test assemblies
- -->
+
+ <!-- Compile test assemblies. -->
<nant target="build">
<buildfiles refid="tests.builds" />
</nant>
- <!--
- Compile test assemblies
- -->
+
+ <!-- Compile test assemblies. -->
<nant target="build">
<buildfiles refid="other.builds" />
</nant>
</target>
- <!--
- Execute unit tests
- -->
+ <!-- Execute unit tests. -->
<target name="test" depends="build">
<echo message="Running unit tests for the project." />
<nant target="test">
@@ -195,9 +184,7 @@
</nant>
</target>
- <!--
- Make a release package
- -->
+ <!-- Make a release package. -->
<target name="release-pkg">
<echo message="building and packing a release"/>
<call target="clean"/>