You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by df...@apache.org on 2005/12/14 23:29:01 UTC

svn commit: r356891 - in /jakarta/oro/trunk: build.properties build.xml

Author: dfs
Date: Wed Dec 14 14:28:57 2005
New Revision: 356891

URL: http://svn.apache.org/viewcvs?rev=356891&view=rev
Log:
Added Implementation-Vendor-Id to jar manifest.  This was issue 37909 with no explanation, but it appears J2SE 1.3 made Implementation-Vendor-Id for Java Plug-in.

Modified:
    jakarta/oro/trunk/build.properties
    jakarta/oro/trunk/build.xml

Modified: jakarta/oro/trunk/build.properties
URL: http://svn.apache.org/viewcvs/jakarta/oro/trunk/build.properties?rev=356891&r1=356890&r2=356891&view=diff
==============================================================================
--- jakarta/oro/trunk/build.properties (original)
+++ jakarta/oro/trunk/build.properties Wed Dec 14 14:28:57 2005
@@ -105,6 +105,7 @@
 
 # Document constants
 company.name=The Apache Software Foundation
+company.id=org.apache
   
 copyright.date=2000-2005
 copyright.message=Copyright © ${copyright.date} ${company.name}. All Rights Reserved.

Modified: jakarta/oro/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/oro/trunk/build.xml?rev=356891&r1=356890&r2=356891&view=diff
==============================================================================
--- jakarta/oro/trunk/build.xml (original)
+++ jakarta/oro/trunk/build.xml Wed Dec 14 14:28:57 2005
@@ -15,6 +15,8 @@
                      value="${version} ${DATE}" />
              <attribute name="Implementation-Vendor"
                      value="${company.name}" />
+             <attribute name="Implementation-Vendor-Id"
+                     value="${company.id}" />
             </section>
            </manifest>'
   >



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