Author: xavier
Date: Thu Aug 16 06:54:27 2007
New Revision: 566721

URL: http://svn.apache.org/viewvc?view=rev&rev=566721
Log:
MANIFEST.MF is missing vendor.id (IVY-574)

Modified:
    incubator/ivy/core/trunk/build.xml

Modified: incubator/ivy/core/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/build.xml?view=diff&rev=566721&r1=566720&r2=566721
==============================================================================
--- incubator/ivy/core/trunk/build.xml (original)
+++ incubator/ivy/core/trunk/build.xml Thu Aug 16 06:54:27 2007
@@ -253,6 +253,7 @@
                                <attribute name="Implementation-Title" 
value="org.apache.ivy" />
                                <attribute name="Implementation-Version" 
value="${build.version}" />
                                <attribute name="Implementation-Vendor" 
value="Apache Software Foundation" />
+                               <attribute name="Implementation-Vendor-Id" 
value="org.apache" />
                                <attribute name="Extension-name" 
value="org.apache.ivy" />
                                <attribute name="Build-Version" 
value="${build.version}" />
                                <attribute name="Bundle-Version" 
value="${bundle.version}" />
@@ -270,6 +271,7 @@
                                <attribute name="Implementation-Title" 
value="org.apache.ivy" />
                                <attribute name="Implementation-Version" 
value="${build.version}" />
                                <attribute name="Implementation-Vendor" 
value="Apache Software Foundation" />
+                               <attribute name="Implementation-Vendor-Id" 
value="org.apache" />
                                <attribute name="Build-Version" 
value="${build.version}" />
                        </manifest>
                        <fileset dir="${core.classes.build.dir}" />


Reply via email to