Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 02b92139633a0dd42807345b90184e60 > files > 8

opengrok-0.8-0.0.20090712hg.2mdv2009.0.src.rpm

Disables inclusion of hardcoded classpath in manifest

Lubomir Rintel <lkundrak@v3.sk>

diff -up opengrok-0.7-src/build.xml.manifest-classpath opengrok-0.7-src/build.xml
--- opengrok-0.7-src/build.xml.manifest-classpath	2009-07-12 18:17:35.472550073 +0200
+++ opengrok-0.7-src/build.xml	2009-07-12 18:18:05.048557806 +0200
@@ -238,14 +238,16 @@ Use is subject to license terms.
     </target>
 
     <!-- Update the manifest file with a classpath attribute -->
+    <!--
     <target name="-update-manifest-classpath">
       <manifest file="${manifest.file}" mode="update">
         <attribute name="Class-Path"
                    value="${opengrok.lib.files} lib/derby.jar"/>
       </manifest>
     </target>
+    -->
 
-    <target name="-pre-jar" depends="-update-manifest-classpath,-update-build-info"/>
+    <target name="-pre-jar" depends="-update-build-info"/>
 
     <!--
         Copy the jars from lib to dist/lib manually if we don't have