Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > a44b2fb9384e19ec0f596b860b774ae8 > files > 7

opengrok-0.8.1-2mdv2010.1.src.rpm

During our build we remove everything from lib,
so don't attempt to copy it.

Lubomir Rintel <lkundrak@v3.sk>

--- opengrok-0.7-src/build.xml.nocplib	2008-10-16 17:32:18.000000000 +0200
+++ opengrok-0.7-src/build.xml	2008-10-16 17:35:29.000000000 +0200
@@ -259,7 +259,7 @@
             <fileset dir="web"/>
             <fileset dir="conf" excludes="web.xml"/>
             <lib dir="${dist.dir}" includes="opengrok.jar"/>
-            <lib dir="${dist.dir}/lib" includes="*.jar" excludes="servlet-api.jar"/>
+            <!-- <lib dir="${dist.dir}/lib" includes="*.jar" excludes="servlet-api.jar"/> -->
         </war>
         <echo message="Generating man page.."/>
         <java classname="org.opensolaris.opengrok.index.CommandLineOptions"