Author: kentam
Date: Fri Mar 4 14:40:56 2005
New Revision: 156206
URL: http://svn.apache.org/viewcvs?view=rev&rev=156206
Log:
BEEHIVE-316: add versions to manifests of Beehive JARs
Done for controls.jar
Modified:
incubator/beehive/trunk/controls/build.xml
Modified: incubator/beehive/trunk/controls/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/build.xml?view=diff&r1=156205&r2=156206
==============================================================================
--- incubator/beehive/trunk/controls/build.xml (original)
+++ incubator/beehive/trunk/controls/build.xml Fri Mar 4 14:40:56 2005
@@ -128,6 +128,16 @@
<jar jarfile="${controls.jar}">
<fileset dir="${api.classes}"/>
<fileset dir="${runtime.classes}"/>
+ <manifest>
+ <attribute name="Extension-Name" value="Beehive Controls
Runtime"/>
+ <attribute name="Specification-Title" value="Beehive Controls
Runtime"/>
+ <attribute name="Specification-Vendor" value="Apache Software
Foundation"/>
+ <attribute name="Specification-Version"
value="${beehive.version}"/>
+ <attribute name="Implementation-Title" value="Beehive Controls
Runtime"/>
+ <attribute name="Implementation-Vendor" value="Apache Software
Foundation"/>
+ <attribute name="Implementation-Version"
value="${beehive.version}"/>
+ <attribute name="Beehive-Version" value="${beehive.version}"/>
+ </manifest>
</jar>
<echo message="--------------------------------------------------"/>
<echo message="| controls build ending |"/>