You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2006/10/19 19:21:09 UTC

svn commit: r465688 - /beehive/trunk/netui/src/jar-assembly/build.xml

Author: crogers
Date: Thu Oct 19 10:21:06 2006
New Revision: 465688

URL: http://svn.apache.org/viewvc?view=rev&rev=465688
Log:
Change name and title values in the beehive-netui-core.jar manifest.mf from "Beehive NetUI HTML Tag Library" to "Beehive NetUI Framework Library".

Tests: NetUI BVT (WinXP pass)


Modified:
    beehive/trunk/netui/src/jar-assembly/build.xml

Modified: beehive/trunk/netui/src/jar-assembly/build.xml
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/src/jar-assembly/build.xml?view=diff&rev=465688&r1=465687&r2=465688
==============================================================================
--- beehive/trunk/netui/src/jar-assembly/build.xml (original)
+++ beehive/trunk/netui/src/jar-assembly/build.xml Thu Oct 19 10:21:06 2006
@@ -50,11 +50,11 @@
             <fileset dir="${classes.dir}/scoping"/>
             <fileset dir="${classes.dir}/util"/>
             <manifest>
-                <attribute name="Extension-Name" value="Beehive NetUI HTML Tag Library"/>
-                <attribute name="Specification-Title" value="Beehive NetUI HTML Tag Library"/>
+                <attribute name="Extension-Name" value="Beehive NetUI Framework Library"/>
+                <attribute name="Specification-Title" value="Beehive NetUI Framework Library"/>
                 <attribute name="Specification-Vendor" value="Apache Software Foundation"/>
                 <attribute name="Specification-Version" value="${beehive.version}"/>
-                <attribute name="Implementation-Title" value="Beehive NetUI HTML Tag Library"/>
+                <attribute name="Implementation-Title" value="Beehive NetUI Framework Library"/>
                 <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
                 <attribute name="Implementation-Version" value="${beehive.version}"/>
                 <attribute name="Beehive-Version" value="${beehive.version}"/>