Title: [2575] trunk/openejb3/container/openejb-core/pom.xml: Add Manifest Class-Path and include openejb-loader jar
- Revision
- 2575
- Author
- dblevins
- Date
- 2006-03-23 16:46:39 -0500 (Thu, 23 Mar 2006)
Log Message
Add Manifest Class-Path and include openejb-loader jar
Modified Paths
Diff
Modified: trunk/openejb3/container/openejb-core/pom.xml (2574 => 2575)
--- trunk/openejb3/container/openejb-core/pom.xml 2006-03-23 20:04:30 UTC (rev 2574)
+++ trunk/openejb3/container/openejb-core/pom.xml 2006-03-23 21:46:39 UTC (rev 2575)
@@ -64,7 +64,11 @@
<archive>
<manifest>
<mainClass>org.openejb.cli.Main</mainClass>
+ <!--<addClasspath>true</addClasspath>-->
</manifest>
+ <manifestEntries>
+ <Class-Path>openejb-loader-3.0-SNAPSHOT.jar</Class-Path>
+ </manifestEntries>
</archive>
</configuration>
</plugin>