Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlgoubet2012-05-02 13:40:25 +0000
committerlgoubet2012-05-03 09:56:25 +0000
commitd1535e7d4e71cb6c0e8dae79b71d3ffad3785a16 (patch)
treeffd61acd4600b2221d34560264ecab64fa75ef66 /plugins/org.eclipse.emf.compare.tests/build.properties
parent5a55fa8d5b72ce4ca6938e5d247501c8d9e36ffb (diff)
downloadorg.eclipse.emf.compare-d1535e7d4e71cb6c0e8dae79b71d3ffad3785a16.tar.gz
org.eclipse.emf.compare-d1535e7d4e71cb6c0e8dae79b71d3ffad3785a16.tar.xz
org.eclipse.emf.compare-d1535e7d4e71cb6c0e8dae79b71d3ffad3785a16.zip
Contributing test metamodel wit the necessary "specific" features (multiple containment features, single-valued containment, multi-valued attribute...) and its generated code.
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/build.properties')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/build.properties17
1 files changed, 15 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/build.properties b/plugins/org.eclipse.emf.compare.tests/build.properties
index bfa526304..8da51e963 100644
--- a/plugins/org.eclipse.emf.compare.tests/build.properties
+++ b/plugins/org.eclipse.emf.compare.tests/build.properties
@@ -1,5 +1,18 @@
+# Copyright (c) 2011, 2012 Obeo.
+# 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:
+# Obeo - initial API and implementation
+
+bin.includes = .,\
+ model/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties
+jars.compile.order = .
source.. = src/,\
src-gen/
output.. = bin/
-bin.includes = META-INF/,\
- .

Back to the top