include splashscreen dir in the splashscreen bundle and not example plugin

cusax-fix
Emil Ivov 19 years ago
parent c5f27fb1c6
commit 6b5959a91d

@ -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>

Loading…
Cancel
Save