Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cdo/tests/org.eclipse.papyrus.cdo.core.tests/build.properties')
-rwxr-xr-xcdo/tests/org.eclipse.papyrus.cdo.core.tests/build.properties21
1 files changed, 21 insertions, 0 deletions
diff --git a/cdo/tests/org.eclipse.papyrus.cdo.core.tests/build.properties b/cdo/tests/org.eclipse.papyrus.cdo.core.tests/build.properties
new file mode 100755
index 00000000..b46ca587
--- /dev/null
+++ b/cdo/tests/org.eclipse.papyrus.cdo.core.tests/build.properties
@@ -0,0 +1,21 @@
+###############################################################################
+# 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,\
+ about.html,\
+ resources/
+src.includes = about.html

Back to the top