mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-22 23:22:27 +00:00
82adc06e3d
* Refactoring Tethys A lot of refactoring of Nilus wrappers with more useful Objects for PAMGUard to work with. * Improved document handling Abstracted wrapper around nilus documents which allows easyish calling of internal functions in Localize and Detections document without a common base class. * Fix doc deletion in detector output panel
10 lines
458 B
XML
10 lines
458 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>
|
|
<groupId>tethys.org</groupId>
|
|
<artifactId>nilus</artifactId>
|
|
<version>3.1</version>
|
|
<description>POM was created from install:install-file</description>
|
|
</project>
|