Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems/build.properties')
-rwxr-xr-xplugins/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems/build.properties34
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems/build.properties b/plugins/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems/build.properties
new file mode 100755
index 00000000..804e2330
--- /dev/null
+++ b/plugins/cdo/bundles/org.eclipse.papyrus.cdo.validation.problems/build.properties
@@ -0,0 +1,34 @@
+###############################################################################
+# 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 v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# CEA LIST - Initial API and implementation
+###############################################################################
+# 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 v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# CEA LIST - Initial API and implementation
+#
+
+jre.compilation.profile = JavaSE-1.6
+jars.compile.order = .
+source.. = src/
+output.. = bin/
+
+bin.includes = .,\
+ model/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ about.html
+src.includes = about.html

Back to the top