Author: rdonkin
Date: Thu May 28 09:15:54 2009
New Revision: 779499
URL: http://svn.apache.org/viewvc?rev=779499&view=rev
Log:
MAILETSTANDARD-1 Note target JDK in MANEFEST.
https://issues.apache.org/jira/browse/MAILETSTANDARD-1
Modified:
james/mailet/standard/trunk/pom.xml
Modified: james/mailet/standard/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/standard/trunk/pom.xml?rev=779499&r1=779498&r2=779499&view=diff
==============================================================================
--- james/mailet/standard/trunk/pom.xml (original)
+++ james/mailet/standard/trunk/pom.xml Thu May 28 09:15:54 2009
@@ -188,7 +188,9 @@
<Implementation-Title>Apache James Standard
Mailets</Implementation-Title>
<Implementation-Version>${pom.version}</Implementation-Version>
<Implementation-Vendor>The Apache Software
Foundation</Implementation-Vendor>
- <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+ <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+ <X-Compile-Source-JDK>${target.jdk}</X-Compile-Source-JDK>
+ <X-Compile-Target-JDK>${target.jdk}</X-Compile-Target-JDK>
<url>${pom.url}</url>
</manifestEntries>
</archive>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]