From 7f311c233780137204b2eb6566f567d959c5cb46 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 10 Jan 2013 17:53:40 +0100 Subject: wixl: wip --- tools/wixl/wix.vala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/wixl/wix.vala b/tools/wixl/wix.vala index b336441..f4d596b 100644 --- a/tools/wixl/wix.vala +++ b/tools/wixl/wix.vala @@ -392,6 +392,8 @@ namespace Wixl { public string Description { get; set; } public string Display { get; set; } public string ConfigurableDirectory { get; set; } + public string AllowAdvertise { get; set; } + public string Absent { get; set; } public override void accept (WixNodeVisitor visitor) throws GLib.Error { visitor.visit_feature (this, VisitState.ENTER); -- cgit