You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2005/11/13 17:56:40 UTC

svn commit: r333058 - in /httpd/docs-build/trunk: deps.xml prereq.xml

Author: nd
Date: Sun Nov 13 08:56:35 2005
New Revision: 333058

URL: http://svn.apache.org/viewcvs?rev=333058&view=rev
Log:
update docs build system to use the new centralized httpd version info

Modified:
    httpd/docs-build/trunk/deps.xml
    httpd/docs-build/trunk/prereq.xml

Modified: httpd/docs-build/trunk/deps.xml
URL: http://svn.apache.org/viewcvs/httpd/docs-build/trunk/deps.xml?rev=333058&r1=333057&r2=333058&view=diff
==============================================================================
--- httpd/docs-build/trunk/deps.xml (original)
+++ httpd/docs-build/trunk/deps.xml Sun Nov 13 08:56:35 2005
@@ -113,7 +113,8 @@
                             xsl/common.xsl
                             xsl/util/*.xml
                             xsl/util/*.xsl
-                            lang/@{lang}.xml"
+                            lang/@{lang}.xml
+                            version.ent"
                   excludes="xsl/util/designations.xml
                             xsl/util/allmodules.xml" />
         <targetfileset dir="../"
@@ -232,7 +233,8 @@
             <srcfileset    dir="../style/"
                       includes="xsl/nroff.xsl
                                 xsl/util/*.xml
-                                lang/@{lang}.xml"
+                                lang/@{lang}.xml
+                                version.ent"
                       excludes="xsl/util/designations.xml
                                 xsl/util/allmodules.xml" />
             <targetfileset dir="../../man"

Modified: httpd/docs-build/trunk/prereq.xml
URL: http://svn.apache.org/viewcvs/httpd/docs-build/trunk/prereq.xml?rev=333058&r1=333057&r2=333058&view=diff
==============================================================================
--- httpd/docs-build/trunk/prereq.xml (original)
+++ httpd/docs-build/trunk/prereq.xml Sun Nov 13 08:56:35 2005
@@ -1,4 +1,9 @@
 <?xml version="1.0"?>
+<!DOCTYPE project [
+    <!ENTITY % HTTPD-VERSION SYSTEM "../style/version.ent">
+    %HTTPD-VERSION;
+]>
+
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
                      as applicable
@@ -99,6 +104,8 @@
 
 
 <!-- load version dependent properties -->
+<property name="ap.httpd.version"
+         value="&httpd.major;.&httpd.minor;.&httpd.patch;" />
 <property prefix="ap" file="../style/build.properties" />
 
 </project>