manifest/default.xml
2024-02-10 12:26:26 +01:00

20 lines
712 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--<remote name="origin" fetch="https://github.com/"/>-->
<remote name="origin" fetch="../../">
<mirror name="github" fetch="https://github.com/"/>
</remote>
<options>
<branch-release>main</branch-release>
<branch-develop>develop</branch-develop>
<default-branch>main</default-branch>
<default-remote>origin</default-remote>
<synchronize-submodule>true</synchronize-submodule>
</options>
<!--<default revision="master" remote="origin" sync-s="true"/>-->
<include>atria-soft.xml</include>
<include>musicdsp.xml</include>
<include>generic-library.xml</include>
<link source=".island/manifest/readme.md" destination="README.md"/>
</manifest>