Hello all,
Here are the tasks I have created on the build.xml file on
my machine.
Please, alert me on any mistake... It was
sort of a copy and paste
followed by some changing in the names.
Cheers
Pedro
<!-- Alteracao Pedro -->
<!-- BUNDLE-MSN -->
<target name="bundle-msn">
<!-- Creates a bundle containing the msn impl
of the
protocol provider."-->
<jar compress="false"
destfile="${bundles.dest}/protocol-msn.jar"
manifest="src/net/java/sip/communicator/impl/protocol/
msn/msn.provider.manifest.mf">
<zipfileset
dir="$/net/java/sip/communicator/service/protoco
l"
prefix="net/java/sip/communicator/service/protocol&qu
ot;/>
<zipfileset
dir="$/net/java/sip/communicator/impl/protocol/m
sn"
prefix="net/java/sip/communicator/impl/protocol/msn&q
uot;/>
<zipfileset
src="$/joscar-0.9.4-cvs-bin.jar"
prefix=""/>
<zipfileset
src="$/oscar-aim.jar"
prefix=""/>
<zipfileset
src="$/retroweaver-rt.jar"
prefix=""/>
</jar>
</target>
<!-- BUNDLE-MSN-SLICK -->
<target name="bundle-msn-slick">
<!-- Creates a bundle containing the slick
for the MSN
protocol provider."-->
<jar compress="false"
destfile="${bundles.dest}/protocol-msn-slick.jar"
;
manifest="test/net/java/sip/communicator/slick/protoco
l/msn/msn.provider.slick.manifest.mf">
<zipfileset
dir="$/net/java/sip/communicator/slick/protocol/
msn"
prefix="net/java/sip/communicator/slick/protocol/msn&
quot;/>
<zipfileset
src="$/joscar-0.9.4-cvs-bin.jar"
prefix=""/>
<zipfileset
src="$/oscar-aim.jar"
prefix=""/>
<zipfileset
src="$/retroweaver-rt.jar"
prefix=""/>
</jar>
</target>
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe sip-communicator.dev.java.net
For additional commands, e-mail: dev-help sip-communicator.dev.java.net
|