Skip to content

Commit f7c8523

Browse files
authored
Merge pull request #30 from robbinspg/master
Fix manifest property name
2 parents 1e7e033 + ddf6dc8 commit f7c8523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javaagent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
</manifest>
158158
<manifestEntries>
159159
<Premain-Class>com.ibm.javametrics.instrument.Agent</Premain-Class>
160-
<Export-package>com.ibm.javametrics,com.ibm.javametrics.instrument</Export-package>
160+
<Export-Package>com.ibm.javametrics,com.ibm.javametrics.instrument</Export-Package>
161161
</manifestEntries>
162162
</archive>
163163
</configuration>

0 commit comments

Comments
 (0)