From 80a748cad3053b544719a88bc169df66346c083e Mon Sep 17 00:00:00 2001 From: Francois Le Fevre - CEA Date: Wed, 23 Mar 2016 13:37:44 +0100 Subject: Bug 476222: [examples] how to add the examples - trying to integrate examples as a separate features - creation of intermediate poms Change-Id: I20af1ad53555a9256a2590fdd84fb0e8d60627e4 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=476222 Signed-off-by: Francois Le Fevre - CEA --- .../build.properties | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 examples/others/org.eclipse.papyrus.example.text.instance/build.properties (limited to 'examples/others/org.eclipse.papyrus.example.text.instance/build.properties') diff --git a/examples/others/org.eclipse.papyrus.example.text.instance/build.properties b/examples/others/org.eclipse.papyrus.example.text.instance/build.properties new file mode 100644 index 00000000000..83183307edb --- /dev/null +++ b/examples/others/org.eclipse.papyrus.example.text.instance/build.properties @@ -0,0 +1,22 @@ +# Copyright (c) 2012 CEA LIST. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Vincent Lorenzo (CEA-LIST) vincent.lorenzo@cea.fr - Initial API and implementation +# + +bin.includes = .,\ + model/,\ + META-INF/,\ + plugin.xml,\ + about.html,\ + plugin.properties,\ + build.properties +jars.compile.order = . +source.. = src/ +output.. = bin/ +src.includes = about.html -- cgit v1.2.3