Blob Blame History Raw
diff -up freecol/build.xml~ freecol/build.xml
--- freecol/build.xml~	2014-10-22 20:20:50.000000000 +0200
+++ freecol/build.xml	2014-10-22 20:23:13.800029335 +0200
@@ -161,14 +161,9 @@
 
     <target name="manifest" depends="git-revision"
             description="Creates the Manifest file.">
-        <manifestclasspath property="jar.classpath"
-                           jarfile="Freecol.jar">
-            <classpath refid="libraries.classpath" />
-        </manifestclasspath>
         <manifest file="${basedir}/src/MANIFEST.MF">
             <attribute name="Created-By" value="FreeCol Team"/>
             <attribute name="Main-Class" value="net.sf.freecol.FreeCol"/>
-            <attribute name="Class-Path" value="${jar.classpath}"/>
             <attribute name="Product-Name" value="FreeCol"/>
             <attribute name="Package-Title" value="FreeCol"/>
             <attribute name="Package-Version" value="${FreeCol.Revision}"/>