</component>
<component name="ChangeListManager">
<list default="true" id="f146bc67-2578-4de3-9db2-94d2d43e9e83" name="Default" comment="wip #5410">
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/com/fluidbook/fwstk/TextsThread.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/fluidbook/fwstk/TextsThread.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../../../src/PDFTools.php" beforeDir="false" afterPath="$PROJECT_DIR$/../../../src/PDFTools.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/src/com/fluidbook/fwstk/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/fluidbook/fwstk/Main.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<workItem from="1661197921347" duration="504000" />
<workItem from="1661198842786" duration="416000" />
<workItem from="1661239352893" duration="103000" />
+ <workItem from="1661240120256" duration="20000" />
</task>
<task id="LOCAL-00001" summary="wip #1111 @0.5">
<created>1487172253077</created>
public class Main {
- private static String version = "0.93";
- private static String date = "20110904";
+ private static String version = "0.94";
+ private static String date = "20220823";
static int threads = 1;
static String input = "";
static Float linkOffsetX = 0.0f;
{
parent::__construct(PDFTools::tools_path('fwstk.sh', true), $output, $error);
}
+
+ public static function lastUpdate(): int
+ {
+ return filemtime(self::_jarPath());
+ }
+
+ protected static function _jarPath()
+ {
+ return PDFTools::tools_path('fwstk/out/artifacts/fwstk_jar/fwstk.jar');
+ }
}