You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by an...@apache.org on 2009/03/22 10:54:51 UTC

svn commit: r757160 - /jakarta/bsf/trunk/bsf3/pom.xml

Author: antelder
Date: Sun Mar 22 09:54:51 2009
New Revision: 757160

URL: http://svn.apache.org/viewvc?rev=757160&view=rev
Log:
Set manifest java level

Modified:
    jakarta/bsf/trunk/bsf3/pom.xml

Modified: jakarta/bsf/trunk/bsf3/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/pom.xml?rev=757160&r1=757159&r2=757160&view=diff
==============================================================================
--- jakarta/bsf/trunk/bsf3/pom.xml (original)
+++ jakarta/bsf/trunk/bsf3/pom.xml Sun Mar 22 09:54:51 2009
@@ -160,6 +160,8 @@
                             <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
                             <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
                             <Implementation-Version>${pom.version}</Implementation-Version>
+                            <X-Compile-Source-JDK>1.4.2</X-Compile-Source-JDK>
+                            <X-Compile-Target-JDK>1.4.2</X-Compile-Target-JDK>
                         </manifestEntries>
                     </archive>
                 </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-dev-help@jakarta.apache.org