Skip to content

Commit e8a805f

Browse files
author
Timo Rantalainen
committed
Added manifest to the jar-file and to build.xml
1 parent c1236a2 commit e8a805f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<!--
6868
<jar jarfile="${dist}/javaVideoAnalysis.jar" basedir="${classes}"/>
6969
-->
70-
<jar jarfile="javaVideoAnalysis.jar" basedir="${classes}"/>
70+
<jar jarfile="javaVideoAnalysis.jar" basedir="${classes}" manifest="manifest/manifest.mf"/>
7171
</target>
7272

7373
<target name="clean" description="Remove output files" >

manifest/manifest.mf

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Main-Class: ui.JavaVideoAnalysis
2+

0 commit comments

Comments
 (0)