summaryrefslogtreecommitdiff
path: root/platform/build-scripts/groovy/org/jetbrains/intellij/build/ProductProperties.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'platform/build-scripts/groovy/org/jetbrains/intellij/build/ProductProperties.groovy')
-rw-r--r--platform/build-scripts/groovy/org/jetbrains/intellij/build/ProductProperties.groovy5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/build-scripts/groovy/org/jetbrains/intellij/build/ProductProperties.groovy b/platform/build-scripts/groovy/org/jetbrains/intellij/build/ProductProperties.groovy
index e12066cac2ca..3639159c8e4f 100644
--- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/ProductProperties.groovy
+++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/ProductProperties.groovy
@@ -157,6 +157,11 @@ abstract class ProductProperties {
Map<String, String> versionCheckerConfig = null
/**
+ * Strings which are forbidden as a part of resulting class file path
+ */
+ List<String> forbiddenClassFileSubPaths = []
+
+ /**
* Paths to properties files the content of which should be appended to idea.properties file
*/
List<String> additionalIDEPropertiesFilePaths = []