- The protocol bundle was importing all image resources, instead of just the one it needs. This is now fixed by adding separate zipfileset entry for each protocol resource used in the protocol bundle.

- Unused resource removed.
cusax-fix
Yana Stamcheva 17 years ago
parent 2d8fef81c2
commit 164236df25

@ -1133,7 +1133,13 @@ javax.swing.event, javax.swing.border"/>
<type type="file" />
</zipfileset>
<zipfileset dir="${resources}/images"
prefix="resources/images"/>
prefix="resources/images">
<include name="protocol/icq/**/*"/>
<include name="protocol/googletalk/**/*"/>
<include name="protocol/jabber/**/*"/>
<include name="protocol/msn/**/*"/>
<include name="protocol/yahoo/**/*"/>
</zipfileset>
</jar>
</target>
@ -1387,8 +1393,6 @@ javax.swing.event, javax.swing.border"/>
manifest="${src}/net/java/sip/communicator/plugin/googletalkaccregwizz/googletalkaccregwizz.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/plugin/googletalkaccregwizz"
prefix="net/java/sip/communicator/plugin/googletalkaccregwizz"/>
<zipfileset dir="${resources}/images/protocol/googletalk"
prefix="resources/images/protocol/googletalk"/>
</jar>
</target>

Loading…
Cancel
Save