Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/org.eclipse.papyrus.tests.framework/build.properties')
-rw-r--r--tests/framework/org.eclipse.papyrus.tests.framework/build.properties23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/framework/org.eclipse.papyrus.tests.framework/build.properties b/tests/framework/org.eclipse.papyrus.tests.framework/build.properties
deleted file mode 100644
index ab2c79a36e5..00000000000
--- a/tests/framework/org.eclipse.papyrus.tests.framework/build.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright (c) 2015 Christian W. Damus and others.
-#
-# 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:
-# Christian W. Damus - Initial API and implementation
-
-bin.includes = .,\
- model/,\
- META-INF/,\
- plugin.properties,\
- about.html,\
- model/,\
- plugin.xml
-output.. = bin/
-jars.compile.order=.
-source.. = src/,\
- xtend-gen/,\
- src-gen/
-src.includes = about.html

Back to the top