Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.projectconfig.edit/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.projectconfig.edit/build.properties25
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.projectconfig.edit/build.properties b/plugins/org.eclipse.emf.cdo.releng.projectconfig.edit/build.properties
deleted file mode 100644
index 6d076e7558..0000000000
--- a/plugins/org.eclipse.emf.cdo.releng.projectconfig.edit/build.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright (c) 2013, 2014 Eike Stepper (Berlin, Germany) 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:
-# Eike Stepper - initial API and implementation
-
-# NLS_MESSAGEFORMAT_VAR
-
-bin.includes = .,\
- icons/,\
- META-INF/,\
- plugin.xml,\
- plugin.properties,\
- about.html
-jars.compile.order = .
-source.. = src/
-output.. = bin/
-src.includes = about.html
-
-doc.project = org.eclipse.emf.cdo.releng.help
-
-generateSourceReferences = true

Back to the top