Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-02-14 14:09:22 +0000
committerptessier2014-02-14 14:09:22 +0000
commit420cf917b5c3b13d4d8ef6bd708a3b3e40b6bdb0 (patch)
treea083340770062420f23ceab12dc3b18393d94620 /plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/build.properties
parent64ee2ce1efd7404b1818daea15cb8300b316e982 (diff)
downloadorg.eclipse.papyrus-420cf917b5c3b13d4d8ef6bd708a3b3e40b6bdb0.tar.gz
org.eclipse.papyrus-420cf917b5c3b13d4d8ef6bd708a3b3e40b6bdb0.tar.xz
org.eclipse.papyrus-420cf917b5c3b13d4d8ef6bd708a3b3e40b6bdb0.zip
386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386118
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/build.properties')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/build.properties23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/build.properties b/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/build.properties
new file mode 100644
index 00000000000..108f5ce4281
--- /dev/null
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/build.properties
@@ -0,0 +1,23 @@
+# Copyright (c) 2012 Mia-Software.
+#
+# 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:
+# Alban Ménager (Soft-Maint) - Bug 387470 - [EFacet][Custom] Editors
+#
+#
+
+bin.includes = .,\
+ model/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ about.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/
+javacDefaultEncoding.. = UTF-8
+src.includes = about.html

Back to the top