Skip to content

Commit

Permalink
Add Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBolger committed Oct 13, 2020
1 parent fcb3278 commit c86ea46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Main-Class: org.usadellab.trimmomatic.Trimmomatic
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</zip>

<zip destfile="${dist}/Trimmomatic-Src-${version}.zip">
<zipfileset dir="." includes="src/**/*,adapters/**/*,distSrc/**/*,lib/**/*,build.xml,versionHistory.txt" prefix="trimmomatic-${version}/"/>
<zipfileset dir="." includes="src/**/*,adapters/**/*,distSrc/**/*,lib/**/*,build.xml,versionHistory.txt,MANIFEST.MF" prefix="trimmomatic-${version}/"/>
</zip>

</target>
Expand Down

0 comments on commit c86ea46

Please sign in to comment.