Show More
@@ -28,6 +28,7 b'' | |||
|
28 | 28 | <?define templates.atom.guid = {D30E14A5-8AF0-4268-8B00-00BEE9E09E39} ?> |
|
29 | 29 | <?define templates.coal.guid = {B63CCAAB-4EAF-43b4-901E-4BD13F5B78FC} ?> |
|
30 | 30 | <?define templates.gitweb.guid = {827334AF-1EFD-421B-962C-5660A068F612} ?> |
|
31 | <?define templates.json.guid = {F535BE7A-EC34-46E0-B9BE-013F3DBAFB19} ?> | |
|
31 | 32 | <?define templates.monoblue.guid = {8060A1E4-BD4C-453E-92CB-9536DC44A9E3} ?> |
|
32 | 33 | <?define templates.paper.guid = {61AB1DE9-645F-46ED-8AF8-0CF02267FFBB} ?> |
|
33 | 34 | <?define templates.raw.guid = {834DF8D7-9784-43A6-851D-A96CE1B3575B} ?> |
@@ -12,6 +12,7 b'' | |||
|
12 | 12 | <ComponentRef Id="templates.atom" /> |
|
13 | 13 | <ComponentRef Id="templates.coal" /> |
|
14 | 14 | <ComponentRef Id="templates.gitweb" /> |
|
15 | <ComponentRef Id="templates.json" /> | |
|
15 | 16 | <ComponentRef Id="templates.monoblue" /> |
|
16 | 17 | <ComponentRef Id="templates.paper" /> |
|
17 | 18 | <ComponentRef Id="templates.raw" /> |
@@ -36,6 +37,13 b'' | |||
|
36 | 37 | <File Name="map-cmdline.phases" /> |
|
37 | 38 | </Component> |
|
38 | 39 | |
|
40 | <Directory Id="templates.jsondir" Name="json"> | |
|
41 | <Component Id="templates.json" Guid="$(var.templates.json.guid)" Win64='$(var.IsX64)'> | |
|
42 | <File Id="json.changelist.tmpl" Name="changelist.tmpl" KeyPath="yes" /> | |
|
43 | <File Id="json.map" Name="map" /> | |
|
44 | </Component> | |
|
45 | </Directory> | |
|
46 | ||
|
39 | 47 | <Directory Id="templates.atomdir" Name="atom"> |
|
40 | 48 | <Component Id="templates.atom" Guid="$(var.templates.atom.guid)" Win64='$(var.IsX64)'> |
|
41 | 49 | <File Id="atom.changelog.tmpl" Name="changelog.tmpl" KeyPath="yes" /> |
General Comments 0
You need to be logged in to leave comments.
Login now