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: 328 B |
|
After Width: | Height: | Size: 155 B |
|
After Width: | Height: | Size: 221 B |
|
After Width: | Height: | Size: 113 B |
|
After Width: | Height: | Size: 331 B |
|
After Width: | Height: | Size: 219 B |
|
After Width: | Height: | Size: 223 B |
|
After Width: | Height: | Size: 218 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 221 B |
|
After Width: | Height: | Size: 349 B |
|
After Width: | Height: | Size: 354 B |
|
After Width: | Height: | Size: 221 B |
|
After Width: | Height: | Size: 545 B |
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 338 B |
|
After Width: | Height: | Size: 211 B |
|
After Width: | Height: | Size: 347 B |
|
After Width: | Height: | Size: 338 B |
|
After Width: | Height: | Size: 359 B |
|
After Width: | Height: | Size: 577 B |
|
After Width: | Height: | Size: 330 B |
|
After Width: | Height: | Size: 351 B |
|
After Width: | Height: | Size: 571 B |
|
After Width: | Height: | Size: 374 B |
|
After Width: | Height: | Size: 352 B |
|
After Width: | Height: | Size: 601 B |
|
After Width: | Height: | Size: 332 B |
|
After Width: | Height: | Size: 323 B |
|
After Width: | Height: | Size: 369 B |
|
After Width: | Height: | Size: 373 B |
|
After Width: | Height: | Size: 591 B |
|
After Width: | Height: | Size: 353 B |
|
After Width: | Height: | Size: 339 B |
|
After Width: | Height: | Size: 603 B |
|
After Width: | Height: | Size: 197 B |
|
After Width: | Height: | Size: 225 B |
|
After Width: | Height: | Size: 186 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 357 B |
|
After Width: | Height: | Size: 121 B |
|
After Width: | Height: | Size: 338 B |
|
After Width: | Height: | Size: 343 B |
|
After Width: | Height: | Size: 328 B |
|
After Width: | Height: | Size: 349 B |
|
After Width: | Height: | Size: 338 B |
|
After Width: | Height: | Size: 361 B |
|
After Width: | Height: | Size: 324 B |
|
After Width: | Height: | Size: 79 B |
@@ -0,0 +1,27 @@
|
||||
###############################################################################
|
||||
# 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
|
||||
###############################################################################
|
||||
#
|
||||
# plugin.xml properties
|
||||
#
|
||||
|
||||
name = Plug-in Development Environment Runtime
|
||||
provider-name = Eclipse.org
|
||||
|
||||
views.category.name = &PDE Runtime
|
||||
views.registry.name= Plug-in Registry
|
||||
views.errorLog.name= Error Log
|
||||
ViewCommand.registryBrowser.name= Plug-in Registry
|
||||
ViewCommand.registryBrowser.description= Show the Plug-in Registry
|
||||
ViewCommand.logView.name= Error Log
|
||||
ViewCommand.logView.description= Show the Error Log
|
||||
|
||||
propertyPages.details.name = Event Details
|
||||
propertyPages.session.name = Session Data
|
||||
@@ -0,0 +1,99 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin
|
||||
id="org.eclipse.pde.runtime"
|
||||
name="%name"
|
||||
version="3.0.1"
|
||||
provider-name="%provider-name"
|
||||
class="org.eclipse.pde.internal.runtime.PDERuntimePlugin">
|
||||
|
||||
<runtime>
|
||||
<library name="pdert.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
</runtime>
|
||||
<requires>
|
||||
<import plugin="org.eclipse.ui"/>
|
||||
<import plugin="org.eclipse.core.runtime.compatibility"/>
|
||||
<import plugin="org.eclipse.ui.views"/>
|
||||
</requires>
|
||||
|
||||
|
||||
<!-- Extensions -->
|
||||
<extension
|
||||
point="org.eclipse.ui.views">
|
||||
<category
|
||||
name="%views.category.name"
|
||||
id="org.eclipse.pde.runtime">
|
||||
</category>
|
||||
<view
|
||||
name="%views.registry.name"
|
||||
icon="icons/eview16/registry.gif"
|
||||
category="org.eclipse.pde.runtime"
|
||||
class="org.eclipse.pde.internal.runtime.registry.RegistryBrowser"
|
||||
id="org.eclipse.pde.runtime.RegistryBrowser">
|
||||
</view>
|
||||
<view
|
||||
name="%views.errorLog.name"
|
||||
icon="icons/eview16/error_log.gif"
|
||||
category="org.eclipse.pde.runtime"
|
||||
class="org.eclipse.pde.internal.runtime.logview.LogView"
|
||||
id="org.eclipse.pde.runtime.LogView">
|
||||
</view>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.commands">
|
||||
<command
|
||||
name="%ViewCommand.registryBrowser.name"
|
||||
description="%ViewCommand.registryBrowser.description"
|
||||
category="org.eclipse.ui.category.views"
|
||||
id="org.eclipse.pde.runtime.RegistryBrowser">
|
||||
</command>
|
||||
<keyBinding
|
||||
string=""
|
||||
scope="org.eclipse.ui.globalScope"
|
||||
command="org.eclipse.pde.runtime.RegistryBrowser"
|
||||
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
|
||||
</keyBinding>
|
||||
<command
|
||||
name="%ViewCommand.logView.name"
|
||||
description="%ViewCommand.logView.description"
|
||||
category="org.eclipse.ui.category.views"
|
||||
id="org.eclipse.pde.runtime.LogView">
|
||||
</command>
|
||||
<keyBinding
|
||||
string=""
|
||||
scope="org.eclipse.ui.globalScope"
|
||||
command="org.eclipse.pde.runtime.LogView"
|
||||
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
|
||||
</keyBinding>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.perspectiveExtensions">
|
||||
<perspectiveExtension
|
||||
targetID="org.eclipse.ui.resourcePerspective">
|
||||
<viewShortcut
|
||||
id="org.eclipse.pde.runtime.LogView">
|
||||
</viewShortcut>
|
||||
</perspectiveExtension>
|
||||
<perspectiveExtension
|
||||
targetID="org.eclipse.jdt.ui.JavaPerspective">
|
||||
<viewShortcut
|
||||
id="org.eclipse.pde.runtime.LogView">
|
||||
</viewShortcut>
|
||||
</perspectiveExtension>
|
||||
<perspectiveExtension
|
||||
targetID="org.eclipse.debug.ui.DebugPerspective">
|
||||
<viewShortcut
|
||||
id="org.eclipse.pde.runtime.LogView">
|
||||
</viewShortcut>
|
||||
</perspectiveExtension>
|
||||
<perspectiveExtension
|
||||
targetID="org.eclipse.jdt.ui.JavaBrowsingPerspective">
|
||||
<viewShortcut
|
||||
id="org.eclipse.pde.runtime.LogView">
|
||||
</viewShortcut>
|
||||
</perspectiveExtension>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||