add targets and manifests for constructing version bundles

add targets for constructing version bundles
cusax-fix
Emil Ivov 19 years ago
parent fa69cbb535
commit 9235727e7f

@ -605,7 +605,8 @@
bundle-msn,bundle-msn-slick, bundle-msn,bundle-msn-slick,
bundle-contactlist,meta-contactlist,meta-contactlist-slick, bundle-contactlist,meta-contactlist,meta-contactlist-slick,
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-version,bundle-version-impl"/>
<!--BUNDLE-HISTORY--> <!--BUNDLE-HISTORY-->
<target name="bundle-history"> <target name="bundle-history">
@ -850,7 +851,7 @@ javax.swing.event, javax.swing.border"/>
<!-- BUNDLE-PROTOCOL --> <!-- BUNDLE-PROTOCOL -->
<target name="bundle-protocol"> <target name="bundle-protocol">
<!-- Creates a bundle containing the protocol provider interfaces."--> <!-- Creates a bundle containing the protocol provider interfaces.-->
<jar compress="false" destfile="${bundles.dest}/protocol.jar" <jar compress="false" destfile="${bundles.dest}/protocol.jar"
manifest="src/net/java/sip/communicator/service/protocol/protocol.provider.manifest.mf"> manifest="src/net/java/sip/communicator/service/protocol/protocol.provider.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/service/protocol" <zipfileset dir="${dest}/net/java/sip/communicator/service/protocol"
@ -862,7 +863,7 @@ javax.swing.event, javax.swing.border"/>
<!-- BUNDLE-ICQ --> <!-- BUNDLE-ICQ -->
<target name="bundle-icq"> <target name="bundle-icq">
<!-- Creates a bundle containing the icq impl of the protocol provider."--> <!-- Creates a bundle containing the icq impl of the protocol provider.-->
<jar compress="false" destfile="${bundles.dest}/protocol-icq.jar" <jar compress="false" destfile="${bundles.dest}/protocol-icq.jar"
manifest="src/net/java/sip/communicator/impl/protocol/icq/icq.provider.manifest.mf"> manifest="src/net/java/sip/communicator/impl/protocol/icq/icq.provider.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/impl/protocol/icq" <zipfileset dir="${dest}/net/java/sip/communicator/impl/protocol/icq"
@ -875,7 +876,7 @@ javax.swing.event, javax.swing.border"/>
<!-- BUNDLE-ICQ-SLICK --> <!-- BUNDLE-ICQ-SLICK -->
<target name="bundle-icq-slick"> <target name="bundle-icq-slick">
<!-- Creates a bundle containing the slick for the ICQ protocol provider."--> <!-- Creates a bundle containing the slick for the ICQ protocol provider.-->
<jar compress="false" destfile="${bundles.dest}/protocol-icq-slick.jar" <jar compress="false" destfile="${bundles.dest}/protocol-icq-slick.jar"
manifest="test/net/java/sip/communicator/slick/protocol/icq/icq.provider.slick.manifest.mf"> manifest="test/net/java/sip/communicator/slick/protocol/icq/icq.provider.slick.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/slick/protocol/icq" <zipfileset dir="${dest}/net/java/sip/communicator/slick/protocol/icq"
@ -898,7 +899,7 @@ javax.swing.event, javax.swing.border"/>
<!-- BUNDLE-JABBER --> <!-- BUNDLE-JABBER -->
<target name="bundle-jabber"> <target name="bundle-jabber">
<!-- Creates a bundle containing the jabber impl of the protocol provider."--> <!-- Creates a bundle containing the jabber impl of the protocol provider.-->
<jar compress="false" destfile="${bundles.dest}/protocol-jabber.jar" <jar compress="false" destfile="${bundles.dest}/protocol-jabber.jar"
manifest="src/net/java/sip/communicator/impl/protocol/jabber/jabber.provider.manifest.mf"> manifest="src/net/java/sip/communicator/impl/protocol/jabber/jabber.provider.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/impl/protocol/jabber" <zipfileset dir="${dest}/net/java/sip/communicator/impl/protocol/jabber"
@ -909,7 +910,7 @@ javax.swing.event, javax.swing.border"/>
</target> </target>
<!-- BUNDLE-JABBER-SLICK --> <!-- BUNDLE-JABBER-SLICK -->
<!-- Creates a bundle containing the slick for the Jabber protocol provider."--> <!-- Creates a bundle containing the slick for the Jabber protocol provider.-->
<target name="bundle-jabber-slick"> <target name="bundle-jabber-slick">
<jar compress="false" destfile="${bundles.dest}/protocol-jabber-slick.jar" <jar compress="false" destfile="${bundles.dest}/protocol-jabber-slick.jar"
@ -923,7 +924,7 @@ javax.swing.event, javax.swing.border"/>
<!-- BUNDLE-MSN --> <!-- BUNDLE-MSN -->
<target name="bundle-msn"> <target name="bundle-msn">
<!-- Creates a bundle containing the msn impl of the protocol provider."--> <!-- Creates a bundle containing the msn impl of the protocol provider.-->
<jar compress="false" destfile="${bundles.dest}/protocol-msn.jar" <jar compress="false" destfile="${bundles.dest}/protocol-msn.jar"
manifest="src/net/java/sip/communicator/impl/protocol/msn/msn.provider.manifest.mf"> manifest="src/net/java/sip/communicator/impl/protocol/msn/msn.provider.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/impl/protocol/msn" <zipfileset dir="${dest}/net/java/sip/communicator/impl/protocol/msn"
@ -935,7 +936,7 @@ javax.swing.event, javax.swing.border"/>
</target> </target>
<!-- BUNDLE-MSN-SLICK --> <!-- BUNDLE-MSN-SLICK -->
<!-- Creates a bundle containing the slick for the Msn protocol provider."--> <!-- Creates a bundle containing the slick for the Msn protocol provider.-->
<target name="bundle-msn-slick"> <target name="bundle-msn-slick">
<jar compress="false" destfile="${bundles.dest}/protocol-msn-slick.jar" <jar compress="false" destfile="${bundles.dest}/protocol-msn-slick.jar"
@ -951,7 +952,7 @@ javax.swing.event, javax.swing.border"/>
<!-- BUNDLE-SWING-UI --> <!-- BUNDLE-SWING-UI -->
<target name="bundle-swing-ui"> <target name="bundle-swing-ui">
<!-- Bundle sip-communicator's UI."--> <!-- Bundle sip-communicator's UI.-->
<jar compress="false" destfile="${bundles.dest}/swing-ui.jar" <jar compress="false" destfile="${bundles.dest}/swing-ui.jar"
manifest="src/net/java/sip/communicator/impl/gui/swing.ui.manifest.mf"> manifest="src/net/java/sip/communicator/impl/gui/swing.ui.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/service/gui" <zipfileset dir="${dest}/net/java/sip/communicator/service/gui"
@ -963,7 +964,7 @@ javax.swing.event, javax.swing.border"/>
<!-- BUNDLE-CONTACTLIST --> <!-- BUNDLE-CONTACTLIST -->
<target name="bundle-contactlist"> <target name="bundle-contactlist">
<!-- Creates a bundle containing the contactlist interfaces."--> <!-- Creates a bundle containing the contactlist interfaces.-->
<jar compress="false" destfile="${bundles.dest}/contactlist.jar" <jar compress="false" destfile="${bundles.dest}/contactlist.jar"
manifest="src/net/java/sip/communicator/service/contactlist/contactlist.manifest.mf"> manifest="src/net/java/sip/communicator/service/contactlist/contactlist.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/service/contactlist" <zipfileset dir="${dest}/net/java/sip/communicator/service/contactlist"
@ -973,7 +974,7 @@ javax.swing.event, javax.swing.border"/>
<!-- BUNDLE-META-CONTACTLIST --> <!-- BUNDLE-META-CONTACTLIST -->
<target name="meta-contactlist"> <target name="meta-contactlist">
<!-- Creates the meta contact list bundle."--> <!-- Creates the meta contact list bundle.-->
<jar compress="false" destfile="${bundles.dest}/meta-cl.jar" <jar compress="false" destfile="${bundles.dest}/meta-cl.jar"
manifest="src/net/java/sip/communicator/impl/contactlist/meta.cl.manifest.mf"> manifest="src/net/java/sip/communicator/impl/contactlist/meta.cl.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/impl/contactlist" <zipfileset dir="${dest}/net/java/sip/communicator/impl/contactlist"
@ -983,7 +984,7 @@ javax.swing.event, javax.swing.border"/>
<!-- BUNDLE-META-CONTACTLIST-SLICK --> <!-- BUNDLE-META-CONTACTLIST-SLICK -->
<target name="meta-contactlist-slick"> <target name="meta-contactlist-slick">
<!-- Creates a bundle for the meta contact list SLICK."--> <!-- Creates a bundle for the meta contact list SLICK.-->
<jar compress="false" destfile="${bundles.dest}/meta-cl-slick.jar" <jar compress="false" destfile="${bundles.dest}/meta-cl-slick.jar"
manifest="test/net/java/sip/communicator/slick/contactlist/meta.cl.slick.manifest.mf"> manifest="test/net/java/sip/communicator/slick/contactlist/meta.cl.slick.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/slick/contactlist" <zipfileset dir="${dest}/net/java/sip/communicator/slick/contactlist"
@ -993,7 +994,7 @@ javax.swing.event, javax.swing.border"/>
<!-- BUNDLE-PLUGIN-ICQACCREGWIZZ --> <!-- BUNDLE-PLUGIN-ICQACCREGWIZZ -->
<target name="bundle-plugin-icqaccregwizz"> <target name="bundle-plugin-icqaccregwizz">
<!-- Creates a bundle for the plugin Icq Account Registration Wizard."--> <!-- Creates a bundle for the plugin Icq Account Registration Wizard.-->
<jar compress="false" destfile="${bundles.dest}/icqaccregwizz.jar" <jar compress="false" destfile="${bundles.dest}/icqaccregwizz.jar"
manifest="src/net/java/sip/communicator/plugin/icqaccregwizz/icqaccregwizz.manifest.mf"> manifest="src/net/java/sip/communicator/plugin/icqaccregwizz/icqaccregwizz.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/plugin/icqaccregwizz" <zipfileset dir="${dest}/net/java/sip/communicator/plugin/icqaccregwizz"
@ -1003,7 +1004,7 @@ javax.swing.event, javax.swing.border"/>
<!-- BUNDLE-PLUGIN-JABBERACCREGWIZZ --> <!-- BUNDLE-PLUGIN-JABBERACCREGWIZZ -->
<target name="bundle-plugin-jabberaccregwizz"> <target name="bundle-plugin-jabberaccregwizz">
<!-- Creates a bundle for the plugin Jabber Account Registration Wizard."--> <!-- Creates a bundle for the plugin Jabber Account Registration Wizard.-->
<jar compress="false" destfile="${bundles.dest}/jabberaccregwizz.jar" <jar compress="false" destfile="${bundles.dest}/jabberaccregwizz.jar"
manifest="src/net/java/sip/communicator/plugin/jabberaccregwizz/jabberaccregwizz.manifest.mf"> manifest="src/net/java/sip/communicator/plugin/jabberaccregwizz/jabberaccregwizz.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/plugin/jabberaccregwizz" <zipfileset dir="${dest}/net/java/sip/communicator/plugin/jabberaccregwizz"
@ -1013,7 +1014,7 @@ javax.swing.event, javax.swing.border"/>
<!-- BUNDLE-PLUGIN-MSNACCREGWIZZ --> <!-- BUNDLE-PLUGIN-MSNACCREGWIZZ -->
<target name="bundle-plugin-msnaccregwizz"> <target name="bundle-plugin-msnaccregwizz">
<!-- Creates a bundle for the plugin Msn Account Registration Wizard."--> <!-- Creates a bundle for the plugin Msn Account Registration Wizard.-->
<jar compress="false" destfile="${bundles.dest}/msnaccregwizz.jar" <jar compress="false" destfile="${bundles.dest}/msnaccregwizz.jar"
manifest="src/net/java/sip/communicator/plugin/msnaccregwizz/msnaccregwizz.manifest.mf"> manifest="src/net/java/sip/communicator/plugin/msnaccregwizz/msnaccregwizz.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/plugin/msnaccregwizz" <zipfileset dir="${dest}/net/java/sip/communicator/plugin/msnaccregwizz"
@ -1022,12 +1023,46 @@ javax.swing.event, javax.swing.border"/>
</target> </target>
<!-- BUNDLE-PLUGIN-SIPACCREGWIZZ --> <!-- BUNDLE-PLUGIN-SIPACCREGWIZZ -->
<target name="bundle-plugin-sipaccregwizz"> <target name="bundle-plugin-sipaccregwizz">
<!-- Creates a bundle for the plugin SIP Account Registration Wizard."--> <!-- Creates a bundle for the plugin SIP Account Registration Wizard.-->
<jar compress="false" destfile="${bundles.dest}/sipaccregwizz.jar" <jar compress="false" destfile="${bundles.dest}/sipaccregwizz.jar"
manifest="src/net/java/sip/communicator/plugin/sipaccregwizz/sipaccregwizz.manifest.mf"> manifest="src/net/java/sip/communicator/plugin/sipaccregwizz/sipaccregwizz.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/plugin/sipaccregwizz" <zipfileset dir="${dest}/net/java/sip/communicator/plugin/sipaccregwizz"
prefix="net/java/sip/communicator/plugin/sipaccregwizz"/> prefix="net/java/sip/communicator/plugin/sipaccregwizz"/>
</jar> </jar>
</target> </target>
<!-- BUNDLE-SERVICE-VERSION -->
<target name="bundle-version">
<!-- Creates a bundle for the version service.-->
<jar compress="false" destfile="${bundles.dest}/bundle-version.jar"
manifest="src/net/java/sip/communicator/service/version/version.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/service/version"
prefix="net/java/sip/communicator/service/version">
<include name="VersionImpl.java"/>
<include name="NightlyBuildID.java"/>
<include name="VersionServiceImpl.java"/>
</zipfileset>
</jar>
</target>
<!-- BUNDLE-SERVICEIMPL-VERSION -->
<target name="bundle-version-impl">
<!-- Creates a bundle for the version service impl.-->
<jar compress="false" destfile="${bundles.dest}/bundle-version-impl.jar"
manifest="src/net/java/sip/communicator/impl/version/version.impl.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/impl/version"
prefix="net/java/sip/communicator/impl/version"/>
</jar>
</target>
<!-- BUNDLE-SERVICELICK-VERSION -->
<target name="bundle-version-slick">
<!-- Creates a bundle for the version service slick.-->
<jar compress="false" destfile="${bundles.dest}/bundle-version-slick.jar"
manifest="test/net/java/sip/communicator/slick/version/version.slick.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/slick/version"
prefix="net/java/sip/communicator/slick/version"/>
</jar>
</target>
</project> </project>

Loading…
Cancel
Save