From f23514ead9f8f5075aee50cc594dcea6608a56db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hannu=20Niemist=C3=B6?= Date: Thu, 4 May 2017 16:23:24 +0300 Subject: [PATCH] (refs #7178) Validator for build.properties Checks that certain typical Simantics files exists in build.properties, if they exist in the plugin. Change-Id: I3e9303698d19a6f312c2cf2de213849a51744f04 --- bundles/org.simantics.datatypes/build.properties | 3 ++- .../build.properties | 3 ++- .../org.simantics.scl.compiler/build.properties | 3 ++- .../build.properties | 3 ++- bundles/org.simantics.views/adapters.xml | 16 ---------------- bundles/pom.xml | 2 +- 6 files changed, 9 insertions(+), 21 deletions(-) delete mode 100644 bundles/org.simantics.views/adapters.xml diff --git a/bundles/org.simantics.datatypes/build.properties b/bundles/org.simantics.datatypes/build.properties index 3d44016b3..85d0023b2 100644 --- a/bundles/org.simantics.datatypes/build.properties +++ b/bundles/org.simantics.datatypes/build.properties @@ -3,4 +3,5 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ - scl/ + scl/,\ + adapters.xml diff --git a/bundles/org.simantics.debug.graphical/build.properties b/bundles/org.simantics.debug.graphical/build.properties index 79785acae..9d29fa343 100644 --- a/bundles/org.simantics.debug.graphical/build.properties +++ b/bundles/org.simantics.debug.graphical/build.properties @@ -3,4 +3,5 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ icons/,\ - plugin.xml + plugin.xml,\ + scl/ diff --git a/bundles/org.simantics.scl.compiler/build.properties b/bundles/org.simantics.scl.compiler/build.properties index 55856a03e..b7f9238d6 100644 --- a/bundles/org.simantics.scl.compiler/build.properties +++ b/bundles/org.simantics.scl.compiler/build.properties @@ -3,4 +3,5 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ OSGI-INF/org.simantics.scl.compiler.source.repository.BuiltinModuleSourceRepository.xml,\ - OSGI-INF/org.simantics.scl.compiler.elaboration.java.LoggingModule.xml + OSGI-INF/org.simantics.scl.compiler.elaboration.java.LoggingModule.xml,\ + sclTests/ diff --git a/bundles/org.simantics.tests.modelled.ui/build.properties b/bundles/org.simantics.tests.modelled.ui/build.properties index 865f3dc33..3155a9ae1 100644 --- a/bundles/org.simantics.tests.modelled.ui/build.properties +++ b/bundles/org.simantics.tests.modelled.ui/build.properties @@ -3,5 +3,6 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ - scl/ + scl/,\ + adapters.xml src.includes = scl/ diff --git a/bundles/org.simantics.views/adapters.xml b/bundles/org.simantics.views/adapters.xml deleted file mode 100644 index fe43beb18..000000000 --- a/bundles/org.simantics.views/adapters.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - diff --git a/bundles/pom.xml b/bundles/pom.xml index ea1d0334c..2df2507f7 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -18,7 +18,7 @@ org.simantics graph-builder-maven-plugin - 0.0.5 + 0.0.7 compile-graphs -- 2.43.2