You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
474 B
11 lines
474 B
--- build.xml~ 2007-03-18 23:41:02.000000000 +0100
|
|
+++ build.xml 2016-01-28 17:57:22.631161037 +0100
|
|
@@ -102,6 +102,7 @@
|
|
<!-- =================================================================== -->
|
|
<target name="jar" depends="compile">
|
|
<jar jarfile="${build.dir}/${final.name}.jar"
|
|
+ manifest="MANIFEST.MF"
|
|
basedir="${build.dest}"
|
|
excludes="**/package.html">
|
|
<metainf dir="." includes="LICENSE,NOTICE"/>
|