forked from moqui/moqui-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addons.xml
42 lines (34 loc) · 2.56 KB
/
addons.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<addons>
<!--
========== MODIFYING THIS FILE NOT RECOMMENDED ==========
Contains known open source Moqui components, those in the GitHub 'moqui' group and others.
To add or override repository, runtime, and component elements use a "myaddons.xml" file.
-->
<repository name="github">
<location type="current" url="https://github.com/${component.'@group'}/${component.'@name'}/archive/${component.'@branch'}.zip"/>
<location type="release" url="https://github.com/${component.'@group'}/${component.'@name'}/archive/v${component.'@version'}.zip"/>
<location type="git" url="https://github.com/${component.'@group'}/${component.'@name'}.git"/>
</repository>
<repository name="github-ssh">
<location type="current" url="https://github.com/${component.'@group'}/${component.'@name'}/archive/${component.'@branch'}.zip"/>
<location type="release" url="https://github.com/${component.'@group'}/${component.'@name'}/archive/v${component.'@version'}.zip"/>
<location type="git" url="[email protected]:${component.'@group'}/${component.'@name'}.git"/>
</repository>
<!-- Where to get runtime directory if not present -->
<runtime name="moqui-runtime" group="moqui" version="1.6.2" branch="master" repository="github"/>
<!-- Example Component -->
<component name="example" group="moqui" version="1.6.2" branch="master" repository="github"/>
<!-- Mantle Components -->
<component name="mantle-udm" group="moqui" version="1.0.1" branch="master" repository="github"/>
<component name="mantle-usl" group="moqui" version="1.0.1" branch="master" repository="github"/>
<component name="mantle-edi" group="moqui" version="1.0.0" branch="master" repository="github"/>
<component name="AuthorizeDotNet" group="moqui" version="1.0.0" branch="master" repository="github"/>
<component name="mantle-ubpl" group="moqui" version="" branch="master" repository="github"/><!-- no releases -->
<component name="mantle-oagis" group="moqui" version="" branch="master" repository="github"/><!-- no releases -->
<component name="SimpleScreens" group="moqui" version="1.0.2" branch="master" repository="github"/>
<!-- Moqui Applications -->
<component name="HiveMind" group="moqui" version="1.1.5" branch="master" repository="github"/>
<component name="PopCommerce" group="moqui" version="1.0.3" branch="master" repository="github"/>
<!-- Third Party Components -->
<component name="moqui-zh_CN-addon" group="chunlinyao" version="" branch="master" repository="github"/><!-- no releases -->
</addons>