forked from liferay/alloy-taglibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
111 lines (92 loc) · 2.44 KB
/
build.properties
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
##
## 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.
##
##
## Deploy
##
xmlbuilder.components.json=${project.dir}/raw.json
xmlbuilder.components.xml=${project.dir}/taglibs.xml
xmlbuilder.components.excluded=\
A.DataType.DateMath,\
A.HTML5,\
A.Node,\
A.NodeList,\
A.Plugin.IO,\
A.Plugin.IOBase,\
AUI~event~input,\
BaseCellEditor,\
BaseOptionsCellEditor,\
CalendarManager,\
CellEditorSupport,\
CheckboxCellEditor,\
Component,\
DataType,\
DataType.Boolean,\
DataType.String,\
DateCellEditor,\
DatepickerManager,\
DelayedTask,\
DialogManager,\
DialogMask,\
DropDownCellEditor,\
ImageViewerMask,\
OverlayContextManager,\
OverlayContextPanelManager,\
OverlayManager,\
RadioCellEditor,\
TextAreaCellEditor,\
TextCellEditor,\
TreeData,\
TreeNode,\
TreeNodeCheck,\
TreeNodeIO,\
TreeNodeRadio
tagbuilder.components.xml=${project.dir}/taglibs.xml,${project.dir}/taglibs-util.xml,${project.dir}/taglibs-ext.xml,${project.dir}/taglibs-liferay.xml
tagbuilder.copyright.year=2013
tagbuilder.jsp.parent.dir=${basedir}/alloy-web/docroot/
tagbuilder.java.dir=${basedir}/alloy-taglib/src/com/liferay/alloy/taglib/
tagbuilder.java.package=com.liferay.alloy.taglib
tagbuilder.jsp.common.init.path=/html/taglib/taglib-init.jsp
tagbuilder.jsp.dir=/html/taglib/
tagbuilder.taglib.xml=${project.dir}/taglibs.xml
tagbuilder.templates.dir=com/liferay/alloy/tools/tagbuilder/templates/
tagbuilder.tld.dir=${basedir}/alloy-taglib/src/META-INF/
##
## Liferay Portal
##
deploy.liferay.source=false
lp.source.dir=${project.dir}/../liferay-portal
##
## Server Type
##
app.server.type=tomcat
##
## Server Directory
##
app.server.parent.dir=${project.dir}/../bundles
##
## Tomcat
##
app.server.tomcat.dir=${app.server.parent.dir}/tomcat-7.0.27
app.server.tomcat.portal.context=ROOT
app.server.tomcat.lib.global.dir=${app.server.tomcat.dir}/lib
app.server.tomcat.deploy.dir=${app.server.tomcat.dir}/webapps
app.server.tomcat.portal.dir=${app.server.tomcat.deploy.dir}/${app.server.tomcat.portal.context}
##
## Compiler
##
ant.build.javac.source=1.7
ant.build.javac.target=1.7
javac.compiler=modern
javac.debug=on
javac.deprecation=off
javac.fork=true
javac.memoryMaximumSize=512m
javac.nowarn=on
##
## Classpath
##
classpath=${project.dir}/classes;${project.dir}/alloy-taglib/classes