forked from hapifhir/hapi-hl7v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hapi-jdk14.xml
42 lines (35 loc) · 1.58 KB
/
hapi-jdk14.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
<?xml version="1.0" encoding="ISO-8859-1"?>
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id>jdk14</id>
<formats>
<format>zip</format>
<format>tar.bz2</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<includes>
<include>ca.uhn.hapi:hapi-base:jdk14</include>
<include>ca.uhn.hapi:hapi-structures-v21:jdk14</include>
<include>ca.uhn.hapi:hapi-structures-v22:jdk14</include>
<include>ca.uhn.hapi:hapi-structures-v23:jdk14</include>
<include>ca.uhn.hapi:hapi-structures-v231:jdk14</include>
<include>ca.uhn.hapi:hapi-structures-v24:jdk14</include>
<include>ca.uhn.hapi:hapi-structures-v25:jdk14</include>
<include>ca.uhn.hapi:hapi-structures-v251:jdk14</include>
<include>ca.uhn.hapi:hapi-structures-v26:jdk14</include>
</includes>
<outputDirectory>lib</outputDirectory>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<outputDirectory></outputDirectory>
<directory>../src/jdk14docs</directory>
<includes>
<include>**/*</include>
</includes>
</fileSet>
</fileSets>
</assembly>