File flexdock-build.patch of Package flexdock
Index: flexdock-1.2.4/build.xml
===================================================================
--- flexdock-1.2.4.orig/build.xml
+++ flexdock-1.2.4/build.xml
@@ -49,7 +49,7 @@
</path>
<path id="javac.classpath.demo">
<path refid="javac.classpath" />
- <pathelement location="${lib.dir}/looks-2.1.1.jar" />
+ <pathelement location="${lib.dir}/looks.jar" />
</path>
<path id="javac.classpath.test">
<path refid="javac.classpath" />
@@ -187,7 +187,6 @@
I believe this BUG is the cause: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4490798 -->
<manifest>
<!-- matches core jar name -->
- <attribute name="Class-Path" value="${dist.jar.name} lib/jmf/lib/jmf.jar lib/looks-2.1.1.jar"/>
<attribute name="Main-Class" value="org.flexdock.demos.AllDemos"/>
</manifest>
</jar>