Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cdo/bundles/org.eclipse.papyrus.cdo.ui/build.properties')
-rwxr-xr-xcdo/bundles/org.eclipse.papyrus.cdo.ui/build.properties27
1 files changed, 27 insertions, 0 deletions
diff --git a/cdo/bundles/org.eclipse.papyrus.cdo.ui/build.properties b/cdo/bundles/org.eclipse.papyrus.cdo.ui/build.properties
new file mode 100755
index 00000000..eee5432b
--- /dev/null
+++ b/cdo/bundles/org.eclipse.papyrus.cdo.ui/build.properties
@@ -0,0 +1,27 @@
+###############################################################################
+# Copyright (c) 2017 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:
+# CEA LIST - Initial API and implementation
+###############################################################################
+
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.properties,\
+ plugin.xml,\
+ icons/,\
+ about.html,\
+ model/
+bin.excludes = icons/**/*.pxm,\
+ model/*.ecorediag
+src.includes = about.html,\
+ schema/

Back to the top