47 lines
2.6 KiB
XML
47 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
<remote name="origin"
|
|
fetch="https://github.com/"/>
|
|
<default revision="master" remote="origin" sync-s="true"/>
|
|
<!--
|
|
name : repository name
|
|
path : installation path of the repository
|
|
-->
|
|
<project name="atria-soft/etk" path="atria-soft/etk"/>
|
|
<project name="atria-soft/gale" path="atria-soft/gale"/>
|
|
<project name="atria-soft/ejson" path="atria-soft/ejson"/>
|
|
<project name="atria-soft/exml" path="atria-soft/exml"/>
|
|
<project name="atria-soft/esvg" path="atria-soft/esvg"/>
|
|
<project name="atria-soft/enet" path="atria-soft/enet"/>
|
|
<project name="atria-soft/ege" path="atria-soft/ege"/>
|
|
<project name="atria-soft/egami" path="atria-soft/egami"/>
|
|
<project name="atria-soft/date" path="atria-soft/date"/>
|
|
<project name="atria-soft/ewol" path="atria-soft/ewol"/>
|
|
<project name="atria-soft/eproperty" path="atria-soft/eproperty"/>
|
|
<project name="atria-soft/esignal" path="atria-soft/esignal"/>
|
|
<project name="atria-soft/ememory" path="atria-soft/ememory"/>
|
|
<project name="atria-soft/ethread" path="atria-soft/ethread"/>
|
|
<project name="atria-soft/elog" path="atria-soft/elog"/>
|
|
<project name="atria-soft/jvm-basics" path="atria-soft/jvm-basics"/>
|
|
<project name="HeeroYui/audio-ess" path="HeeroYui/audio-ess"/>
|
|
|
|
<!-- generic library -->
|
|
<project name="generic-library/freetype-lutin" path="generic-library/freetype-lutin"/>
|
|
<project name="generic-library/z-lutin" path="generic-library/z-lutin"/>
|
|
<project name="generic-library/gtest-lutin" path="generic-library/gtest-lutin"/>
|
|
<project name="generic-library/glew-lutin" path="generic-library/glew-lutin"/>
|
|
<project name="generic-library/bullet-physics-lutin" path="generic-library/bullet-physics-lutin"/>
|
|
<project name="generic-library/png-lutin" path="generic-library/png-lutin"/>
|
|
<project name="generic-library/edtaa3-lutin" path="generic-library/edtaa3-lutin"/>
|
|
<project name="generic-library/openssl-lutin" path="generic-library/openssl-lutin"/>
|
|
<project name="generic-library/ssh2-lutin" path="generic-library/ssh2-lutin"/>
|
|
<project name="generic-library/curl-lutin" path="generic-library/curl-lutin"/>
|
|
<!--<project name="generic-library/cxx-lutin" path="generic-library/cxx-lutin"/>-->
|
|
|
|
<!-- tools -->
|
|
<project name="generic-library/ios-deploy" path="tools/ios-deploy"/>
|
|
|
|
<!-- came from : https://github.com/musicdsp/manifest.git : default.xml -->
|
|
<include name="musicdsp.xml"/>
|
|
</manifest>
|