Files
sailing-analytics/java/com.tractrac.clientmodule/pom.xml
T
Axel Uhl 7b9a619d69 upgrading to TracAPI 5.0.3 (Adding two new methods to the IPosition interface);
1) getDTL: the distance to the start line in centimeters. It will be NULL until a final distance
    is captured at the start.
  2) isClear: before the start isClear will = TRUE for all boats. For boats that are clear of the line
    at go this will remain TRUE for the entire race. For OCS boats this will = FALSE until they clear
    the line, at which point it will switch to TRUE
2025-12-18 14:00:46 +00:00

14 lines
550 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>root</artifactId>
<groupId>com.sap.sailing</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.tractrac.clientmodule</artifactId>
<version>5.0.3</version>
<packaging>eclipse-plugin</packaging>
</project>