mirror of https://github.com/sipwise/jitsi.git
cefexperiments
parent
d8a524ffce
commit
7aeb4abae6
@ -1,14 +0,0 @@
|
||||
Description: Fixes compilation of gdata
|
||||
Index: jitsi-2.3.4901/lib/src/gdata-java-client/java/src/com/google/gdata/wireformats/AltFormat.java
|
||||
===================================================================
|
||||
--- jitsi-2.3.4901.orig/lib/src/gdata-java-client/java/src/com/google/gdata/wireformats/AltFormat.java 2012-09-27 14:40:10.000000000 -0400
|
||||
+++ jitsi-2.3.4901/lib/src/gdata-java-client/java/src/com/google/gdata/wireformats/AltFormat.java 2013-11-11 10:42:56.309608000 -0500
|
||||
@@ -396,7 +396,7 @@
|
||||
if (types == null) {
|
||||
acceptableTypes = ImmutableSet.of();
|
||||
} else {
|
||||
- acceptableTypes = ImmutableSet.of(types);
|
||||
+ acceptableTypes = ImmutableSet.copyOf(types);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
@ -0,0 +1,25 @@
|
||||
Index: jitsi/build.xml
|
||||
===================================================================
|
||||
--- jitsi.orig/build.xml
|
||||
+++ jitsi/build.xml
|
||||
@@ -1047,7 +1047,7 @@
|
||||
bundle-netaddr,bundle-netaddr-slick,bundle-slickless,
|
||||
bundle-slick-runner,bundle-sip,bundle-sip-slick,bundle-fileaccess,
|
||||
bundle-fileaccess-slick,bundle-neomedia,bundle-ldap,
|
||||
- bundle-googlecontacts-service,bundle-googlecontacts,
|
||||
+ bundle-googlecontacts-service,
|
||||
bundle-hid-service,bundle-hid,
|
||||
bundle-resource-manager,bundle-resources-defaultpack,
|
||||
bundle-protocol,bundle-protocol-media,bundle-icq,
|
||||
Index: jitsi/lib/felix.client.run.properties
|
||||
===================================================================
|
||||
--- jitsi.orig/lib/felix.client.run.properties
|
||||
+++ jitsi/lib/felix.client.run.properties
|
||||
@@ -98,7 +98,6 @@ felix.auto.start.45= \
|
||||
reference:file:sc-bundles/provdisc-dhcp.jar \
|
||||
reference:file:sc-bundles/provdisc-mdns.jar \
|
||||
reference:file:sc-bundles/googlecontacts-service.jar \
|
||||
- reference:file:sc-bundles/googlecontacts.jar \
|
||||
reference:file:sc-bundles/certificate.jar
|
||||
|
||||
felix.auto.start.49= \
|
||||
@ -1,3 +1,3 @@
|
||||
bcprov-upgrade-1.48
|
||||
guava-update
|
||||
remove-dns-java-logger.patch
|
||||
removes-gdata-deps
|
||||
|
||||
Loading…
Reference in new issue