Fix Issue 15 - add proper metadata to manifest

This commit is contained in:
mchr3k 2012-01-14 10:39:55 +00:00
parent 6745128b17
commit 502b0dc1ea
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
<manifest>
<attribute name="Premain-Class" value="org.intrace.agent.Agent" />
<attribute name="Agent-Class" value="org.intrace.agent.Agent" />
<attribute name="Can-Redefine-Classes" value="true" />
<attribute name="Can-Retransform-Classes" value="true" />
<attribute name="Class-Path" value="." />
<attribute name="Git-Revision" value="${git.revision}" />
<attribute name="Implementation-Version" value="${git.tag}" />