2016-10-26 16:24:08 +02:00
|
|
|
# The project view file (.bazelproject) is used to import Gerrit Bazel packages into the IDE.
|
|
|
|
#
|
2019-08-26 16:39:42 +02:00
|
|
|
# See: https://ij.bazel.build/docs/project-views.html
|
2016-10-26 16:24:08 +02:00
|
|
|
|
|
|
|
directories:
|
|
|
|
.
|
2018-05-21 11:44:17 -04:00
|
|
|
-bin
|
2016-10-26 16:24:08 +02:00
|
|
|
-eclipse-out
|
|
|
|
-contrib
|
|
|
|
-gerrit-package-plugins
|
|
|
|
-logs
|
|
|
|
-./.metadata
|
|
|
|
-./.settings
|
|
|
|
-./.apt_generated
|
|
|
|
|
|
|
|
targets:
|
|
|
|
//...:all
|
|
|
|
|
|
|
|
java_language_level: 8
|
|
|
|
|
|
|
|
workspace_type: java
|
2017-04-14 11:29:51 -04:00
|
|
|
|
|
|
|
build_flags:
|
|
|
|
--javacopt=-g
|
2020-01-14 20:33:05 +01:00
|
|
|
|
|
|
|
additional_languages:
|
|
|
|
javascript
|
|
|
|
typescript
|
|
|
|
|
|
|
|
ts_config_rules:
|
|
|
|
//tools/node_tools/node_modules_licenses:tsconfig_editor
|
2020-01-20 19:38:06 +01:00
|
|
|
//tools/node_tools/polygerrit_app_preprocessor:preprocessor_tsconfig.json
|
2020-01-14 20:33:05 +01:00
|
|
|
//polygerrit-ui/app/node_modules_licenses:tsconfig_editor
|