|
|
|
|
@ -1259,14 +1259,14 @@ javax.swing.event, javax.swing.border"/>
|
|
|
|
|
prefix="net/java/sip/communicator/plugin/exampleplugin"/>
|
|
|
|
|
</jar>
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
<!-- BUNDLE-PLUGIN-SPLASH SCREEN -->
|
|
|
|
|
<target name="bundle-plugin-splashscreen">
|
|
|
|
|
<!-- Creates a bundle for the Splash Screen plugin.-->
|
|
|
|
|
<jar compress="false" destfile="${bundles.dest}/splashscreen.jar"
|
|
|
|
|
manifest="src/net/java/sip/communicator/plugin/splashscreen/splashscreen.manifest.mf">
|
|
|
|
|
<zipfileset dir="${dest}/net/java/sip/communicator/plugin/exampleplugin"
|
|
|
|
|
prefix="net/java/sip/communicator/plugin/exampleplugin"/>
|
|
|
|
|
</jar>
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
<!-- BUNDLE-PLUGIN-SPLASH SCREEN -->
|
|
|
|
|
<target name="bundle-plugin-splashscreen">
|
|
|
|
|
<!-- Creates a bundle for the Splash Screen plugin.-->
|
|
|
|
|
<jar compress="false" destfile="${bundles.dest}/splashscreen.jar"
|
|
|
|
|
manifest="src/net/java/sip/communicator/plugin/splashscreen/splashscreen.manifest.mf">
|
|
|
|
|
<zipfileset dir="${dest}/net/java/sip/communicator/plugin/splashscreen"
|
|
|
|
|
prefix="net/java/sip/communicator/plugin/splashscreen"/>
|
|
|
|
|
</jar>
|
|
|
|
|
</target>
|
|
|
|
|
</project>
|
|
|
|
|
|