Revert "upgraded to TracAPI 3.13.8; may fix the live delay update and race official status update problem"

This reverts commit 17877c7425.
This commit is contained in:
Axel Uhl
2021-06-01 23:16:01 +02:00
parent 1e00cd4569
commit 8e269a2e85
5 changed files with 3 additions and 15 deletions
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TracTrac Client module
Bundle-SymbolicName: com.tractrac.clientmodule
Bundle-Version: 3.13.8
Bundle-Version: 3.13.7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .,
lib/TracAPI.jar
+1 -13
View File
@@ -14,25 +14,13 @@ It contains also some files:
- test.sh -> script that compiles the code in the src folder, creates the test.jar library and execute the code of the example.
- Manifest.txt -> manifest used to create the test.jar file
********************************************
TracAPI 3.13.8
********************************************
This is a final version. It adds two new values to the RaceCompetitorStatusType
Release date: 01/06/2021
Build number:
1) Bugs
- The UPDATE RACE messages are always sent (Requested by Jorge Piera, 01/06/2021)
********************************************
TracAPI 3.13.7
********************************************
This is a final version. It adds two new values to the RaceCompetitorStatusType
Release date: 02/03/2021
Build number: 2d21ce3085f8a4c915fc9d81b09d1c0518e349c4
Build number:
1) Bugs
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -8,6 +8,6 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.tractrac.clientmodule</artifactId>
<version>3.13.8</version>
<version>3.13.7</version>
<packaging>eclipse-plugin</packaging>
</project>