Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.predicates')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.predicates/about.ini15
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.predicates/about.mappings6
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.predicates/about.properties23
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.predicates/build.properties4
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.predicates/modeling32.pngbin2414 -> 0 bytes
5 files changed, 0 insertions, 48 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.predicates/about.ini b/plugins/org.eclipse.emf.cdo.releng.predicates/about.ini
deleted file mode 100644
index 32006ae5d6..0000000000
--- a/plugins/org.eclipse.emf.cdo.releng.predicates/about.ini
+++ /dev/null
@@ -1,15 +0,0 @@
-# about.ini
-# contains information about a feature
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# "%key" are externalized strings defined in about.properties
-# This file does not need to be translated.
-
-# Property "aboutText" contains blurb for "About" dialog (translated)
-aboutText=%featureText
-
-# Property "featureImage" contains path to feature image (32x32)
-featureImage=modeling32.png
-
-# Property "appName" contains name of the application (translated)
-appName=%featureName
-
diff --git a/plugins/org.eclipse.emf.cdo.releng.predicates/about.mappings b/plugins/org.eclipse.emf.cdo.releng.predicates/about.mappings
deleted file mode 100644
index bddaab4310..0000000000
--- a/plugins/org.eclipse.emf.cdo.releng.predicates/about.mappings
+++ /dev/null
@@ -1,6 +0,0 @@
-# about.mappings
-# contains fill-ins for about.properties
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file does not need to be translated.
-
-0=@build@ \ No newline at end of file
diff --git a/plugins/org.eclipse.emf.cdo.releng.predicates/about.properties b/plugins/org.eclipse.emf.cdo.releng.predicates/about.properties
deleted file mode 100644
index 38db50e325..0000000000
--- a/plugins/org.eclipse.emf.cdo.releng.predicates/about.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright (c) 2013 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
-
-# ==============================================================================
-# Do not change the properties between this line and the last line containing:
-# %%% END OF TRANSLATED PROPERTIES %%%
-# Instead, either redefine an existing property, or create a new property,
-# append it to the end of the file, and change the code to use the new name.
-# ==============================================================================
-
-featureName = Project Predicates
-featureText = Project Predicates\n\
-Version: {featureVersion}\n\
-Build id: {0}\n\
-\n\
diff --git a/plugins/org.eclipse.emf.cdo.releng.predicates/build.properties b/plugins/org.eclipse.emf.cdo.releng.predicates/build.properties
index a85815f30a..21b49823ac 100644
--- a/plugins/org.eclipse.emf.cdo.releng.predicates/build.properties
+++ b/plugins/org.eclipse.emf.cdo.releng.predicates/build.properties
@@ -15,11 +15,7 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
about.html,\
- about.ini,\
- about.mappings,\
- about.properties,\
copyright.txt,\
- modeling32.png,\
plugin.properties,\
model/
src.includes = about.html,\
diff --git a/plugins/org.eclipse.emf.cdo.releng.predicates/modeling32.png b/plugins/org.eclipse.emf.cdo.releng.predicates/modeling32.png
deleted file mode 100644
index 6b08de2ada..0000000000
--- a/plugins/org.eclipse.emf.cdo.releng.predicates/modeling32.png
+++ /dev/null
Binary files differ

Back to the top