File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 6
6
<website >${project.url}</website >
7
7
<license >GNU General Public License, version 2</license >
8
8
<copyright >true</copyright >
9
+
9
10
<type >library</type >
11
+
10
12
<status >stable</status >
13
+
11
14
<tag >${project.artifactId}</tag >
12
15
<tag >library</tag >
13
16
<category id =" libs" >Libraries</category >
17
+
14
18
<dependency processor =" http://elemental.xyz" semver-min =" 6.4.0" />
15
19
<dependency processor =" http://exist-db.org" semver-min =" 6.3.0" />
20
+
21
+ <!-- include the XQuery Library Module written in Java (JAR output) from this project -->
16
22
<dependencySets >
17
23
<dependencySet >
18
24
<groupId >${project.groupId}</groupId >
30
36
<version >${antlr.version}</version >
31
37
</dependencySet >
32
38
</dependencySets >
39
+
40
+ <!-- register the Java module -->
41
+ <components >
42
+ <resource >
43
+ <public-uri >${cql.module.namespace}</public-uri >
44
+ <file >urn:java:class:${java-package-name}.${java-package-main-class-name}</file >
45
+ </resource >
46
+ </components >
47
+
33
48
</package >
You can’t perform that action at this time.
0 commit comments