[jbosstools-commits] JBoss Tools SVN: r43734 - in trunk/central/plugins: org.jboss.tools.central.themes and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Sun Sep 16 11:49:58 EDT 2012
Author: mickael_istria
Date: 2012-09-16 11:49:57 -0400 (Sun, 16 Sep 2012)
New Revision: 43734
Added:
trunk/central/plugins/org.jboss.tools.central.themes/plugin.xml
Removed:
trunk/central/plugins/org.jboss.tools.central/css/
Modified:
trunk/central/plugins/org.jboss.tools.central.themes/build.properties
trunk/central/plugins/org.jboss.tools.central/build.properties
trunk/central/plugins/org.jboss.tools.central/plugin.xml
Log:
JBIDE-12552: Cleaned previous bundle, fix build.properties
Modified: trunk/central/plugins/org.jboss.tools.central/build.properties
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/build.properties 2012-09-16 02:14:14 UTC (rev 43733)
+++ trunk/central/plugins/org.jboss.tools.central/build.properties 2012-09-16 15:49:57 UTC (rev 43734)
@@ -12,5 +12,4 @@
about.mappings,\
about.properties,\
jboss_about.png,\
- css/,\
lib/ocpsoft-pretty-time-1.0.7.jar
Modified: trunk/central/plugins/org.jboss.tools.central/plugin.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/plugin.xml 2012-09-16 02:14:14 UTC (rev 43733)
+++ trunk/central/plugins/org.jboss.tools.central/plugin.xml 2012-09-16 15:49:57 UTC (rev 43734)
@@ -12,13 +12,13 @@
id="org.jboss.tools.central.editors.JBossCentralEditor">
</editor>
</extension>
-
+
<extension
point="org.eclipse.ui.startup">
<startup class="org.jboss.tools.central.ShowJBossCentral">
</startup>
</extension>
-
+
<extension
point="org.eclipse.ui.preferencePages">
<page
@@ -42,7 +42,7 @@
menubarPath="help/group.intro"
tooltip="JBoss Central" />
</actionSet>
- </extension>
+ </extension>
<extension
point="org.eclipse.ui.commands">
<command
@@ -55,19 +55,19 @@
name="JBoss Tools Home"
id="org.jboss.tools.central.openJBossToolsHome">
</command>
-
+
<command
defaultHandler="org.jboss.tools.central.actions.OpenJBossBlogsHandler"
name="Blogs"
id="org.jboss.tools.central.openJBossBlogs">
</command>
-
+
<command
defaultHandler="org.jboss.tools.central.actions.OpenJBossNewsHandler"
name="News"
id="org.jboss.tools.central.openJBossNews">
</command>
-
+
<command
defaultHandler="org.jboss.tools.central.actions.RefreshJBossTutorialsHandler"
name="Refresh"
@@ -88,38 +88,38 @@
name="Refresh"
id="org.jboss.tools.central.refreshDiscovery">
</command>
-
-
+
+
<command
defaultHandler="org.jboss.tools.central.actions.OpenJBossToolsTwitterHandler"
name="Twitter"
id="org.jboss.tools.central.openJBossToolsTwitter">
</command>
-
+
<command
defaultHandler="org.jboss.tools.central.actions.NewProjectExamplesWizardHandler"
name="Project Examples Wizard"
id="org.jboss.tools.central.newProjectExamplesWizard">
</command>
-
+
<command
defaultHandler="org.jboss.tools.central.actions.FavoriteAtEclipseMarketplaceHandler"
name="Favorite this @ Eclipse Marketplace"
id="org.jboss.tools.central.favoriteAtEclipseMarketplace">
</command>
-
+
<command
defaultHandler="org.jboss.tools.central.actions.JBossCentralPreferencesHandler"
name="Preferences"
id="org.jboss.tools.central.preferences">
</command>
-
+
<command
defaultHandler="org.jboss.tools.central.actions.JBossRuntimeDetectionPreferencesHandler"
name="JBoss Runtime Detection"
id="org.jboss.tools.runtime.preferences">
</command>
-
+
<command
defaultHandler="org.jboss.tools.central.actions.WTPRuntimePreferencesHandler"
name="WTP Runtime Preferences"
@@ -133,9 +133,9 @@
name="Warning"
id="org.jboss.tools.central.blogsWarning">
</command>
-
+
</extension>
-
+
<extension
point="org.eclipse.ui.commandImages">
<image
@@ -166,7 +166,7 @@
commandId="org.jboss.tools.central.refreshDiscovery"
icon="icons/refresh.gif">
</image>
-
+
<image
commandId="org.jboss.tools.central.openJBossToolsTwitter"
icon="icons/twitter.png">
@@ -183,18 +183,18 @@
commandId="org.jboss.tools.runtime.preferences"
icon="icons/search_local.png">
</image>
-
+
<image
commandId="org.jboss.tools.wtp.runtime.preferences"
icon="icons/wtp_server.gif">
</image>
-
+
<image
commandId="org.jboss.tools.central.newProjectExamplesWizard"
icon="icons/examples_wiz.gif">
</image>
- </extension>
-
+ </extension>
+
<!-- new wizards -->
<extension
point="org.eclipse.ui.newWizards">
@@ -249,9 +249,9 @@
icon="icons/new-gdt-project.png"
name="GWT Web Project"
project="true">
- </wizard>
+ </wizard>
</extension>
-
+
<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
@@ -264,18 +264,5 @@
<newWizardShortcut id="org.jboss.tools.central.wizards.NewGwtProjectWizard"/>
</perspectiveExtension>
</extension>
- <extension
- point="org.eclipse.e4.ui.css.swt.theme">
- <theme
- basestylesheeturi="css/jbt.css"
- id="org.jboss.tools.central.theme"
- label="JBoss Tools & Developer Studio">
- </theme>
- <theme
- basestylesheeturi="css/jboss.css"
- id="org.jboss.tools.central.communityTheme"
- label="JBoss Community Theme">
- </theme>
- </extension>
-
+
</plugin>
Modified: trunk/central/plugins/org.jboss.tools.central.themes/build.properties
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.themes/build.properties 2012-09-16 02:14:14 UTC (rev 43733)
+++ trunk/central/plugins/org.jboss.tools.central.themes/build.properties 2012-09-16 15:49:57 UTC (rev 43734)
@@ -3,4 +3,5 @@
bin.includes = META-INF/,\
.,\
css/,\
- icons/
+ icons/,\
+ plugin.xml
Added: trunk/central/plugins/org.jboss.tools.central.themes/plugin.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.themes/plugin.xml (rev 0)
+++ trunk/central/plugins/org.jboss.tools.central.themes/plugin.xml 2012-09-16 15:49:57 UTC (rev 43734)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+
+ <extension point="org.eclipse.e4.ui.css.swt.theme">
+ <theme
+ basestylesheeturi="css/jbt.css"
+ id="org.jboss.tools.central.theme"
+ label="JBoss Tools & Developer Studio">
+ </theme>
+ <theme
+ basestylesheeturi="css/jboss.css"
+ id="org.jboss.tools.central.communityTheme"
+ label="JBoss Community Theme">
+ </theme>
+ </extension>
+
+</plugin>
\ No newline at end of file
Property changes on: trunk/central/plugins/org.jboss.tools.central.themes/plugin.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
More information about the jbosstools-commits
mailing list