|
|
|
@ -1044,7 +1044,7 @@
|
|
|
|
bundle-plugin-icqaccregwizz,bundle-plugin-jabberaccregwizz,
|
|
|
|
bundle-plugin-icqaccregwizz,bundle-plugin-jabberaccregwizz,
|
|
|
|
bundle-plugin-msnaccregwizz,bundle-plugin-sipaccregwizz,
|
|
|
|
bundle-plugin-msnaccregwizz,bundle-plugin-sipaccregwizz,
|
|
|
|
bundle-plugin-yahooaccregwizz,bundle-plugin-aimaccregwizz,
|
|
|
|
bundle-plugin-yahooaccregwizz,bundle-plugin-aimaccregwizz,
|
|
|
|
bundle-commons-codec,bundle-httputil,bundle-plugin-spellcheck,
|
|
|
|
bundle-commons-codec,bundle-commons-lang,bundle-httputil,bundle-plugin-spellcheck,
|
|
|
|
bundle-version-impl,bundle-shutdown-timeout,bundle-windows-clean-shutdown,
|
|
|
|
bundle-version-impl,bundle-shutdown-timeout,bundle-windows-clean-shutdown,
|
|
|
|
bundle-growlnotification,bundle-swingnotification,bundle-galagonotification,
|
|
|
|
bundle-growlnotification,bundle-swingnotification,bundle-galagonotification,
|
|
|
|
bundle-sparkle, bundle-plugin-branding,
|
|
|
|
bundle-sparkle, bundle-plugin-branding,
|
|
|
|
@ -2125,6 +2125,18 @@ javax.swing.event, javax.swing.border"/>
|
|
|
|
</jar>
|
|
|
|
</jar>
|
|
|
|
</target>
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--BUNDLE-COMMONS-LANG -->
|
|
|
|
|
|
|
|
<target name="bundle-commons-lang">
|
|
|
|
|
|
|
|
<jar compress="true" destfile="${bundles.dest}/commons-lang.jar"
|
|
|
|
|
|
|
|
filesetmanifest="merge">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<zipfileset src="${lib.noinst}/commons-lang3-3.1.jar" prefix=""/>
|
|
|
|
|
|
|
|
<manifest>
|
|
|
|
|
|
|
|
<attribute name="System-Bundle" value="yes"/>
|
|
|
|
|
|
|
|
</manifest>
|
|
|
|
|
|
|
|
</jar>
|
|
|
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
<!--BUNDLE-HTTPUTIL -->
|
|
|
|
<!--BUNDLE-HTTPUTIL -->
|
|
|
|
<target name="bundle-httputil">
|
|
|
|
<target name="bundle-httputil">
|
|
|
|
<!-- Create the httputil.jar-->
|
|
|
|
<!-- Create the httputil.jar-->
|
|
|
|
|