Subversion Repositories DevTools

Rev

Rev 1976 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1976 Rev 1978
Line 25... Line 25...
25
 
25
 
26
			<available property="ivy.xml.exists" filepath="${basedir}" file="ivy.xml"/>
26
			<available property="ivy.xml.exists" filepath="${basedir}" file="ivy.xml"/>
27
			<if>
27
			<if>
28
				<isset property="ivy.xml.exists"/>
28
				<isset property="ivy.xml.exists"/>
29
				<then>
29
				<then>
30
					<ivy:resolve />
30
					<ivy:resolve useOrigin="true"/>
31
					<ivy:artifactproperty 	name="using.[module].version" value="[revision](.[branch])"/>
31
					<ivy:artifactproperty 	name="using.[module].version" value="[revision](.[branch])"/>
32
				</then>
32
				</then>
33
			</if>
33
			</if>
34
 
34
 
35
			<tstamp>
35
			<tstamp>