From a6fd0cfe00d2ab4e6becd59855a7f00389e9a8db Mon Sep 17 00:00:00 2001 From: Dmitriy Marmyshev Date: Mon, 12 Jul 2021 15:54:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=B8=20=D0=BA=D0=BE=D0=B4=D0=B8=D1=80=D0=BE=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D1=80=D0=B5=D1=81=D1=83=D1=80=D1=81=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bom/pom.xml | 19 +++++++++++++++++++ .../com.e1c.v8codestyle.bsl/build.properties | 3 ++- .../com.e1c.v8codestyle.ql/build.properties | 3 ++- bundles/pom.xml | 4 ++++ .../build.properties | 3 ++- 5 files changed, 29 insertions(+), 3 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index e742a486..135787d9 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -237,6 +237,25 @@ UTF-8 + + org.codehaus.mojo + native2ascii-maven-plugin + 2.0.1 + + + utf8-to-latin1 + + resources + + compile + + src + ${project.build.outputDirectory} + ${project.build.sourceEncoding} + + + + diff --git a/bundles/com.e1c.v8codestyle.bsl/build.properties b/bundles/com.e1c.v8codestyle.bsl/build.properties index 065ae033..981a2668 100644 --- a/bundles/com.e1c.v8codestyle.bsl/build.properties +++ b/bundles/com.e1c.v8codestyle.bsl/build.properties @@ -16,4 +16,5 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ plugin.properties,\ - plugin_ru.properties + plugin_ru.properties,\ + check.descriptions/ diff --git a/bundles/com.e1c.v8codestyle.ql/build.properties b/bundles/com.e1c.v8codestyle.ql/build.properties index 065ae033..981a2668 100644 --- a/bundles/com.e1c.v8codestyle.ql/build.properties +++ b/bundles/com.e1c.v8codestyle.ql/build.properties @@ -16,4 +16,5 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ plugin.properties,\ - plugin_ru.properties + plugin_ru.properties,\ + check.descriptions/ diff --git a/bundles/pom.xml b/bundles/pom.xml index d3a0ba63..f9dad94c 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -50,6 +50,10 @@ + + org.codehaus.mojo + native2ascii-maven-plugin + diff --git a/features/com.e1c.v8codestyle.feature/build.properties b/features/com.e1c.v8codestyle.feature/build.properties index 39ab35d4..436894e0 100644 --- a/features/com.e1c.v8codestyle.feature/build.properties +++ b/features/com.e1c.v8codestyle.feature/build.properties @@ -11,4 +11,5 @@ # 1C-Soft LLC - initial API and implementation ############################################################################### bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + feature_ru.properties