diff --git a/rse/examples/org.eclipse.rse.remotecdt/about.ini b/rse/examples/org.eclipse.rse.remotecdt/about.ini new file mode 100644 index 00000000000..fdd61ff0dd8 --- /dev/null +++ b/rse/examples/org.eclipse.rse.remotecdt/about.ini @@ -0,0 +1,27 @@ +# 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 \ No newline at end of file diff --git a/rse/examples/org.eclipse.rse.remotecdt/about.mappings b/rse/examples/org.eclipse.rse.remotecdt/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/rse/examples/org.eclipse.rse.remotecdt/about.mappings @@ -0,0 +1,6 @@ +# 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/rse/examples/org.eclipse.rse.remotecdt/about.properties b/rse/examples/org.eclipse.rse.remotecdt/about.properties new file mode 100644 index 00000000000..20445719c9c --- /dev/null +++ b/rse/examples/org.eclipse.rse.remotecdt/about.properties @@ -0,0 +1,25 @@ +############################################################################### +# Copyright (c) 2000, 2006 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 +############################################################################### +# 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=Remote System Explorer CDT Remote Launch Integration\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Eclipse contributors and others 2000, 2006. All rights reserved.\n\ +Visit http://www.eclipse.org/dsdp/tm \ No newline at end of file diff --git a/rse/examples/org.eclipse.rse.remotecdt/build.properties b/rse/examples/org.eclipse.rse.remotecdt/build.properties index 07886194ad9..5a542ded930 100644 --- a/rse/examples/org.eclipse.rse.remotecdt/build.properties +++ b/rse/examples/org.eclipse.rse.remotecdt/build.properties @@ -13,6 +13,10 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + eclipse32.png,\ plugin.properties,\ plugin.xml,\ icons/,\ diff --git a/rse/examples/org.eclipse.rse.remotecdt/eclipse32.png b/rse/examples/org.eclipse.rse.remotecdt/eclipse32.png new file mode 100644 index 00000000000..568fac1d05f Binary files /dev/null and b/rse/examples/org.eclipse.rse.remotecdt/eclipse32.png differ diff --git a/rse/features/org.eclipse.rse.efs-feature/feature.xml b/rse/features/org.eclipse.rse.efs-feature/feature.xml index 83ab93cc48c..fc8a76178ad 100644 --- a/rse/features/org.eclipse.rse.efs-feature/feature.xml +++ b/rse/features/org.eclipse.rse.efs-feature/feature.xml @@ -1,20 +1,11 @@ - + provider-name="%providerName" + plugin="org.eclipse.rse.eclipse.filesystem" + image="eclipse_update_120.jpg"> %description @@ -52,6 +43,8 @@ Martin Oberhuber - initial API and implementation diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/feature.xml b/rse/features/org.eclipse.rse.remotecdt-feature/feature.xml index 57163503192..dec1ff8f005 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/feature.xml +++ b/rse/features/org.eclipse.rse.remotecdt-feature/feature.xml @@ -1,20 +1,11 @@ - + provider-name="%providerName" + plugin="org.eclipse.rse.remotecdt" + image="eclipse_update_120.jpg"> %description diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties index 69292bba5e2..ac693d67bf2 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties @@ -16,7 +16,7 @@ # # Do not translate any values surrounded by {} -blurb=RSE CDT Remote Launch Integration Source\n\ +blurb=Remote System Explorer CDT Remote Launch Integration Source\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\ diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.ini b/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.ini new file mode 100644 index 00000000000..fdd61ff0dd8 --- /dev/null +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.ini @@ -0,0 +1,27 @@ +# 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 \ No newline at end of file diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.mappings b/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.mappings @@ -0,0 +1,6 @@ +# 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/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.properties b/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.properties new file mode 100644 index 00000000000..a3044f57904 --- /dev/null +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.properties @@ -0,0 +1,25 @@ +############################################################################### +# Copyright (c) 2000, 2006 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 +############################################################################### +# 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=Remote System Explorer Eclipse Filesystem (EFS) Support\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Eclipse contributors and others 2000, 2006. All rights reserved.\n\ +Visit http://www.eclipse.org/dsdp/tm \ No newline at end of file diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/build.properties b/rse/plugins/org.eclipse.rse.eclipse.filesystem/build.properties index 75d128a7ea9..7cfa7f68032 100644 --- a/rse/plugins/org.eclipse.rse.eclipse.filesystem/build.properties +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/build.properties @@ -1,6 +1,10 @@ bin.includes = META-INF/,\ plugin.xml,\ about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + eclipse32.png,\ plugin.properties,\ . source.. = src/ diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/eclipse32.png b/rse/plugins/org.eclipse.rse.eclipse.filesystem/eclipse32.png new file mode 100644 index 00000000000..568fac1d05f Binary files /dev/null and b/rse/plugins/org.eclipse.rse.eclipse.filesystem/eclipse32.png differ