Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/build.properties')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/build.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/build.properties b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/build.properties
new file mode 100644
index 00000000000..79182fd96bc
--- /dev/null
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.editor/build.properties
@@ -0,0 +1,18 @@
+# Copyright (c) 2014 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:
+# CEA LIST - Initial API and implementation
+
+bin.includes = .,\
+ icons/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties
+jars.compile.order = .
+source.. = src/
+output.. = bin

Back to the top