Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2014-01-20 11:26:39 +0000
committerMichael Rennie2014-03-11 17:30:15 +0000
commit7649358eea791fd2b3edc0cf7aa8f3dbfde9050d (patch)
treec1b9cc94b3ad0871d9e0be7d88742b8e522a5b9a /org.eclipse.debug.ui/schema
parent5594c623db49162c06f69b6a09190d2b8964e9f2 (diff)
downloadeclipse.platform.debug-7649358eea791fd2b3edc0cf7aa8f3dbfde9050d.tar.gz
eclipse.platform.debug-7649358eea791fd2b3edc0cf7aa8f3dbfde9050d.tar.xz
eclipse.platform.debug-7649358eea791fd2b3edc0cf7aa8f3dbfde9050d.zip
Bug 426107 - Change org.eclipse.debug.ui extension point examples to use
png Change-Id: Id0eec6929c2c6fe6b0006724357f9f66766a2781 Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/breakpointOrganizers.exsd2
-rw-r--r--org.eclipse.debug.ui/schema/launchConfigurationTypeImages.exsd2
-rw-r--r--org.eclipse.debug.ui/schema/launchGroups.exsd4
-rw-r--r--org.eclipse.debug.ui/schema/launchShortcuts.exsd2
-rw-r--r--org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd2
5 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd b/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
index f80327759..118ea1226 100644
--- a/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
+++ b/org.eclipse.debug.ui/schema/breakpointOrganizers.exsd
@@ -112,7 +112,7 @@ Organizers with the specified name will be automatically created by the Debug Pl
class=&quot;com.example.BreakpointOrganizer&quot;
id=&quot;com.example.BreakpointOrganizer&quot;
label=&quot;Example Organizer&quot;
- icon=&quot;icons/full/obj16/example_org.gif&quot;/&gt;
+ icon=&quot;icons/full/obj16/example_org.png&quot;/&gt;
&lt;/extension&gt;
&lt;/pre&gt;
In the above example, the supplied factory will be included in the list of options for grouping breakpoints (&quot;Group By &gt; Example Organizer&quot;). When selected, the associated organizer will be used to categorize breakpoints.
diff --git a/org.eclipse.debug.ui/schema/launchConfigurationTypeImages.exsd b/org.eclipse.debug.ui/schema/launchConfigurationTypeImages.exsd
index 95e9fa4bf..8257be2a7 100644
--- a/org.eclipse.debug.ui/schema/launchConfigurationTypeImages.exsd
+++ b/org.eclipse.debug.ui/schema/launchConfigurationTypeImages.exsd
@@ -71,7 +71,7 @@
&lt;launchConfigurationTypeImage
id=&quot;com.example.FirstLaunchConfigurationTypeImage&quot;
configTypeID=&quot;com.example.FirstLaunchConfigurationType&quot;
- icon=&quot;icons/FirstLaunchConfigurationType.gif&quot;&gt;
+ icon=&quot;icons/FirstLaunchConfigurationType.png&quot;&gt;
&lt;/launchConfigurationTypeImage&gt;
&lt;/extension&gt;
&lt;/pre&gt;
diff --git a/org.eclipse.debug.ui/schema/launchGroups.exsd b/org.eclipse.debug.ui/schema/launchGroups.exsd
index de979637b..322d1cbf8 100644
--- a/org.eclipse.debug.ui/schema/launchGroups.exsd
+++ b/org.eclipse.debug.ui/schema/launchGroups.exsd
@@ -140,8 +140,8 @@
id=&quot;com.example.ExampleLaunchGroupId&quot;
mode=&quot;run&quot;
label=&quot;Run&quot;
- image=&quot;icons\run.gif&quot;
- bannerImage=&quot;icons\runBanner.gif&quot;&gt;
+ image=&quot;icons\run.png&quot;
+ bannerImage=&quot;icons\runBanner.png&quot;&gt;
&lt;/launchGroup&gt;
&lt;/extension&gt;
&lt;/pre&gt;
diff --git a/org.eclipse.debug.ui/schema/launchShortcuts.exsd b/org.eclipse.debug.ui/schema/launchShortcuts.exsd
index d2e1f99ab..164054931 100644
--- a/org.eclipse.debug.ui/schema/launchShortcuts.exsd
+++ b/org.eclipse.debug.ui/schema/launchShortcuts.exsd
@@ -271,7 +271,7 @@ New in 3.4, clients can implement &lt;code&gt;org.eclipse.debug.ui.ILaunchShortc
&lt;extension point=&quot;org.eclipse.debug.ui.launchShortcuts&quot;&gt;
&lt;shortcut
label=&quot;Java Application&quot;
- icon=&quot;$nl$/icons/full/etool16/java_app.gif&quot;
+ icon=&quot;$nl$/icons/full/etool16/java_app.png&quot;
helpContextId=&quot;org.eclipse.jdt.debug.ui.shortcut_local_java_application&quot;
modes=&quot;run, debug&quot;
class=&quot;org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLaunchShortcut&quot;
diff --git a/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd b/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd
index e350ba0f7..ade6111d3 100644
--- a/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd
+++ b/org.eclipse.debug.ui/schema/sourceContainerPresentations.exsd
@@ -103,7 +103,7 @@
&lt;sourceContainerPresentation
browserClass=&quot;org.eclipse.debug.internal.ui.sourcelookup.browsers.ProjectSourceContainerBrowser&quot;
containerTypeID=&quot;org.eclipse.debug.core.containerType.project&quot;
- icon=&quot;icons/full/obj16/prj_obj.gif&quot;
+ icon=&quot;icons/full/obj16/prj_obj.png&quot;
id=&quot;org.eclipse.debug.ui.containerPresentation.project&quot;&gt;
&lt;/sourceContainerPresentation&gt;
&lt;/extension&gt;

Back to the top