10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
|
[% inputTypes =
|
||
|
{ "svn" = "Subversion checkout"
|
||
|
, "cvs" = "CVS checkout"
|
||
|
, "tarball" = "Download of a tarball"
|
||
|
, "string" = "String value"
|
||
|
, "path" = "Local path"
|
||
|
, "build" = "Build output"
|
||
|
}
|
||
|
%]
|