Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 0abdc3947553e5b5cc169beeb98df043 > files > 1

abbot-1.3.0-0.rc1.1.mga3.src.rpm

--- build.xml	2008-08-19 08:16:36.000000000 +0200
+++ build.xml-gil	2011-06-08 17:13:34.000000000 +0200
@@ -227,7 +227,6 @@
           unless="-jar">
     <jar jarfile="${build}/abbot.jar" filesonly="true">
       <manifest>
-        <attribute name="Class-Path" value="junit-3.8.1.jar"/>
         <attribute name="Implementation-Vendor" value="${company.full}"/>
         <attribute name="Implementation-Version" value="${abbot.version}"/>
         <attribute name="Specification-Vendor" value="${company.full}"/>
@@ -238,7 +237,6 @@
     <jar jarfile="${build}/costello.jar" filesonly="true">
       <manifest>
         <attribute name="Main-Class" value="abbot.editor.Costello"/>
-        <attribute name="Class-Path" value="abbot.jar gnu-regexp-1.1.0.jar jdom-1.0.jar xercesImpl-2.8.1.jar xml-apis.jar bsh-2.0b4.jar"/>
         <attribute name="Implementation-Vendor" value="${company.full}"/>
         <attribute name="Implementation-Version" value="${abbot.version}"/>
         <attribute name="Specification-Vendor" value="${company.full}"/>
@@ -249,7 +247,6 @@
     <copy file="logo32.gif" toFile="${build}/example"/>
     <jar jarfile="${build}/example.jar" filesonly="true">
       <manifest>
-        <attribute name="Class-Path" value="costello.jar"/>
         <attribute name="Implementation-Vendor" value="${company.full}"/>
         <attribute name="Implementation-Version" value="${abbot.version}"/>
         <attribute name="Specification-Vendor" value="${company.full}"/>