You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by tc...@apache.org on 2006/03/20 13:42:18 UTC

svn commit: r387206 - /jakarta/bcel/trunk/project.properties

Author: tcurdt
Date: Mon Mar 20 04:42:16 2006
New Revision: 387206

URL: http://svn.apache.org/viewcvs?rev=387206&view=rev
Log:
manifest additions

Modified:
    jakarta/bcel/trunk/project.properties

Modified: jakarta/bcel/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/bcel/trunk/project.properties?rev=387206&r1=387205&r2=387206&view=diff
==============================================================================
--- jakarta/bcel/trunk/project.properties (original)
+++ jakarta/bcel/trunk/project.properties Mon Mar 20 04:42:16 2006
@@ -24,6 +24,10 @@
 maven.compile.source = 1.3
 maven.compile.target = 1.3
 
+maven.jar.manifest.attributes.list=X-Compile-Source-JDK,X-Compile-Target-JDK
+maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source}
+maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target}
+
 maven.jarResources.basedir = src/java
 maven.jar.excludes = **/package.html
 #maven.junit.fork = true



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