OPENJPA-463: Added conf.OpenJPAVersion as the Main-Class in manifest

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@602971 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2007-12-10 17:21:28 +00:00
parent d3fb4cabf8
commit 88aa0ce910

View File

@ -90,7 +90,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<archive>
<manifest>
<mainClass>org.apache.openjpa.conf.OpenJPAVersion</mainClass>
</manifest>
<manifestEntries>
<Premain-Class>
org.apache.openjpa.enhance.PCEnhancerAgent