manifest/default.xml
2024-02-10 13:07:31 +01:00

20 lines
707 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>
<option>
<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>
</option>
<!--<default revision="master" remote="origin" sync-s="true"/>-->
<include name="atria-soft.xml"/>
<include name="musicdsp.xml"/>
<include name="generic-library.xml"/>
<link source=".island/manifest/readme.md" destination="README.md"/>
</manifest>