Dashboard > Pulse v1.2 > ... > Local Build resource Element > Local Build version Element
  Pulse v1.2 Log In | Sign Up   View a printable version of the current page.  
  Local Build version Element
Added by Jason Sankey, last edited by Jason Sankey on May 08, 2006
Labels: 
(None)

Pulse Manual Index

Overview

The version element is used to specify a version for a resource. These versions may define their own properties. When a resource is referenced in a pulse file, a specific version my be requested. In that case the properties from that version will be introduced into the pulse™ file. Typically, multiple versions of a resource will define properties with the same name. This allows the pulse™ file to use that property name independently of the resource version.

Attributes

Attribute Description
value The version's name. Although numerical versions are common (e.g. "1.0"), version values are arbitrary strings.

Child Elements

Element Description
property Defines a named property in this version of the resource.

Example

<resource name="maven2">
    <version value="2.0-hacked">
        <property name="maven2.bin" value="/usr/local/maven-hacked/bin/mvn"/>
    </version>
</resource>

Zutubi wiki is Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators