]> granicus.if.org Git - docbook-dsssl/commitdiff
support for default classpath for Gentoo Linux
authorKasun Gajasinghe <kasunbg@gmail.com>
Sat, 10 Sep 2011 18:47:33 +0000 (18:47 +0000)
committerKasun Gajasinghe <kasunbg@gmail.com>
Sat, 10 Sep 2011 18:47:33 +0000 (18:47 +0000)
xsl/webhelp/build.xml

index 9abe3d4af39bc784094cbe9b94798d81ee7237dd..b09b52432ed320d7418714d8530b1c054ee58384 100755 (executable)
            <path refid="classpath"/>
            <pathelement location="/usr/share/java/xercesImpl.jar"/>    
            <pathelement location="/usr/share/java/xml-apis.jar"/>       
-         </classpath>
+           <!-- Gentoo Linux friendly default classpath-->
+           <pathelement location="/usr/share/xerces-2/lib/xercesImpl.jar"/>    
+           <pathelement location="/usr/share/xml-commons/lib/xml-apis.jar"/>    
+         </classpath>
        </java> 
  
        <!--indexertask htmldir="${output-dir}/content" indexerLanguage="${webhelp.indexer.language}"/-->