-
Notifications
You must be signed in to change notification settings - Fork 16
/
jopa-src.xml
56 lines (50 loc) · 1.69 KB
/
jopa-src.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
<?xml version="1.0"?>
<!--
JOPA
Copyright (C) 2024 Czech Technical University in Prague
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3.0 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library.
-->
<assembly>
<id>src</id>
<formats>
<format>tar.gz</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>cz.cvut.kbss:jopa-api</include -->
</includes>
<!-- excludes>
<exclude>cz.cvut.kbss:jopa-api</exclude>
<exclude>cz.cvut.kbss:jopa-owlapi-utils</exclude>
<exclude>cz.cvut.kbss:jopa-owl2java</exclude>
<exclude>cz.cvut.kbss:jopa-impl</exclude>
</excludes-->
<sources>
<outputDirectory>/</outputDirectory>
</sources>
</moduleSet>
</moduleSets>
<fileSets>
<fileSet>
<directory>.</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>license</include>
<!--include>readme</include-->
</includes>
</fileSet>
</fileSets>
</assembly>