Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-08-21 14:39:33 +0000
committerThanh Ha2012-08-21 14:39:33 +0000
commit3b3851d68fe3a7878188fed6250cd84a723edbbf (patch)
tree731261e461bb87aae049eca7eedb3250967fceaf /eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties
parentd2ada2b9d4980a75212124173301b961ec210ce5 (diff)
downloadeclipse.platform.releng.aggregator-3b3851d68fe3a7878188fed6250cd84a723edbbf.tar.gz
eclipse.platform.releng.aggregator-3b3851d68fe3a7878188fed6250cd84a723edbbf.tar.xz
eclipse.platform.releng.aggregator-3b3851d68fe3a7878188fed6250cd84a723edbbf.zip
Move product build to tychoEclipseBuilder
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties
new file mode 100644
index 000000000..3f0136176
--- /dev/null
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/feature.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 2009 IBM Corporation 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=Eclipse Product Configuration
+
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse.org
+
+# "description" property - description of the feature
+description=Configuration information for the Eclipse product

Back to the top