Add version and build number identification infos.

master
David BRASSELY 2014-08-18 08:45:48 +02:00
parent da2406a9cc
commit 28a93bcadc
1 changed files with 7 additions and 3 deletions

View File

@ -1,14 +1,18 @@
<?xml version="1.0"?>
<!-- jbi.xml file for a shared library. -->
<jbi version="1.0"
xmlns="http://java.sun.com/xml/ns/jbi"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<jbi
version="1.0"
xmlns="http://java.sun.com/xml/ns/jbi"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:identification="http://www.sun.com/jbi/descriptor/identification/v1.0"
>
<!-- identification information about this shared library-->
<shared-library class-loader-delegation="self-first">
<identification>
<name>${project.name}</name>
<description>A collection of wsdl utilities for JBI components.</description>
<identification:VersionInfo component-version="${wsdlextsl.release.version}" build-number="${BUILD_NUMBER}"/>
</identification>
<shared-library-class-path>
<path-element>wsdl4j.jar</path-element>