-
Notifications
You must be signed in to change notification settings - Fork 79
/
modules.xml
94 lines (93 loc) · 3.45 KB
/
modules.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-birt</artifactId>
<description>Eclipse BIRT widgets to enhance data visualization</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-bpm</artifactId>
<description>Business Process Management for Orienteer on top of Camunda</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-camel</artifactId>
<description>Support of Apache Camel</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-devutils</artifactId>
<description>Module for developers</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-graph</artifactId>
<description>Support of OrientDB graphs in Orienteer</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-logger-server</artifactId>
<description>Server part for Orienteer Logger</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-pages</artifactId>
<description>CMS for Orienteer</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-pivottable</artifactId>
<description>Module for view class documents in table</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-etl</artifactId>
<description>Support of OrientDB ETL</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-taucharts</artifactId>
<description>Integration of Orienteer and Taucharts</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-architect</artifactId>
<description>UI for easy and quick data models designing</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-mail</artifactId>
<description>Simply send emails with Orienteer</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-object</artifactId>
<description>Allows to use your own java classes to work with OrientDB under Orienteer</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-users</artifactId>
<description>Allows easily configure multiuser systems based on Orienteer</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-bot</artifactId>
<description>Module to build and run messangers bots</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-tours</artifactId>
<description>Module to create guided tours</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-metrics</artifactId>
<description>Module to gather metrics from Orienteer instance</description>
</module>
<module>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-rproxy</artifactId>
<description>Module to provide built-in reverse proxy for external REST APIs</description>
</module>
</metadata>