Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/build.properties')
-rwxr-xr-xplugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/build.properties22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/build.properties b/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/build.properties
new file mode 100755
index 00000000000..7d3c0db040b
--- /dev/null
+++ b/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/build.properties
@@ -0,0 +1,22 @@
+# Copyright (c) 2021 CEA LIST.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
+#
+# Contributors:
+# Vincent Lorenzo (CEA LIST) vincent.lorenzo@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/
+src.includes = about.html

Back to the top