-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMasterSite_FixletB.bes
More file actions
executable file
·35 lines (34 loc) · 1.09 KB
/
MasterSite_FixletB.bes
File metadata and controls
executable file
·35 lines (34 loc) · 1.09 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<BES xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BES.xsd">
<Fixlet>
<Title>MasterSite_FixletB</Title>
<Description><![CDATA[<enter a description of the problem and the corrective action here> ]]></Description>
<Relevance>40=40</Relevance>
<Relevance>50=50</Relevance>
<Relevance>60=60</Relevance>
<Category></Category>
<Source>Internal</Source>
<SourceID></SourceID>
<SourceReleaseDate>2015-02-13</SourceReleaseDate>
<SourceSeverity></SourceSeverity>
<CVENames></CVENames>
<SANSID></SANSID>
<MIMEField>
<Name>x-fixlet-modification-time</Name>
<Value>Sat, 14 Feb 2015 00:40:18 +0000</Value>
</MIMEField>
<Domain>BESC</Domain>
<DefaultAction ID="Action1">
<Description>
<PreLink>Click </PreLink>
<Link>here</Link>
<PostLink> to deploy this action.</PostLink>
</Description>
<ActionScript MIMEType="application/x-Fixlet-Windows-Shell">if {"B"="B"}
wait notepad
else
run mspaint
endif</ActionScript>
</DefaultAction>
</Fixlet>
</BES>