Files
ejbca-ce/echo.xml
Mike Agrenius Kushner 9fa0ebef31 fix: removed unused properties from ejbca.properties
refs eca-12708
2024-11-22 15:26:01 +01:00

8 lines
193 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project name="echo">
<target name="customejbca.message" unless="runoncesetup.hasrun">
<echo message="${customejbca.message}"/>
</target>
</project>