Author: niallp
Date: Sun Mar  2 18:50:12 2008
New Revision: 632931

URL: http://svn.apache.org/viewvc?rev=632931&view=rev
Log:
add source/target jdk versions to manifest and replace hard coded values with 
project properties

Modified:
    commons/proper/net/branches/NET_2_0/pom.xml

Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=632931&r1=632930&r2=632931&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Sun Mar  2 18:50:12 2008
@@ -174,13 +174,13 @@
                                     <fileset dir="${basedir}" 
includes="LICENSE.txt"/>
                                     <manifest>
                                         <attribute name="Extension-Name" 
value="org.apache.commons.net"/>
-                                        <attribute name="Specification-Title" 
value="Commons Net"/>
-                                        <attribute name="Implmentation-Title" 
value="Commons Net"/>
-                                        <attribute 
name="Implementation-Vendor" value="The Apache Software Foundation"/>
+                                        <attribute name="Specification-Title" 
value="${project.name}"/>
+                                        <attribute name="Implmentation-Title" 
value="${project.name}"/>
+                                        <attribute 
name="Implementation-Vendor" value="${project.organization.name}"/>
                                         <attribute 
name="Implementation-Version" value="${version}"/>
                                         <attribute 
name="Implementation-Vendor-Id" value="org.apache"/>
-
-
+                                        <attribute name="X-Compile-Source-JDK" 
value="${maven.compile.source}"/>
+                                        <attribute name="X-Compile-Target-JDK" 
value="${maven.compile.target}"/>
 
                                     </manifest>
                                 </jar>


Reply via email to