~enso-os/enso-desktop-settings/trunk

1
2
3
4
5
6
7
namespace Build {
public const string PLUGNAME = "@PLUGNAME@";
public const string DATADIR = "@DATADIR@";
public const string PLANKDATADIR = "@PLANKDATADIR@";
public const string PKGDATADIR = "@PKGDATADIR@";
public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
}