office-gobmx/jfreereport/patches/flow-engine.patch
Tor Lillqvist 32565ee39b Bump maximum fuzz factor down to zero
Change-Id: I97d30afe3a24aab1123352da05b066095e5c86bb
2013-05-27 19:02:50 +03:00

12 lines
358 B
Diff

--- misc/flow-engine-0.9.4/build.xml (Revision 6728)
+++ misc/build/flow-engine-0.9.4/build.xml (Arbeitskopie)
@@ -24,7 +24,8 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <pathelement path="${commons-logging.jar}"/>
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>