diff --git a/discovery/org.eclipse.tm.discovery-feature/feature.xml b/discovery/org.eclipse.tm.discovery-feature/feature.xml index 63fdc850d30..f62343adb67 100644 --- a/discovery/org.eclipse.tm.discovery-feature/feature.xml +++ b/discovery/org.eclipse.tm.discovery-feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="1.0.0.qualifier" provider-name="%providerName" + plugin="org.eclipse.tm.discovery.engine" image="eclipse_update_120.jpg"> diff --git a/discovery/org.eclipse.tm.discovery.engine/about.ini b/discovery/org.eclipse.tm.discovery.engine/about.ini new file mode 100644 index 00000000000..fdd61ff0dd8 --- /dev/null +++ b/discovery/org.eclipse.tm.discovery.engine/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/discovery/org.eclipse.tm.discovery.engine/about.mappings b/discovery/org.eclipse.tm.discovery.engine/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/discovery/org.eclipse.tm.discovery.engine/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/discovery/org.eclipse.tm.discovery.engine/about.properties b/discovery/org.eclipse.tm.discovery.engine/about.properties new file mode 100644 index 00000000000..46407c03a53 --- /dev/null +++ b/discovery/org.eclipse.tm.discovery.engine/about.properties @@ -0,0 +1,25 @@ +################################################################################ +# 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=Experimental Remote Service Discovery Source\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Eclipse contributors and others 2006. All rights reserved.\n\ +Visit http://www.eclipse.org/dsdp/tm diff --git a/discovery/org.eclipse.tm.discovery.engine/build.properties b/discovery/org.eclipse.tm.discovery.engine/build.properties index 5d64794d2a7..4efbec66a4a 100644 --- a/discovery/org.eclipse.tm.discovery.engine/build.properties +++ b/discovery/org.eclipse.tm.discovery.engine/build.properties @@ -4,5 +4,9 @@ bin.includes = META-INF/,\ about.html,\ plugin.properties,\ plugin.xml,\ - . -src.includes = about.html + .,\ + about.ini,\ + about.mappings,\ + about.properties,\ + eclipse32.png +src.includes = schema/ diff --git a/discovery/org.eclipse.tm.discovery.engine/eclipse32.png b/discovery/org.eclipse.tm.discovery.engine/eclipse32.png new file mode 100644 index 00000000000..568fac1d05f Binary files /dev/null and b/discovery/org.eclipse.tm.discovery.engine/eclipse32.png differ diff --git a/discovery/org.eclipse.tm.discovery.model/build.properties b/discovery/org.eclipse.tm.discovery.model/build.properties index 7f2bf418732..fc422570b27 100644 --- a/discovery/org.eclipse.tm.discovery.model/build.properties +++ b/discovery/org.eclipse.tm.discovery.model/build.properties @@ -3,5 +3,6 @@ bin.includes = META-INF/,\ about.html,\ plugin.properties,\ src/,\ - . -src.includes = about.html + .,\ + plugin.xml +src.includes = ecore/ diff --git a/discovery/org.eclipse.tm.discovery.protocol.dnssd/build.properties b/discovery/org.eclipse.tm.discovery.protocol.dnssd/build.properties index ae5c58b1e92..bc4a65bce5f 100644 --- a/discovery/org.eclipse.tm.discovery.protocol.dnssd/build.properties +++ b/discovery/org.eclipse.tm.discovery.protocol.dnssd/build.properties @@ -3,4 +3,5 @@ output.. = bin/ bin.includes = META-INF/,\ about.html,\ plugin.properties,\ - . + .,\ + plugin.xml diff --git a/discovery/org.eclipse.tm.discovery.transport.udp/build.properties b/discovery/org.eclipse.tm.discovery.transport.udp/build.properties index ae5c58b1e92..bc4a65bce5f 100644 --- a/discovery/org.eclipse.tm.discovery.transport.udp/build.properties +++ b/discovery/org.eclipse.tm.discovery.transport.udp/build.properties @@ -3,4 +3,5 @@ output.. = bin/ bin.includes = META-INF/,\ about.html,\ plugin.properties,\ - . + .,\ + plugin.xml