Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > b9b6999824d354ef51c9d98aa708b57b > files > 3

jgrapht-0.8.1-3.fc15.src.rpm

--- build.xml.orig	2010-02-02 19:06:29.343248719 -0500
+++ build.xml	2010-02-02 19:06:31.486264282 -0500
@@ -267,12 +267,10 @@
   <target name="jar" depends="compile">
     <jar jarfile="${project.jar}" basedir="${build.dir}">
       <manifest>
         <attribute name="Main-Class" 
           value="org.jgrapht.demo.JGraphAdapterDemo"/>
-        <attribute name="Class-Path" 
-          value="lib/${jgraph.jar.name}"/>
         <attribute name="Specification-Title" 
           value="${project.name}"/>
         <attribute name="Specification-Version" 
           value="${project.version}"/>
         <attribute name="Implementation-Version"