[Freeswitch-trunk] [freeswitch-contrib] FreeSWITCH user-contributed scripts, etc branch master updated. java-esl-client-0.9.2-385-g3f2c531
git at svn.freeswitch.org
git at svn.freeswitch.org
Wed Feb 2 09:29:31 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 3f2c531df509383cd93d9ae4379bfb656a969c7e (commit)
via 4277bdbadddb4bd6bd034812a4f59db60bd6e2aa (commit)
from fc1ff4f95853eb0a66db9b3658f596c19f8e66c4 (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 3f2c531df509383cd93d9ae4379bfb656a969c7e
Merge: fc1ff4f 4277bdb
Author: Mitch Capper <mitch.capper at gmail.com>
Date: Tue Feb 1 22:29:18 2011 -0800
Merge branch 'master' of ssh://git.freeswitch.org/freeswitch-contrib
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