source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/AuditRepositoryCA/src/conf/AssemblyInformation.xml@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<jbi xmlns="http://java.sun.com/xml/ns/jbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:schemaLocation="http://java.sun.com/xml/ns/jbi ./jbi.xsd">
3 <service-assembly>
4 <identification>
5 <name>AuditRepositoryCA</name>
6 <description>Represents the Service Assembly of AuditRepositoryCA</description>
7 </identification>
8 <service-unit>
9 <identification>
10 <name>AuditRepositoryCA-AuditRepositoryEJB</name>
11 <description>Represents this Service Unit</description>
12 </identification>
13 <target>
14 <artifacts-zip>AuditRepositoryEJB.jar</artifacts-zip>
15 <component-name>sun-javaee-engine</component-name>
16 </target>
17 </service-unit>
18 <service-unit>
19 <identification>
20 <name>AuditRepositoryCA-sun-database-binding</name>
21 <description>Represents this Service Unit</description>
22 </identification>
23 <target>
24 <artifacts-zip>sun-database-binding.jar</artifacts-zip>
25 <component-name>sun-database-binding</component-name>
26 </target>
27 </service-unit>
28 <service-unit>
29 <identification>
30 <name>AuditRepositoryCA-sun-file-binding</name>
31 <description>Represents this Service Unit</description>
32 </identification>
33 <target>
34 <artifacts-zip>sun-file-binding.jar</artifacts-zip>
35 <component-name>sun-file-binding</component-name>
36 </target>
37 </service-unit>
38 <service-unit>
39 <identification>
40 <name>AuditRepositoryCA-sun-ftp-binding</name>
41 <description>Represents this Service Unit</description>
42 </identification>
43 <target>
44 <artifacts-zip>sun-ftp-binding.jar</artifacts-zip>
45 <component-name>sun-ftp-binding</component-name>
46 </target>
47 </service-unit>
48 <service-unit>
49 <identification>
50 <name>AuditRepositoryCA-sun-http-binding</name>
51 <description>Represents this Service Unit</description>
52 </identification>
53 <target>
54 <artifacts-zip>sun-http-binding.jar</artifacts-zip>
55 <component-name>sun-http-binding</component-name>
56 </target>
57 </service-unit>
58 <service-unit>
59 <identification>
60 <name>AuditRepositoryCA-sun-jms-binding</name>
61 <description>Represents this Service Unit</description>
62 </identification>
63 <target>
64 <artifacts-zip>sun-jms-binding.jar</artifacts-zip>
65 <component-name>sun-jms-binding</component-name>
66 </target>
67 </service-unit>
68 <service-unit>
69 <identification>
70 <name>AuditRepositoryCA-sun-ldap-binding</name>
71 <description>Represents this Service Unit</description>
72 </identification>
73 <target>
74 <artifacts-zip>sun-ldap-binding.jar</artifacts-zip>
75 <component-name>sun-ldap-binding</component-name>
76 </target>
77 </service-unit>
78 </service-assembly>
79</jbi>
Note: See TracBrowser for help on using the repository browser.