22 lines
826 B
XML
22 lines
826 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/"/>
|
|
<mirror name="gitlab" fetch="https://gitlab.com/"/>
|
|
<mirror name="bitbucket" fetch="https://bitbucket.com/"/>
|
|
</remote>
|
|
<options>
|
|
<branch-release>master</branch-release>
|
|
<branch-develop>dev</branch-develop>
|
|
<default-branch>master</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>
|