Author: dion
Date: Tue Apr 4 00:50:53 2006
New Revision: 391240
URL: http://svn.apache.org/viewcvs?rev=391240&view=rev
Log:
move from unused src/conf/manifest.mf to project.properties list, so
that maven builds the correct manifest.
Modified:
jakarta/commons/proper/jexl/trunk/project.properties
Modified: jakarta/commons/proper/jexl/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/project.properties?rev=391240&r1=391239&r2=391240&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/project.properties (original)
+++ jakarta/commons/proper/jexl/trunk/project.properties Tue Apr 4 00:50:53
2006
@@ -23,8 +23,13 @@
maven.compile.optimize=off
# Jar Manifest Additional Attributes
-maven.jar.manifest.attributes.list=Implementation-Vendor-Id,X-Compile-Source-JDK,X-Compile-Target-JDK
+maven.jar.manifest.attributes.list=Extension-Name,Specification-Vendor,Specification-Version,Implementation-Vendor,Implementation-Vendor-Id,Implementation-Version,X-Compile-Source-JDK,X-Compile-Target-JDK
+maven.jar.manifest.attribute.Extension-Name=org.apache.commons.jexl
+maven.jar.manifest.attribute.Specification-Vendor=Apache Software Foundation
+maven.jar.manifest.attribute.Specification-Version=1.0
+maven.jar.manifest.attribute.Implementation-Vendor=Apache Software Foundation
maven.jar.manifest.attribute.Implementation-Vendor-Id=org.apache
+maven.jar.manifest.attribute.Implementation-Version=1.1-SNAPSHOT
maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source}
maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]