forked from crazyproger/Tabdir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties.example
61 lines (49 loc) · 2.61 KB
/
build.properties.example
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
#
# Copyright 2012 Vladimir Rudev
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Example build.properties file
# After copying this file to build.properties
# you will be able to configure paths to programs for ant script.
idea.dir=/opt/IntelliJ/idea-IC/
# directory JDK
jdk.dir=${idea.dir}/jbr
# path to IDEA config folder
idea.config.path=${user.home}/.IdeaIC10-tabdir/config
# path to IDEA system folder
idea.system.path=${user.home}/.IdeaIC10-tabdir/system
# path to user installed plugins folder
idea.plugins.path=${user.home}/.IdeaIC10-tabdir/config/plugins
#---------------------------------------------------------------------
# Maximum file size (kilobytes) IDEA should provide intellisense for.
# The larger file is the slower its editor works and higher overall system memory requirements are
# if intellisense is enabled. Remove this property or set to very large number if you need
# intellisense for any files available regardless their size.
#---------------------------------------------------------------------
idea.max.intellisense.filesize=2500
# IDEA copies library jars to prevent their locking. If copying is not desirable, specify "true"
idea.jars.nocopy=false
# Configure if a special launcher should be used when running processes from within IDEA. Using Launcher enables "soft exit" and "thread dump" features
idea.no.launcher=false
# The VM option value to be used start the JVM in debug mode. Some environments define it in a different way (-XXdebug in Oracle VM)
idea.xdebug.key=-Xdebug
#-----------------------------------------------------------------------
# This option controls console cyclic buffer: keeps the console output size not higher than the specified buffer size (Kb). Older lines are deleted.
# In order to disable cycle buffer use idea.cycle.buffer.size=disabled
idea.cycle.buffer.size=1024
#-----------------------------------------------------------------------
# Change to 'enabled' if you need to receive instant visual notifications about
# fatal errors that happen to IDEA or plugins installed.
#-----------------------------------------------------------------------
idea.fatal.error.notification=disabled