You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mj...@apache.org on 2011/10/06 14:39:38 UTC

svn commit: r1179599 - /httpd/site/trunk/build.xml

Author: mjc
Date: Thu Oct  6 12:39:38 2011
New Revision: 1179599

URL: http://svn.apache.org/viewvc?rev=1179599&view=rev
Log:
OVAL definitions no longer valid, don't bother building them

Modified:
    httpd/site/trunk/build.xml

Modified: httpd/site/trunk/build.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/build.xml?rev=1179599&r1=1179598&r2=1179599&view=diff
==============================================================================
--- httpd/site/trunk/build.xml (original)
+++ httpd/site/trunk/build.xml Thu Oct  6 12:39:38 2011
@@ -90,12 +90,6 @@
             <classpath refid="classpath"/>
         </xslt>
 
-        <xslt destdir="${docs.dest}/security"
-              in="${docs.src}/security/vulnerabilities-httpd.xml"
-              out="${docs.dest}/security/vulnerabilities-oval.xml"
-              style="${docs.src}/stylesheets/httpd-oval.xsl">
-            <classpath refid="classpath"/>
-        </xslt>
   </target>
 
 </project>