Generate launcher.jar.
This commit is contained in:
parent
a077975a28
commit
1e7dee5c80
1 changed files with 5 additions and 1 deletions
|
@ -102,7 +102,11 @@
|
|||
<target name="jar" depends="compile">
|
||||
<jar jarfile="${build.lib}/${jar.name}-${DSTAMP}.jar"
|
||||
basedir="${build.classes}"
|
||||
excludes="**/package.html"/>
|
||||
excludes="**/package.html,**/main/launcher/**"/>
|
||||
<jar jarfile="${home.dir}/launcher.jar"
|
||||
basedir="${build.classes}"
|
||||
includes="**/main/launcher/**"
|
||||
manifest="${build.src}/helma/main/launcher/manifest.txt"/>
|
||||
</target>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue