Skip to content

Commit db60509

Browse files
committed
Add dola
1 parent 8907483 commit db60509

3 files changed

Lines changed: 77 additions & 0 deletions

File tree

mbi/dist/metadata.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,25 @@ MOD cup
132132
ART java_cup java_cup-runtime
133133
MOD disruptor
134134
ART com.lmax disruptor
135+
MOD dola-bsx
136+
ART io.kojan dola-bsx
137+
DEP org.codehaus.plexus plexus-classworlds
138+
MOD dola-dbs
139+
ART io.kojan dola-dbs
140+
DEP io.kojan dola-rpm-api
141+
DEP org.fedoraproject.xmvn xmvn-api
142+
MOD dola-generator
143+
ART io.kojan dola-generator
144+
DEP io.kojan dola-rpm-api
145+
DEP org.ow2.asm asm
146+
DEP org.apache.commons commons-compress
147+
DEP org.fedoraproject.xmvn xmvn-api
148+
DEP org.apache.maven maven-model 4.0.0-rc-3
149+
DEP org.fedoraproject.xmvn xmvn-core
135150
MOD dola-gleaner
136151
ART io.kojan dola-gleaner
152+
MOD dola-rpm-api
153+
ART io.kojan dola-rpm-api
137154
MOD dola-transformer
138155
ART io.kojan dola-transformer
139156
MOD easymock

project/dola.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
url=https://github.com/mizdebsk/dola.git
2+
ref=@.@.@
3+
version=1.0.0

project/dola.xml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<project>
2+
<licensing>
3+
<tag>Apache-2.0</tag>
4+
<file>NOTICE</file>
5+
</licensing>
6+
<module>
7+
<name>dola-rpm-api</name>
8+
<subDir>dola-rpm-api</subDir>
9+
<build>
10+
<compiler>
11+
<addSourceRoot>src/main/java</addSourceRoot>
12+
<release>21</release>
13+
</compiler>
14+
</build>
15+
</module>
16+
<module>
17+
<name>dola-bsx</name>
18+
<subDir>dola-bsx</subDir>
19+
<dependency>plexus-classworlds</dependency>
20+
<build>
21+
<compiler>
22+
<addSourceRoot>src/main/java</addSourceRoot>
23+
<release>21</release>
24+
</compiler>
25+
</build>
26+
</module>
27+
<module>
28+
<name>dola-dbs</name>
29+
<subDir>dola-dbs</subDir>
30+
<dependency>dola-rpm-api</dependency>
31+
<dependency>xmvn</dependency>
32+
<dependency>kojan-xml</dependency>
33+
<build>
34+
<compiler>
35+
<addSourceRoot>src/main/java</addSourceRoot>
36+
<release>21</release>
37+
</compiler>
38+
</build>
39+
</module>
40+
<module>
41+
<name>dola-generator</name>
42+
<subDir>dola-generator</subDir>
43+
<dependency>dola-rpm-api</dependency>
44+
<dependency>asm</dependency>
45+
<dependency>commons-compress</dependency>
46+
<dependency>commons-io</dependency>
47+
<dependency>xmvn</dependency>
48+
<dependency>maven4-api-model</dependency>
49+
<dependency>maven4-impl</dependency>
50+
<build>
51+
<compiler>
52+
<addSourceRoot>src/main/java</addSourceRoot>
53+
<release>21</release>
54+
</compiler>
55+
</build>
56+
</module>
57+
</project>

0 commit comments

Comments
 (0)