From: Hannu Niemistö Date: Thu, 4 May 2017 13:23:24 +0000 (+0300) Subject: (refs #7178) Validator for build.properties X-Git-Tag: v1.29.0~75^2 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=f23514ead9f8f5075aee50cc594dcea6608a56db (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 --- 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