summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-05-05 11:59:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-05-05 11:59:59 +0000
commit5ba34813bc2abdf37e54960496562afa93d45d0f (patch)
treeb22ed9f59bfaae5a62b17c1f3801db9afb965b61
parent619f7318d5be45fcdbcc203439f304d8590f21db (diff)
downloadMPC-5ba34813bc2abdf37e54960496562afa93d45d0f.tar.gz
ChangeLogTag: Fri May 5 11:42:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--modules/BDSWorkspaceCreator.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/BDSWorkspaceCreator.pm b/modules/BDSWorkspaceCreator.pm
index 1885c1ce..37b4a7ed 100644
--- a/modules/BDSWorkspaceCreator.pm
+++ b/modules/BDSWorkspaceCreator.pm
@@ -62,7 +62,7 @@ sub write_comps {
print $fh ' <Option Name="GUID">{93D77FAD-C603-4FB1-95AB-34E0B6FBF615}</Option>', $crlf;
print $fh ' </Option>', $crlf;
print $fh ' </PersonalityInfo>', $crlf;
- print $fh '<Default.Personality>', $crlf;
+ print $fh ' <Default.Personality>', $crlf;
print $fh ' ', $crlf;
print $fh ' <Projects>', $crlf;
@@ -73,6 +73,7 @@ sub write_comps {
print $fh ' </Projects>', $crlf;
print $fh ' <Dependencies/>', $crlf;
print $fh ' </Default.Personality>', $crlf;
+ print $fh '</BorlandProject>', $crlf;
}