Initial commit
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>About</title>
|
||||
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
|
||||
</head>
|
||||
<body lang="EN-US">
|
||||
<h2>About This Content</h2>
|
||||
|
||||
<p>20th June, 2002</p>
|
||||
<h3>License</h3>
|
||||
<p>Eclipse.org makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
|
||||
Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
|
||||
For purposes of the CPL, "Program" will mean the Content.</p>
|
||||
|
||||
<h3>Contributions</h3>
|
||||
|
||||
<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
|
||||
made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
|
||||
Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
|
||||
|
||||
<p>If this Content is licensed to you under license terms and conditions other than the CPL ("Other License"), any modifications, enhancements and/or
|
||||
other code and/or documentation ("Modifications") uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
|
||||
host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
|
||||
to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also
|
||||
providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
|
||||
the CPL.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
After Width: | Height: | Size: 155 B |
|
After Width: | Height: | Size: 101 B |
|
After Width: | Height: | Size: 376 B |
|
After Width: | Height: | Size: 232 B |
|
After Width: | Height: | Size: 348 B |
|
After Width: | Height: | Size: 367 B |
|
After Width: | Height: | Size: 369 B |
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 101 B |
|
After Width: | Height: | Size: 591 B |
|
After Width: | Height: | Size: 352 B |
|
After Width: | Height: | Size: 377 B |
|
After Width: | Height: | Size: 604 B |
|
After Width: | Height: | Size: 600 B |
|
After Width: | Height: | Size: 368 B |
|
After Width: | Height: | Size: 648 B |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 162 B |
|
After Width: | Height: | Size: 591 B |
|
After Width: | Height: | Size: 377 B |
|
After Width: | Height: | Size: 572 B |
|
After Width: | Height: | Size: 368 B |
|
After Width: | Height: | Size: 597 B |
|
After Width: | Height: | Size: 609 B |
|
After Width: | Height: | Size: 339 B |
|
After Width: | Height: | Size: 319 B |
|
After Width: | Height: | Size: 585 B |
|
After Width: | Height: | Size: 578 B |
|
After Width: | Height: | Size: 348 B |
|
After Width: | Height: | Size: 237 B |
|
After Width: | Height: | Size: 343 B |
|
After Width: | Height: | Size: 333 B |
|
After Width: | Height: | Size: 353 B |
|
After Width: | Height: | Size: 596 B |
|
After Width: | Height: | Size: 332 B |
|
After Width: | Height: | Size: 586 B |
|
After Width: | Height: | Size: 578 B |
|
After Width: | Height: | Size: 186 B |
|
After Width: | Height: | Size: 79 B |
|
After Width: | Height: | Size: 184 B |
|
After Width: | Height: | Size: 82 B |
|
After Width: | Height: | Size: 169 B |
|
After Width: | Height: | Size: 85 B |
|
After Width: | Height: | Size: 187 B |
|
After Width: | Height: | Size: 112 B |
|
After Width: | Height: | Size: 105 B |
|
After Width: | Height: | Size: 173 B |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
@@ -0,0 +1,52 @@
|
||||
###############################################################################
|
||||
# Copyright (c) 2000, 2004 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Common Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/cpl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
#
|
||||
# Update UI plugin.xml resources
|
||||
#
|
||||
pluginName = Install/Update UI
|
||||
providerName = Eclipse.org
|
||||
fragmentNameWin = Install/Update UI for Windows
|
||||
|
||||
updateMenu.label = &Software Updates
|
||||
actionSets.softwareUpdates.label = Software Updates
|
||||
actionSets.updates.label = &Find and Install...
|
||||
actionSets.configManager.label = &Manage Configuration...
|
||||
actionSets.webSites.label = &Update Sites (experimental)
|
||||
|
||||
searchCategory.name = Search Category
|
||||
searchCategories.updates = Available Updates
|
||||
searchCategories.updates.desc = <form><p>Search for updates to \
|
||||
features currently installed in this application. Updates are \
|
||||
features that have the same identifier as the installed features, \
|
||||
but newer versions.</p>\
|
||||
<p>Use scope settings to control the \
|
||||
extent of the search and the update sites that will be visited.</p>\
|
||||
<p>Note that the settings in <b>Preferences</b> affect whether the new feature \
|
||||
versions will be considered valid as updates.</p></form>
|
||||
|
||||
searchCategories.expression = Regular Expressions
|
||||
searchCategories.expression.desc = <form><p>Search for features that \
|
||||
contain desired text or reqular expression. Use the query settings \
|
||||
to configure search options.</p></form>
|
||||
|
||||
searchCategories.plugin = Plug-ins in Features
|
||||
searchCategories.plugin.desc = <form><p>Look for plug-ins that \
|
||||
are packaged in the features. This search category is useful \
|
||||
when required plug-ins of the feature you wanted to install \
|
||||
were not found in this application.</p></form>
|
||||
|
||||
mainPreference.name = Install/Update
|
||||
|
||||
properties.general-info.label = General Information
|
||||
properties.license.label = License Agreement
|
||||
properties.copyright.label = Copyright
|
||||
properties.status.label = Status
|
||||
properties.currentConfig.activities = Activities
|
||||
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin
|
||||
id="org.eclipse.update.ui"
|
||||
name="%pluginName"
|
||||
version="3.0.1"
|
||||
provider-name="%providerName"
|
||||
class="org.eclipse.update.internal.ui.UpdateUI">
|
||||
|
||||
<runtime>
|
||||
<library name="updateui.jar">
|
||||
<export name="*"/>
|
||||
<packages prefixes="org.eclipse.update.internal.ui"/>
|
||||
</library>
|
||||
</runtime>
|
||||
<requires>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
<import plugin="org.eclipse.ui"/>
|
||||
<import plugin="org.eclipse.update.core"/>
|
||||
<import plugin="org.eclipse.help.base"/>
|
||||
<import plugin="org.eclipse.update.configurator"/>
|
||||
<import plugin="org.eclipse.ui.forms"/>
|
||||
</requires>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.ui.propertyPages">
|
||||
<page
|
||||
objectClass="org.eclipse.update.internal.ui.model.IFeatureAdapter"
|
||||
name="%properties.general-info.label"
|
||||
class="org.eclipse.update.internal.ui.properties.FeatureGeneralPropertyPage"
|
||||
id="org.eclipse.update.ui.featureGeneralPropertyPage">
|
||||
</page>
|
||||
<page
|
||||
objectClass="org.eclipse.update.internal.ui.model.IFeatureAdapter"
|
||||
name="%properties.license.label"
|
||||
class="org.eclipse.update.internal.ui.properties.FeatureLicensePropertyPage"
|
||||
id="org.eclipse.update.ui.featureLicensePropertyPage">
|
||||
</page>
|
||||
<page
|
||||
objectClass="org.eclipse.update.internal.ui.model.IFeatureAdapter"
|
||||
name="%properties.copyright.label"
|
||||
class="org.eclipse.update.internal.ui.properties.FeatureCopyrightPropertyPage"
|
||||
id="org.eclipse.update.ui.featureCopyrightPropertyPage">
|
||||
</page>
|
||||
<page
|
||||
objectClass="org.eclipse.update.internal.ui.model.ConfiguredFeatureAdapter"
|
||||
name="%properties.status.label"
|
||||
class="org.eclipse.update.internal.ui.properties.FeatureStatusPropertyPage"
|
||||
id="org.eclipse.update.ui.featureStatusPropertyPage">
|
||||
</page>
|
||||
<page
|
||||
objectClass="org.eclipse.update.internal.ui.model.IConfiguredSiteAdapter"
|
||||
name="%properties.general-info.label"
|
||||
class="org.eclipse.update.internal.ui.properties.ConfiguredSitePropertyPage"
|
||||
id="org.eclipse.update.ui.configSite">
|
||||
</page>
|
||||
<page
|
||||
objectClass="org.eclipse.update.internal.core.SiteLocal"
|
||||
name="%properties.general-info.label"
|
||||
class="org.eclipse.update.internal.ui.properties.InstallConfigurationPropertyPage"
|
||||
id="org.eclipse.update.ui.installConfig">
|
||||
</page>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.preferencePages">
|
||||
<page
|
||||
name="%mainPreference.name"
|
||||
class="org.eclipse.update.internal.ui.preferences.MainPreferencePage"
|
||||
id="org.eclipse.update.internal.ui.preferences.MainPreferencePage">
|
||||
</page>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||