mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-07 00:30:50 +00:00
added remind command added support for parameters with spaces (they are contained by ") fixed support for remainder parameters added maxlength support for parameters added ability to embed templates, to have a text as well moved properties to a more appropriate position added method do parse a duration
21 lines
722 B
XML
21 lines
722 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>dev.sheldan.abstracto</groupId>
|
|
<artifactId>abstracto-application</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>dev.sheldan.abstracto.scheduling</groupId>
|
|
<artifactId>scheduling</artifactId>
|
|
<packaging>pom</packaging>
|
|
<modules>
|
|
<module>scheduling-int</module>
|
|
<module>scheduling-impl</module>
|
|
</modules>
|
|
|
|
|
|
</project> |