Menu

Commit [r872]  Maximize  Restore  History

build files: keep the xml syntax consistent.

Also remove an unneeded property from default.build and zlib.build.

XhmikosR 2013-05-17

changed /trunk/default.build
changed /trunk/ext/build/apr.build
changed /trunk/ext/build/aprutil.build
changed /trunk/ext/build/sasl.build
changed /trunk/ext/build/serf.build
changed /trunk/ext/build/sqlite.build
changed /trunk/ext/build/subversion.build
changed /trunk/ext/build/zlib.build
/trunk/default.build Diff Switch to side-by-side view
--- a/trunk/default.build
+++ b/trunk/default.build
@@ -4,11 +4,9 @@
   <!-- default configuration is release -->
   <property name="configuration" value="release" />
   <!-- default builds are dev builds -->
-  <property name="devrelease" value="-dev" unless="${property::exists('devrelease')}"/>
+  <property name="devrelease" value="-dev" unless="${property::exists('devrelease')}" />
   <!-- default build for win32 platform -->
   <property name="platform" value="win32" />
-  <!-- default build tool is VS.NET2005 -->
-  <property name="buildtool" value="devenv.com" />
   <!-- default: don't add a platform specific extension
        to the bin folders 'release' / 'debug' -->
   <property name="bindirextension" value="" />
@@ -27,7 +25,7 @@
        for example:
        /t "url/to/timestamp/server" /q
   -->
-  <loadfile file="signinfo.txt" property="signinfo" failonerror="false" if="${file::exists('signinfo.txt')}"/>
+  <loadfile file="signinfo.txt" property="signinfo" failonerror="false" if="${file::exists('signinfo.txt')}" />
 
   <!-- ====================================================================== -->
   <!-- Configuration targets                                                  -->
@@ -60,8 +58,8 @@
     <description>
       Cross-compiles on win32 for a different platform.
     </description>
-    <property name="crosscompile" value="yes" if="${platform == 'x64'}"/>
-    <echo message="ignore cross-compiling (only supported for x64)" level="Warning" if="${platform != 'x64'}"/>
+    <property name="crosscompile" value="yes" if="${platform == 'x64'}" />
+    <echo message="ignore cross-compiling (only supported for x64)" level="Warning" if="${platform != 'x64'}" />
   </target>
 
   <!-- ====================================================================== -->
@@ -99,7 +97,7 @@
         <include name="ext/build/default.build" />
       </buildfiles>
     </nant>
-    <exec program="devenv.com" >
+    <exec program="devenv.com">
       <arg value="${solutionname}" />
       <arg value="/clean" />
       <arg value="${configuration}|${platform}" />
@@ -165,7 +163,7 @@
       Builds CommitMonitor. The libraries must have been built
       before.
     </description>
-    <exec program="devenv.com" >
+    <exec program="devenv.com">
       <arg value="${solutionname}" />
       <arg value="/rebuild" />
       <arg value="${configuration}|${platform}" />
/trunk/ext/build/apr.build Diff Switch to side-by-side view
Loading...
/trunk/ext/build/aprutil.build Diff Switch to side-by-side view
Loading...
/trunk/ext/build/sasl.build Diff Switch to side-by-side view
Loading...
/trunk/ext/build/serf.build Diff Switch to side-by-side view
Loading...
/trunk/ext/build/sqlite.build Diff Switch to side-by-side view
Loading...
/trunk/ext/build/subversion.build Diff Switch to side-by-side view
Loading...
/trunk/ext/build/zlib.build Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.