nonprism.patch 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. diff -Nur jitsi.orig/build.xml jitsi/build.xml
  2. --- jitsi.orig/build.xml 2015-02-10 15:12:09.000000000 -0200
  3. +++ jitsi/build.xml 2015-05-24 11:04:12.075127164 -0300
  4. @@ -503,7 +503,7 @@
  5. <!--internal-target- setup testing accounts properties -->
  6. <!-- The following local file should contain a list of protocol
  7. account initialization properties, such as SIP server addresses
  8. - and usernames, ICQ uin-s and passwords, AIM screennames and etc.
  9. + and usernames, etc.
  10. You should create the file based on lib/account.properties.template
  11. and set all the empty fields as indicated. -->
  12. <available property="accounts.properties.present"
  13. @@ -732,9 +732,6 @@
  14. failonerror="true"
  15. classpathref="project.class.path">
  16. - <!-- Sets the charset for the messages -->
  17. - <!--sysproperty key="icq.custom.message.charset" value="windows-1252"/-->
  18. -
  19. <!-- Tell felix to run Jitsi -->
  20. <sysproperty key="felix.config.properties"
  21. value="file:${lib}/felix.client.run.properties"/>
  22. @@ -833,9 +830,6 @@
  23. failonerror="true"
  24. classpathref="project.class.path">
  25. - <!-- Sets the charset for the messages -->
  26. - <!--sysproperty key="icq.custom.message.charset" value="windows-1252"/-->
  27. -
  28. <!-- Tell felix to run Jitsi -->
  29. <sysproperty key="felix.config.properties"
  30. value="file:${lib}/felix.client.run.properties"/>
  31. @@ -922,18 +916,16 @@
  32. bundle-netaddr,bundle-netaddr-slick,bundle-slickless,
  33. bundle-slick-runner,bundle-sip,bundle-sip-slick,bundle-fileaccess,
  34. bundle-fileaccess-slick,bundle-neomedia,bundle-ldap,
  35. - bundle-googlecontacts-service,bundle-googlecontacts,
  36. bundle-hid-service,bundle-hid,
  37. bundle-resource-manager,bundle-resources-defaultpack,
  38. - bundle-protocol,bundle-protocol-media,bundle-icq,
  39. - bundle-icq-slick,bundle-mock,bundle-smacklib,bundle-jmdnslib,
  40. + bundle-protocol,bundle-protocol-media,
  41. + bundle-mock,bundle-smacklib,bundle-jmdnslib,
  42. bundle-jabber,bundle-jabber-slick,bundle-swing-ui,bundle-ui-service,
  43. bundle-phonenumbers,
  44. bundle-irc,bundle-irc-commands,bundle-plugin-ircaccregwizz,
  45. bundle-contactlist,meta-contactlist,meta-contactlist-slick,
  46. - bundle-plugin-icqaccregwizz,bundle-plugin-jabberaccregwizz,
  47. + bundle-plugin-jabberaccregwizz,
  48. bundle-plugin-sipaccregwizz,
  49. - bundle-plugin-aimaccregwizz,
  50. bundle-httputil,bundle-plugin-spellcheck,
  51. bundle-version-impl,bundle-shutdown-timeout,bundle-windows-clean-shutdown,
  52. bundle-growlnotification,bundle-swingnotification,bundle-galagonotification,
  53. @@ -949,7 +941,7 @@
  54. bundle-plugin-keybindingChooser,bundle-plugin-globalproxyconfig,
  55. bundle-update,bundle-plugin-update,
  56. bundle-plugin-simpleaccreg,bundle-plugin-generalconfig,
  57. - bundle-plugin-googletalkaccregwizz,bundle-argdelegation-service,
  58. + bundle-argdelegation-service,
  59. bundle-argdelegation,bundle-json,
  60. bundle-filehistory,bundle-metahistory,bundle-metahistory-slick,
  61. bundle-plugin-ippiaccregwizz,
  62. @@ -1294,35 +1268,6 @@
  63. token="&#34;google.api.client.secret&#34;" value="null"/>
  64. </target>
  65. - <!--BUNDLE-GOOGLECONTACTS-->
  66. - <target name="bundle-googlecontacts" depends="bundle-httputil,bundle-browserlauncher">
  67. - <jar compress="false" destfile="${bundles.dest}/googlecontacts.jar"
  68. - manifest="${src}/net/java/sip/communicator/impl/googlecontacts/googlecontacts.manifest.mf">
  69. - <zipfileset dir="${dest}/net/java/sip/communicator/service/googlecontacts"
  70. - prefix="net/java/sip/communicator/service/googlecontacts"/>
  71. - <zipfileset dir="${dest}/net/java/sip/communicator/impl/googlecontacts"
  72. - prefix="net/java/sip/communicator/impl/googlecontacts" />
  73. - <zipfileset src="${lib.noinst}/gdata-core-1.0.jar" prefix=""/>
  74. - <zipfileset src="${lib.noinst}/gdata-contacts-3.0.jar" prefix=""/>
  75. - <zipfileset src="${lib.noinst}/gdata-contacts-meta-3.0.jar" prefix=""/>
  76. - <zipfileset src="${lib.noinst}/gdata-client-1.0.jar" prefix=""/>
  77. - <zipfileset src="${lib.noinst}/gdata-client-meta-1.0.jar" prefix=""/>
  78. - <zipfileset src="${lib.noinst}/google-oauth-client-1.20.0.jar" prefix=""/>
  79. - <zipfileset src="${lib.noinst}/google-http-client-1.20.0.jar" prefix=""/>
  80. - <zipfileset src="${lib.noinst}/google-http-client-jackson2-1.20.0.jar" prefix=""/>
  81. - <zipfileset src="${lib.noinst}/jackson-core-2.5.3.jar" prefix=""/>
  82. - </jar>
  83. - </target>
  84. -
  85. - <!--BUNDLE-GOOGLECONTACTS-SERVICE-->
  86. - <target name="bundle-googlecontacts-service">
  87. - <jar compress="false" destfile="${bundles.dest}/googlecontacts-service.jar"
  88. - manifest="${src}/net/java/sip/communicator/service/googlecontacts/googlecontacts.manifest.mf">
  89. - <zipfileset dir="${dest}/net/java/sip/communicator/service/googlecontacts"
  90. - prefix="net/java/sip/communicator/service/googlecontacts"/>
  91. - </jar>
  92. - </target>
  93. -
  94. <!--BUNDLE-SERVICEBINDER -->
  95. <target name="bundle-servicebinder">
  96. <jar compress="true" destfile="lib/bundle/servicebinder.jar"
  97. @@ -1423,8 +1386,6 @@
  98. </zipfileset>
  99. <zipfileset dir="${resources}/images"
  100. prefix="resources/images">
  101. - <include name="protocol/icq/**/*"/>
  102. - <include name="protocol/googletalk/**/*"/>
  103. <include name="protocol/jabber/**/*"/>
  104. <!-- the media package lives in the protocol-media bundle -->
  105. <exclude name="protocol/media/**/*"/>
  106. @@ -1473,36 +1434,6 @@
  107. </jar>
  108. </target>
  109. - <!-- BUNDLE-ICQ -->
  110. - <target name="bundle-icq">
  111. - <!-- Creates a bundle containing the icq impl of the protocol provider.-->
  112. - <jar compress="false" destfile="${bundles.dest}/protocol-icq.jar"
  113. - manifest="${src}/net/java/sip/communicator/impl/protocol/icq/icq.provider.manifest.mf">
  114. - <zipfileset dir="${dest}/net/java/sip/communicator/impl/protocol/icq"
  115. - prefix="net/java/sip/communicator/impl/protocol/icq"/>
  116. - <zipfileset src="${lib.noinst}/joscar-client.jar" prefix=""/>
  117. - <zipfileset src="${lib.noinst}/joscar-common.jar" prefix=""/>
  118. - <zipfileset src="${lib.noinst}/joscar-protocol.jar" prefix=""/>
  119. - <zipfileset src="${lib.noinst}/jsocks-klea.jar" prefix=""/>
  120. - </jar>
  121. - </target>
  122. -
  123. - <!-- BUNDLE-ICQ-SLICK -->
  124. - <target name="bundle-icq-slick">
  125. - <!-- Creates a bundle containing the slick for the ICQ protocol provider.-->
  126. - <jar compress="false" destfile="${bundles.dest}/protocol-icq-slick.jar"
  127. - manifest="${testsrc}/net/java/sip/communicator/slick/protocol/icq/icq.provider.slick.manifest.mf">
  128. - <zipfileset dir="${dest}/net/java/sip/communicator/slick/protocol/icq"
  129. - prefix="net/java/sip/communicator/slick/protocol/icq"/>
  130. - <zipfileset dir="${dest}/net/java/sip/communicator/slick/protocol/generic"
  131. - prefix="net/java/sip/communicator/slick/protocol/generic"/>
  132. - <zipfileset src="${lib.noinst}/joscar-client.jar" prefix=""/>
  133. - <zipfileset src="${lib.noinst}/joscar-common.jar" prefix=""/>
  134. - <zipfileset src="${lib.noinst}/joscar-protocol.jar" prefix=""/>
  135. - <zipfileset src="${lib.noinst}/jsocks-klea.jar" prefix=""/>
  136. - </jar>
  137. - </target>
  138. -
  139. <!--BUNDLE-MOCK-PROVIDER-->
  140. <target name="bundle-mock">
  141. <!--internal-target- Creates a bundle containing the mock implementation of the protocol provider package -->
  142. @@ -1612,26 +1543,6 @@
  143. </jar>
  144. </target>
  145. - <!-- BUNDLE-PLUGIN-ICQACCREGWIZZ -->
  146. - <target name="bundle-plugin-icqaccregwizz">
  147. - <!-- Creates a bundle for the plugin Icq Account Registration Wizard.-->
  148. - <jar compress="false" destfile="${bundles.dest}/icqaccregwizz.jar"
  149. - manifest="${src}/net/java/sip/communicator/plugin/icqaccregwizz/icqaccregwizz.manifest.mf">
  150. - <zipfileset dir="${dest}/net/java/sip/communicator/plugin/icqaccregwizz"
  151. - prefix="net/java/sip/communicator/plugin/icqaccregwizz"/>
  152. - </jar>
  153. - </target>
  154. -
  155. - <!-- BUNDLE-PLUGIN-AIMACCREGWIZZ -->
  156. - <target name="bundle-plugin-aimaccregwizz">
  157. - <!-- Creates a bundle for the plugin Aim Account Registration Wizard.-->
  158. - <jar compress="false" destfile="${bundles.dest}/aimaccregwizz.jar"
  159. - manifest="${src}/net/java/sip/communicator/plugin/aimaccregwizz/aimaccregwizz.manifest.mf">
  160. - <zipfileset dir="${dest}/net/java/sip/communicator/plugin/aimaccregwizz"
  161. - prefix="net/java/sip/communicator/plugin/aimaccregwizz"/>
  162. - </jar>
  163. - </target>
  164. -
  165. <!-- BUNDLE-PLUGIN-JABBERACCREGWIZZ -->
  166. <target name="bundle-plugin-jabberaccregwizz">
  167. <!-- Creates a bundle for the plugin Jabber Account Registration Wizard.-->