Sophie

Sophie

distrib > Mageia > 9 > x86_64 > by-pkgid > 1467f372b9107fac90b2c440a5f0e62c > files > 3

hsqldb-2.7.2-1.1.mga9.src.rpm

Index: hsqldb/build/build.xml
===================================================================
--- hsqldb.orig/build/build.xml
+++ hsqldb/build/build.xml
@@ -167,6 +167,7 @@ examples:
            There is no performance penalty, since the javadoc task regenerates
            everything each run.
        -->
+      <mkdir dir="doc/apidocs"/>
       <copy todir="doc/apidocs">
         <!-- IMPORTANT:
              Add a fixcrlf if we add non-binary files to doc/apidocs. -->
@@ -780,7 +781,6 @@ ${err.2}</fail>
       <delete file="${swsrc}org/hsqldb/server/Servlet.java"/>
       <javadoc
            destdir="doc/apidocs"
-           stylesheetfile="doc/apidocs/javadoc.css"
            docencoding="UTF-8"
            charset="UTF-8"
            author="true"
@@ -818,7 +818,6 @@ ${err.2}</fail>
             description="Create javadoc for the org.hsqldb.sqltool module">
         <javadoc
                 destdir="doc/apidocssqltool"
-                stylesheetfile="doc/apidocs/javadoc.css"
                 docencoding="UTF-8"
                 charset="UTF-8"
                 author="true"
@@ -857,7 +856,6 @@ ${err.2}</fail>
       <javadoc
            destdir="doc/apidocsdev"
            docencoding="UTF-8"
-           stylesheetfile="doc/apidocs/javadoc.css"
            charset="UTF-8"
            linksource="true"
            author="true"