Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.infra.facet.editor/build.properties')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.infra.facet.editor/build.properties21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.infra.facet.editor/build.properties b/plugins/facet/org.eclipse.papyrus.emf.facet.infra.facet.editor/build.properties
new file mode 100644
index 00000000000..4b1793356bf
--- /dev/null
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.infra.facet.editor/build.properties
@@ -0,0 +1,21 @@
+###############################################################################
+# Copyright (c) 2009 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:
+# Frederic MADIOT (Mia-Software) - meta-model design
+# Gregoire DUPE (Mia-Software) - design and implementation
+###############################################################################
+bin.includes = .,\
+ icons/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ about.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/
+src.includes = about.html

Back to the top