blob: f36104e80aafd7bbef1659644564f50499e3063b (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<assembly>
<id>jogl</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<moduleSets>
<moduleSet>
<!-- Enable access to all projects in the current multimodule build! -->
<useAllReactorProjects>true</useAllReactorProjects>
<!-- Now, select which projects to include in this module-set. -->
<includes>
<include>com.ardor3d:ardor3d-animation</include>
<include>com.ardor3d:ardor3d-awt</include>
<include>com.ardor3d:ardor3d-collada</include>
<include>com.ardor3d:ardor3d-core</include>
<include>com.ardor3d:ardor3d-effects</include>
<include>com.ardor3d:ardor3d-extras</include>
<include>com.ardor3d:ardor3d-jogl</include>
<include>com.ardor3d:ardor3d-math</include>
<include>com.ardor3d:ardor3d-savable</include>
<include>com.ardor3d:ardor3d-swt</include>
<include>com.ardor3d:ardor3d-terrain</include>
<include>com.ardor3d:ardor3d-ui</include>
</includes>
<binaries>
<unpack>false</unpack>
<dependencySets>
<dependencySet>
<unpack>false</unpack>
<scope>runtime</scope>
</dependencySet>
</dependencySets>
</binaries>
</moduleSet>
</moduleSets>
</assembly>
|