forked from liferay/liferay-nativity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.properties
More file actions
60 lines (48 loc) · 1.66 KB
/
build.properties
File metadata and controls
60 lines (48 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
##
## DO NOT EDIT THIS FILE.
##
## To update the properties of this file, create a separate properties file
## named "build.${user.name}.properties" with the properties to overwrite.
##
##
## Compiler
##
ant.build.javac.source=1.6
ant.build.javac.target=1.6
#javac.compiler=modern7
javac.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
javac.debug=on
javac.deprecation=off
javac.encoding=ISO-8859-1
javac.nowarn=on
##
## Release Engineering
##
package.build.number=1001
package.version=1.0.1
package.name=liferay-nativity-${package.version}
package.name.append.date=true
##
## Portal
##
portal.dir=C:/Users/adritest/Desktop/stacksync-nativity
##
## DLL configuration
##
nativity.dir=C:/Users/adritest/Desktop/stacksync-nativity
nativity.version=1.0.1
ms.sdk.7.1.dir=C:/Program Files/Microsoft SDKs/Windows/v7.1
framework.dir=C:/Windows/Microsoft.NET/Framework/v4.0.30319
context.menu.guid={8A32E4CC-332B-40BB-B561-B630FE50A100}
overlay.name.ok=StacksyncOKOverlay
overlay.guid.ok={8A32E4CC-332B-40BB-B561-B630FE50A101}
overlay.id.ok=1
overlay.path.ok=C:/Users/adritest/Desktop/stacksync-nativity/scripts/include/ok_overlay.ico
overlay.name.syncing=StacksyncSyncingOverlay
overlay.guid.syncing={8A32E4CC-332B-40BB-B561-B630FE50A102}
overlay.id.syncing=2
overlay.path.syncing=C:/Users/adritest/Desktop/stacksync-nativity/scripts/include/syncing_overlay.ico
overlay.name.error=StacksyncErrorOverlay
overlay.guid.error={8A32E4CC-332B-40BB-B561-B630FE50A103}
overlay.id.error=3
overlay.path.error=C:/Users/adritest/Desktop/stacksync-nativity/scripts/include/error_overlay.ico