Subversion Repositories DevTools

Rev

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

Rev 1966 Rev 1968
Line 71... Line 71...
71
							<property name="using.@{refid}.basedir" value="@{from}/@{name}/@{version}"/>
71
							<property name="using.@{refid}.basedir" value="@{from}/@{name}/@{version}"/>
72
						</else>
72
						</else>
73
					</if>
73
					</if>
74
 
74
 
75
					<mkdir dir="${basedir}/build/pkg"/>
75
					<mkdir dir="${basedir}/build/pkg"/>
76
					<manifest file="${basedir}/build/pkg/descpkg" mode="update">
76
					<!--<manifest file="${basedir}/build/pkg/descpkg" mode="update">
77
						<section name="Build Dependencies">
77
						<section name="Build Dependencies">
78
							<attribute name="@{name}" value="@{version}"/>
78
							<attribute name="@{name}" value="@{version}"/>
79
						</section>
79
						</section>
80
					</manifest>
80
					</manifest>
-
 
81
					-->
81
 
82
 
82
 
-
 
83
					<echo taskname="ant-using">Using @{name} version @{version}</echo>
83
					<echo taskname="using">@{name} version @{version}</echo>
84
					<if>
84
					<if>
85
						<equals arg1="@{copy}" arg2="true"/>
85
						<equals arg1="@{copy}" arg2="true"/>
86
						<then>
86
						<then>
87
 
87
 
88
							<!-- Only copy from the package archive is the source and target locations are different -->
88
							<!-- Only copy from the package archive is the source and target locations are different -->