View difference between Paste ID: Qu8qFy09 and 06iFaZRw
SHOW: | | - or go back to the newest paste.
1-
<app
1+
<configs>
2-
	getLastRevURL		= "http://haxer.be/file.txt"
2+
3-
	revsRemoteRepository	= "c:/tmp/haxe_versions/"
3+
4-
	pollInterval		= "5000"
4+
5-
	revsLocalRepository	= "c:/tmp/haxe_versions/"
5+
6-
	haxeRepository		= "c:/Haxe/"
6+
7-
	automaticDownloadLastRev= "true"
7+
8-
	automaticInstallLastRev	= "true"
8+
9-
	checkForUpdates		= "true"
9+
10-
/>
10+
11-
11+
12
		exe		= "C:\\Program Files\\Motion-Twin\\haxe\\haxe.exe"
13
		old		= "C:\\Program Files\\Motion-Twin\\haxe\\haxe.old"	
14
	/>
15
	
16
	<config 
17
		name		= "nme"
18
		prefix		= "nme_r"
19
		ext		= "zip"
20
		type		= "NME"
21
		url		= "http://builds.haxer.be/libs/nme/windows/"
22
		path		= "C:\\Program Files\\Motion-Twin\\haxe\\lib\\nme\\nmesvn\\ndll\\Windows"
23
		rev		= "C:\\Program Files\\Motion-Twin\\haxe\\lib\\nme\\nmesvn\\ndll\\Windows\\rev"
24-
	/>
24+
		cur		= "C:\\Program Files\\Motion-Twin\\haxe\\lib\\nme\\nmesvn\\ndll\\Windows\\rev\\current.txt"
25
		bin		= "C:\\Program Files\\Motion-Twin\\haxe\\lib\\nme\\nmesvn\\ndll\\Windows\\rev\\bin"
26
		exe		= "C:\\Program Files\\Motion-Twin\\haxe\\lib\\nme\\nmesvn\\ndll\\Windows\\nme.ndll"
27
		old		= "C:\\Program Files\\Motion-Twin\\haxe\\lib\\nme\\nmesvn\\ndll\\Windows\\nme.old"
28
	/>
29
	
30
	<config 
31
		name		= "neko"
32
		prefix		= "neko_r"
33
		ext		= "zip"
34
		type		= "NEKO"
35
		url		= "http://builds.haxer.be/libs/neko/windows/"
36
		path		= "C:\\Program Files\\Motion-Twin\\neko"
37
		rev		= "C:\\Program Files\\Motion-Twin\\neko\\rev"
38
		cur		= "C:\\Program Files\\Motion-Twin\\neko\\rev\\current.txt"
39
		bin		= "C:\\Program Files\\Motion-Twin\\neko\\rev\\bin"
40
		exe		= "C:\\Program Files\\Motion-Twin\\neko\\neko.exe"
41
		old		= "C:\\Program Files\\Motion-Twin\\neko\\neko.old"
42
	/>
43
	<config 
44
		name	= "lib"
45
		type	= "LIB"
46
		path	= "C:\\Program Files\\Motion-Twin\\haxe\\lib"
47
	/>
48
</configs>