Subversion Repositories DevTools

Rev

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

Rev 1810 Rev 1812
Line 13... Line 13...
13
	<macrodef name="dpkg-copy">
13
	<macrodef name="dpkg-copy">
14
 
14
 
15
		<!--	Indicates the package being released, and also the directory where it will be released 
15
		<!--	Indicates the package being released, and also the directory where it will be released 
16
			when combined with @{dpkg.archive} and @{version}.
16
			when combined with @{dpkg.archive} and @{version}.
17
		-->
17
		-->
18
		<attribute name="package" 
18
		<attribute 	name="package"
-
 
19
					default="${packagename}"
19
		           description="The name of the package in dpkg_archive."/>
20
					description="The name of the package in release manager and dpkg_archive."/>
20
		
21
		
21
		<!--	Indicates which version of the package is being released and also the direcotry when combinded with
22
		<!--	Indicates which version of the package is being released and also the direcotry when combinded with
22
			@{dpkg.archive} and @{package}.
23
			@{dpkg.archive} and @{package}.
23
		-->		
24
		-->		
24
		<attribute name="version" 
25
		<attribute 	name="version" 
-
 
26
					default="${packageversion}"
25
		           description="The version being released."/>
27
					description="The version of the package in release manager and dpkg_archive."/>
26
		
28
		
27
		<!--	The location of the files to release to @{dpkg.archive}/@{package}/@{version}.
29
		<!--	The location of the files to release to @{dpkg.archive}/@{package}/@{version}.
28
		-->
30
		-->
29
		<attribute name="fromdir" 
31
		<attribute name="fromdir" 
30
		           default="${basedir}/build/pkg" 
32
		           default="${basedir}/build/pkg"