blaise/tools/kanban/project.xml
Graeme Geldenhuys 3ca4c5291d refactor(kanban): move from examples/ to tools/ as a PasBuild module
The kanban board is now a proper tool alongside migration-analyser.
Adds tools/kanban/project.xml (blaise-kanban module) and registers
it in the root aggregator.  Removes the standalone build.sh script
since PasBuild handles compilation.
2026-06-06 00:54:26 +01:00

19 lines
498 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project>
<name>blaise-kanban</name>
<!-- version inherited from root aggregator -->
<build>
<packaging>application</packaging>
<mainSource>kanban_app.pas</mainSource>
<executableName>kanban</executableName>
<manualUnitPaths>true</manualUnitPaths>
<unitPaths>
<path>src/main/pascal</path>
<path>../../runtime/src/main/pascal</path>
<path>../../stdlib/src/main/pascal</path>
</unitPaths>
</build>
</project>