Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/org.eclipse.sirius.expression.text.ui/build.properties')
-rw-r--r--prototypes/org.eclipse.sirius.expression.text.ui/build.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/prototypes/org.eclipse.sirius.expression.text.ui/build.properties b/prototypes/org.eclipse.sirius.expression.text.ui/build.properties
new file mode 100644
index 000000000..d5120529a
--- /dev/null
+++ b/prototypes/org.eclipse.sirius.expression.text.ui/build.properties
@@ -0,0 +1,14 @@
+# Copyright (c) 2015 Obeo.
+# 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.htm
+
+source.. = src/,\
+ src-gen/,\
+ xtend-gen/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ about.html,\
+ plugin.properties

Back to the top