Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/build.properties')
-rwxr-xr-xcdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/build.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/build.properties b/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/build.properties
new file mode 100755
index 00000000..b672bb2f
--- /dev/null
+++ b/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/build.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 2013 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
+###############################################################################
+
+
+jars.compile.order = .
+source.. = src/
+output.. = bin/
+
+bin.includes = .,\
+ META-INF/,\
+ plugin.properties,\
+ about.html
+src.includes = about.html

Back to the top