diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:22:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:22:35 +0000 |
commit | 3bd0ac0d72aab526cd89382825e17fb94504687d (patch) | |
tree | c2e9bb521a07491f51813a0a02adbe55f6c79e13 /java/intellij/files/pkg-message.in | |
parent | - tune plist (thanks mat@) (diff) |
Convert to UCL & cleanup pkg-message (categories h-k)
Notes
Notes:
svn path=/head/; revision=508880
Diffstat (limited to 'java/intellij/files/pkg-message.in')
-rw-r--r-- | java/intellij/files/pkg-message.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/intellij/files/pkg-message.in b/java/intellij/files/pkg-message.in index 3830266040c0..ce5fe8305128 100644 --- a/java/intellij/files/pkg-message.in +++ b/java/intellij/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM There is a native (faster) file watching support backed by kqueue which is enabled by default. If you encounter problems with watching large trees, you can disable it by appending the following property into @@ -10,3 +13,6 @@ Only enable fsnotifier if your projects have < 600 files. At systems which use links for /usr/home/user or /home/user apparently IDEA finds two different VCS roots while trying to integrate with Git. Please, use as a VCS root only one of them. +EOM +} +] |