[Freeswitch-trunk] [freeswitch-contrib] FreeSWITCH user-contributed scripts, etc branch master updated. java-esl-client-0.9.2-383-g4277bdb
git at svn.freeswitch.org
git at svn.freeswitch.org
Wed Feb 2 08:15:57 MSK 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FreeSWITCH user-contributed scripts, etc".
The branch, master has been updated
via 4277bdbadddb4bd6bd034812a4f59db60bd6e2aa (commit)
from 5247b0c1000e9aa6e642cdd238396d679d7c6bb3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4277bdbadddb4bd6bd034812a4f59db60bd6e2aa
Author: Jeff Lenk <jeff at jefflenk.com>
Date: Tue Feb 1 23:15:44 2011 -0600
add dependency for new file
diff --git a/mitchcapper/FSClient/Setup/FSClient.wxs b/mitchcapper/FSClient/Setup/FSClient.wxs
index 68d0886..ba6960a 100644
--- a/mitchcapper/FSClient/Setup/FSClient.wxs
+++ b/mitchcapper/FSClient/Setup/FSClient.wxs
@@ -4,6 +4,7 @@
<ComponentGroup Id="FSClientComp">
<ComponentRef Id="cmp98E16C7E23D449F3BC0ECF003543C3F9"/>
<ComponentRef Id="cmp32DB946E4669A895FAC4826678D1CE7A"/>
+ <ComponentRef Id="cmpD17CBE22A3B94CCE9CF46B849289D40D"/>
</ComponentGroup>
<DirectoryRef Id="INSTALLLOCATION">
<Component Id="cmp98E16C7E23D449F3BC0ECF003543C3F9" Guid="*">
@@ -12,6 +13,9 @@
<Component Id="cmp32DB946E4669A895FAC4826678D1CE7A" Guid="*">
<File Id="filE4CB78ABCF2AE91B89FB0446A607E70C" KeyPath="yes" Source="$(var.FSClient.TargetDir)\WPFToolkit.dll" />
</Component>
+ <Component Id="cmpD17CBE22A3B94CCE9CF46B849289D40D" Guid="*">
+ <File Id="fil00037BE15D6A4893973045263EA4B117" KeyPath="yes" Source="$(var.FSClient.TargetDir)\System.Windows.Controls.Input.Toolkit.dll" />
+ </Component>
</DirectoryRef>
</Fragment>
</Wix>
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
mitchcapper/FSClient/Setup/FSClient.wxs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
hooks/post-receive
--
FreeSWITCH user-contributed scripts, etc
More information about the Freeswitch-trunk
mailing list