summaryrefslogtreecommitdiff
path: root/modules/WixWorkspaceCreator.pm
diff options
context:
space:
mode:
authorJames H. Hill <hilljh82@gmail.com>2010-05-17 06:45:46 +0000
committerJames H. Hill <hilljh82@gmail.com>2010-05-17 06:45:46 +0000
commit05b800c0cea4220dac124e2ba13085549ca8432d (patch)
tree8d67838b0ffe697c88a657743bf32a2fb2148fc3 /modules/WixWorkspaceCreator.pm
parent8185791147a3402c373298aa2970eb3c04453571 (diff)
downloadMPC-05b800c0cea4220dac124e2ba13085549ca8432d.tar.gz
Mon May 17 06:43:59 UTC 2010 James H. Hill <hillj at cs dot iupui dot edu>
Diffstat (limited to 'modules/WixWorkspaceCreator.pm')
-rw-r--r--modules/WixWorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/WixWorkspaceCreator.pm b/modules/WixWorkspaceCreator.pm
index ff4e478e..5ea4fe0a 100644
--- a/modules/WixWorkspaceCreator.pm
+++ b/modules/WixWorkspaceCreator.pm
@@ -70,7 +70,7 @@ sub post_workspace {
$self->get_workspace_name(), '">', $crlf;
foreach my $project ($self->sort_dependencies($self->get_projects())) {
- print $fh ' <ComponentRef Id="',
+ print $fh ' <ComponentGroupRef Id="ComponentGroup.',
$$info{$project}->[0], '" />', $crlf;
}