Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2016-07-05 13:52:36 +0000
committerQuentin Le Menez2016-07-05 13:52:36 +0000
commit0973169f12e43fcb4430e9b31a9f2457ad7fc287 (patch)
treeb56fc94bad77ba538904adc7a7853f2024d9df5e /extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.model.edit/build.properties
parentc2a95d4fb294a1b6f94674bd56b366ab2600d356 (diff)
downloadorg.eclipse.papyrus-0973169f12e43fcb4430e9b31a9f2457ad7fc287.tar.gz
org.eclipse.papyrus-0973169f12e43fcb4430e9b31a9f2457ad7fc287.tar.xz
org.eclipse.papyrus-0973169f12e43fcb4430e9b31a9f2457ad7fc287.zip
Bug 497306: [PropertyLifecycle] There is no tool that handles customization based on contextual modifications of an elementbugs/497306-PropertyLifecycle
https://bugs.eclipse.org/bugs/show_bug.cgi?id=497306 - First draft of the tool Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.model.edit/build.properties')
-rwxr-xr-xextraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.model.edit/build.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.model.edit/build.properties b/extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.model.edit/build.properties
new file mode 100755
index 00000000000..477e474a141
--- /dev/null
+++ b/extraplugins/propertylifecycle/org.eclipse.papyrus.propertylifecycle.model.edit/build.properties
@@ -0,0 +1,20 @@
+# Copyright (c) 2016 CEA LIST and others.
+#
+# 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:
+#
+# Quentin Le Menez (CEA LIST) quentin.lemenez@cea.fr - Initial API and implementation
+
+bin.includes = .,\
+ icons/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ about.html
+jars.compile.order = .
+source.. = src-gen/
+output.. = bin/

Back to the top