From 4eef963fdc207e07471446beb5964670896f3de5 Mon Sep 17 00:00:00 2001 From: Florian Noyrit Date: Tue, 14 Mar 2017 21:00:56 +0100 Subject: Bug 510451 - Fix build.properties definitions in architecture framework new plugins Change-Id: Ia15cbfd16059a22c956a4057fa94b5ba5e67fa27 --- .../build.properties | 3 ++- .../org.eclipse.papyrus.infra.nattable.representation/build.properties | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/infra/nattable') diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/build.properties b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/build.properties index 62b77b9612e..3ffdf3f0208 100644 --- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/build.properties +++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/build.properties @@ -14,7 +14,8 @@ bin.includes = .,\ icons/,\ META-INF/,\ plugin.xml,\ - plugin.properties + plugin.properties,\ + about.html jars.compile.order = . source.. = src-gen/ output.. = bin/ diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/build.properties b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/build.properties index 81ffbe2379a..e641701332e 100644 --- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/build.properties +++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/build.properties @@ -14,7 +14,8 @@ bin.includes = .,\ model/,\ META-INF/,\ plugin.xml,\ - plugin.properties + plugin.properties,\ + about.html jars.compile.order = . source.. = src-gen/ output.. = bin/ -- cgit v1.2.3