[jboss-cvs] JBossAS SVN: r74362 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 10 18:12:30 EDT 2008


Author: pgier
Date: 2008-06-10 18:12:30 -0400 (Tue, 10 Jun 2008)
New Revision: 74362

Modified:
   trunk/build/build.xml
Log:
[JBAS-4355] Removing the manifest sections because this seems to cause a problem with the class path.

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2008-06-10 21:29:19 UTC (rev 74361)
+++ trunk/build/build.xml	2008-06-10 22:12:30 UTC (rev 74362)
@@ -846,7 +846,6 @@
     
     <jar destfile="${install.client}/${jbossall.client.filename}" basedir="${module.output}/temp">
       <manifest>
-        <section name="Specification and Implementation">
           <attribute name="Specification-Title" value="${specification.title}"/>
           <attribute name="Specification-Version" value="${specification.version}"/>
           <attribute name="Specification-Vendor" value="${specification.vendor}"/>
@@ -854,11 +853,7 @@
           <attribute name="Implementation-Version" value="${implementation.version}"/>
           <attribute name="Implementation-Vendor" value="${implementation.vendor}"/>
           <attribute name="Implementation-Vendor-Id" value="${implementation.vendor.id}"/>
-        </section>
-        <section name="Classpath Entries">
           <attribute name="Class-Path" value="${client.jar.manifest.classpath}"/>
-        </section>
-
       </manifest>
     </jar>
 




More information about the jboss-cvs-commits mailing list