You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/05/28 11:15:56 UTC

svn commit: r779499 - /james/mailet/standard/trunk/pom.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org