mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 04:35:45 +02:00
No need for branding in EFS source plugin -> Rev up EFS feature to 1.0.2
This commit is contained in:
parent
112a0c209b
commit
d5aa64b8d2
7 changed files with 3 additions and 61 deletions
|
@ -30,7 +30,7 @@
|
||||||
<feature url="features/org.eclipse.rse.remotecdt_1.0.1.qualifier.jar" id="org.eclipse.rse.remotecdt" version="1.0.1.qualifier">
|
<feature url="features/org.eclipse.rse.remotecdt_1.0.1.qualifier.jar" id="org.eclipse.rse.remotecdt" version="1.0.1.qualifier">
|
||||||
<category name="Target Management Add-ons"/>
|
<category name="Target Management Add-ons"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.rse.efs_1.0.1.qualifier.jar" id="org.eclipse.rse.efs" version="1.0.1.qualifier">
|
<feature url="features/org.eclipse.rse.efs_1.0.2.qualifier.jar" id="org.eclipse.rse.efs" version="1.0.2.qualifier">
|
||||||
<category name="Target Management Add-ons"/>
|
<category name="Target Management Add-ons"/>
|
||||||
</feature>
|
</feature>
|
||||||
<feature url="features/org.eclipse.tm.discovery_1.0.2.qualifier.jar" id="org.eclipse.tm.discovery" version="1.0.2.qualifier">
|
<feature url="features/org.eclipse.tm.discovery_1.0.2.qualifier.jar" id="org.eclipse.tm.discovery" version="1.0.2.qualifier">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.efs"
|
id="org.eclipse.rse.efs"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="1.0.1.qualifier"
|
version="1.0.2.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.eclipse.filesystem"
|
plugin="org.eclipse.rse.eclipse.filesystem"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
|
|
@ -1,27 +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=%blurb
|
|
||||||
|
|
||||||
# Property "windowImage" contains path to window icon (16x16)
|
|
||||||
# needed for primary features only
|
|
||||||
|
|
||||||
# Property "featureImage" contains path to feature image (32x32)
|
|
||||||
featureImage=eclipse32.png
|
|
||||||
|
|
||||||
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
|
||||||
# needed for primary features only
|
|
||||||
|
|
||||||
# Property "appName" contains name of the application (not translated)
|
|
||||||
# needed for primary features only
|
|
||||||
|
|
||||||
# Property "welcomePage" contains path to welcome page (special XML-based format)
|
|
||||||
# optional
|
|
||||||
|
|
||||||
# Property "welcomePerspective" contains the id of the perspective in which the
|
|
||||||
# welcome page is to be opened.
|
|
||||||
# optional
|
|
|
@ -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@
|
|
|
@ -1,25 +0,0 @@
|
||||||
################################################################################
|
|
||||||
# Copyright (c) 2006 Wind River Systems, Inc. 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:
|
|
||||||
# Martin Oberhuber - initial API and implementation
|
|
||||||
################################################################################
|
|
||||||
# about.properties
|
|
||||||
# contains externalized strings for about.ini
|
|
||||||
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
|
||||||
# fill-ins are supplied by about.mappings
|
|
||||||
# This file should be translated.
|
|
||||||
#
|
|
||||||
# Do not translate any values surrounded by {}
|
|
||||||
|
|
||||||
blurb=RSE Experimental Eclipse Filesystem (EFS) Provider Source\n\
|
|
||||||
\n\
|
|
||||||
Version: {featureVersion}\n\
|
|
||||||
Build id: {0}\n\
|
|
||||||
\n\
|
|
||||||
(c) Copyright IBM Corporation and others 2006. All rights reserved.\n\
|
|
||||||
Visit http://www.eclipse.org/dsdp/tm
|
|
|
@ -8,5 +8,5 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# Martin Oberhuber - initial API and implementation
|
# Martin Oberhuber - initial API and implementation
|
||||||
################################################################################
|
################################################################################
|
||||||
bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.png, plugin.properties, plugin.xml, src/, META-INF/
|
bin.includes = about.html, plugin.properties, plugin.xml, src/, META-INF/
|
||||||
sourcePlugin = true
|
sourcePlugin = true
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB |
Loading…
Add table
Reference in a new issue