~ubuntu-branches/ubuntu/trusty/unity-place-files/trusty

« back to all changes in this revision

Viewing changes to src/config.vala

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-08-26 18:52:52 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20100826185252-rtxst6inf3chd7po
Tags: upstream-0.5.18
ImportĀ upstreamĀ versionĀ 0.5.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
namespace Config {
2
2
 
3
 
  const string PREFIX = "/usr";
4
 
  
5
 
  const string DATADIR = "/usr/share";
6
 
  
7
 
  const string BINDIR = "/usr/bin";
8
 
  
9
 
  const string LOCALEDIR = "/usr/share/locale";
 
3
  const string PREFIX = "/home/njpatel/build";
 
4
  
 
5
  const string DATADIR = "/home/njpatel/build/share";
 
6
  
 
7
  const string BINDIR = "/home/njpatel/build/bin";
 
8
  
 
9
  const string LOCALEDIR = "/home/njpatel/build/share/locale";
10
10
  
11
11
  const string PACKAGE = "unity-place-files";
12
12
  
13
 
  const string VERSION = "0.5.16";
 
13
  const string VERSION = "0.5.18";
14
14
}