From e43f6ddd3fa395c911c8fdb867586dbbca81d879 Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Thu, 27 Jan 2011 12:31:46 -0800 Subject: [PATCH] Added 'applications' property --- agner.config | 1 + 1 file changed, 1 insertion(+) diff --git a/agner.config b/agner.config index 4c81270..b7cc51e 100644 --- a/agner.config +++ b/agner.config @@ -5,4 +5,5 @@ {rebar_compatible, true}. {license, "[Package License]", "[Optional Package License File]"}. {url, {git, "[Package Git URL]", [Package Git Ref]}}. % Ref is either "[sha1]", or {tag, "[tag name]"} or {brach, "[BranchName]"} +{applications, []}. % url also accepts {hg, "[Package Hg URL]", "[Package Hg Rev]"}