Applying patch from Jonathon Rossi
[castle.git] / Setup / ReleaseNotes.wxs
blobf0e00e669d02e96fe259308c0532ca1ec6928955
1 <?xml version='1.0' encoding='windows-1252'?>
2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
4 <?include Includes.wxi?>
6 <Fragment Id='FragmentReleaseNotes'>
8 <DirectoryRef Id="ReleaseNotesDir">
9 <Component Id="ReleaseNotesRoot" DiskId="1" Guid="4D11F06F-3E7B-4DBF-B15A-73413AC192A9">
11 <File
12 Id="relnote1"
13 Name="ActiveRecord Release Notes.txt"
14 Source="$(var.ReleaseNotesDir)\ActiveRecord Release Notes.txt" />
15 <File
16 Id="relnote2"
17 Name="AspectSharp Release Notes.txt"
18 Source="$(var.ReleaseNotesDir)\AspectSharp Release Notes.txt" />
19 <File
20 Id="relnote3"
21 Name="Core Release Notes.txt"
22 Source="$(var.ReleaseNotesDir)\Core Release Notes.txt" />
23 <File
24 Id="relnote4"
25 Name="DynamicProxy Release Notes.txt"
26 Source="$(var.ReleaseNotesDir)\DynamicProxy Release Notes.txt" />
27 <File
28 Id="relnote5"
29 Name="MonoRail Release Notes.txt"
30 Source="$(var.ReleaseNotesDir)\MonoRail Release Notes.txt" />
31 <File
32 Id="relnote6"
33 Name="InversionOfControl Release Notes.txt"
34 Source="$(var.ReleaseNotesDir)\InversionOfControl Release Notes.txt" />
36 </Component>
38 <Directory Id="ComponentsDir" Name="Components">
39 <Component Id="ReleaseNotesComps" DiskId="1" Guid="E54A749A-DAF0-41AE-879C-7F06501C4243">
41 <File
42 Id="relnotecomps1"
43 Name="AssemblyResolverDialog Release Notes.txt"
44 Source="$(var.ReleaseNotesDir)\Components\AssemblyResolverDialog Release Notes.txt" />
45 <File
46 Id="relnotecomps2"
47 Name="Binder Release Notes.txt"
48 Source="$(var.ReleaseNotesDir)\Components\Binder Release Notes.txt" />
49 <File
50 Id="relnotecomps3"
51 Name="EmailSender Release Notes.txt"
52 Source="$(var.ReleaseNotesDir)\Components\EmailSender Release Notes.txt" />
53 <File
54 Id="relnotecomps4"
55 Name="TemplateEngine Release Notes.txt"
56 Source="$(var.ReleaseNotesDir)\Components\TemplateEngine Release Notes.txt" />
58 </Component>
59 </Directory>
61 <Directory Id="FacilitiesDir" Name="Facilities">
62 <Component Id="ReleaseNotesFacilities" DiskId="1" Guid="EBB8ECB9-E281-4973-AAF5-F686F98EBD32">
65 <File
66 Id="relnotefac1"
67 Name="ActiveRecordIntegration Release Notes.txt"
68 Source="$(var.ReleaseNotesDir)\Facilities\ActiveRecordIntegration Release Notes.txt" />
69 <File
70 Id="relnotefac2"
71 Name="AspectSharp Release Notes.txt"
72 Source="$(var.ReleaseNotesDir)\Facilities\AspectSharp Release Notes.txt" />
73 <File
74 Id="relnotefac3"
75 Name="AutomaticTransactionManagement Release Notes.txt"
76 Source="$(var.ReleaseNotesDir)\Facilities\AutomaticTransactionManagement Release Notes.txt" />
77 <File
78 Id="relnotefac4"
79 Name="BatchRegistration Release Notes.txt"
80 Source="$(var.ReleaseNotesDir)\Facilities\BatchRegistration Release Notes.txt" />
81 <File
82 Id="relnotefac5"
83 Name="Cache Release Notes.txt"
84 Source="$(var.ReleaseNotesDir)\Facilities\Cache Release Notes.txt" />
85 <!--
86 <File
87 Id="relnotefac6"
88 Name="Db4o Release Notes.txt"
89 Source="$(var.ReleaseNotesDir)\Facilities\Db4o Release Notes.txt" />
90 -->
91 <File
92 Id="relnotefac7"
93 Name="IBatisNet Release Notes.txt"
94 Source="$(var.ReleaseNotesDir)\Facilities\IBatisNet Release Notes.txt" />
95 <File
96 Id="relnotefac8"
97 Name="Logging Release Notes.txt"
98 Source="$(var.ReleaseNotesDir)\Facilities\Logging Release Notes.txt" />
99 <!--
100 <File
101 Id="relnotefac9"
102 Name="ManagementExtensions Release Notes.txt"
103 Source="$(var.ReleaseNotesDir)\Facilities\ManagementExtensions Release Notes.txt" />
105 <File
106 Id="relnotefac10"
107 Name="NHibernateIntegration Release Notes.txt"
108 Source="$(var.ReleaseNotesDir)\Facilities\NHibernateIntegration Release Notes.txt" />
109 <File
110 Id="relnotefac11"
111 Name="Prevalence Release Notes.txt"
112 Source="$(var.ReleaseNotesDir)\Facilities\Prevalence Release Notes.txt" />
114 </Component>
115 </Directory>
117 <Directory Id="ServicesDir" Name="Services">
118 <Component Id="ReleaseNotesServices" DiskId="1" Guid="C3238736-E99C-494B-B05D-5B7F54B11DDA">
120 <File
121 Id="relnoteserv1"
122 Name="Logging Release Notes.txt"
123 Source="$(var.ReleaseNotesDir)\Services\Logging Release Notes.txt" />
124 <File
125 Id="relnoteserv2"
126 Name="TransactionMangement Release Notes.txt"
127 Source="$(var.ReleaseNotesDir)\Services\TransactionMangement Release Notes.txt" />
129 </Component>
130 </Directory>
132 </DirectoryRef>
134 </Fragment>
135 </Wix>