[jbosstools-commits] JBoss Tools SVN: r43397 - in trunk: central/plugins/org.jboss.tools.central/META-INF and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Sep 4 07:25:51 EDT 2012
Author: mickael_istria
Date: 2012-09-04 07:25:51 -0400 (Tue, 04 Sep 2012)
New Revision: 43397
Modified:
trunk/build/target-platform/jbds.target
trunk/build/target-platform/local.target
trunk/build/target-platform/multiple.target
trunk/build/target-platform/unified.target
trunk/central/plugins/org.jboss.tools.central/META-INF/MANIFEST.MF
Log:
JBDS-2250: Added chrome-theme to target-platform.
Modified: trunk/build/target-platform/jbds.target
===================================================================
--- trunk/build/target-platform/jbds.target 2012-09-04 10:52:07 UTC (rev 43396)
+++ trunk/build/target-platform/jbds.target 2012-09-04 11:25:51 UTC (rev 43397)
@@ -361,6 +361,9 @@
<!-- GWT/GPE dependencies (include only those which are EPL or other OSS licensed!) -->
<unit id="com.google.gdt.eclipse.suite.e42.feature.feature.group" version="3.0.1.v201206290132-rel-r42"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e42.feature.feature.group" version="2.4.0.v201206290132-rel-r42"/>
+
+ <!-- Theming -->
+ <unit id="net.jeeeyul.eclipse.themes" version="1.5.0.201209040005"/>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
Modified: trunk/build/target-platform/local.target
===================================================================
--- trunk/build/target-platform/local.target 2012-09-04 10:52:07 UTC (rev 43396)
+++ trunk/build/target-platform/local.target 2012-09-04 11:25:51 UTC (rev 43397)
@@ -305,6 +305,9 @@
<!-- GWT/GPE dependencies (include only those which are EPL or other OSS licensed!) -->
<unit id="com.google.gdt.eclipse.suite.e37.feature.feature.group" version="2.5.1.v201201120043-rel-r37"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group" version="2.4.0.v201201120043-rel-r37"/>
+
+ <!-- Theming -->
+ <unit id="net.jeeeyul.eclipse.themes" version="1.5.0.201209040005"/>
</location>
</locations>
<includeBundles>
Modified: trunk/build/target-platform/multiple.target
===================================================================
--- trunk/build/target-platform/multiple.target 2012-09-04 10:52:07 UTC (rev 43396)
+++ trunk/build/target-platform/multiple.target 2012-09-04 11:25:51 UTC (rev 43397)
@@ -361,6 +361,9 @@
<!-- GWT/GPE dependencies (include only those which are EPL or other OSS licensed!) -->
<unit id="com.google.gdt.eclipse.suite.e42.feature.feature.group" version="3.0.1.v201206290132-rel-r42"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e42.feature.feature.group" version="2.4.0.v201206290132-rel-r42"/>
+
+ <!-- Theming -->
+ <unit id="net.jeeeyul.eclipse.themes" version="1.5.0.201209040005"/>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
Modified: trunk/build/target-platform/unified.target
===================================================================
--- trunk/build/target-platform/unified.target 2012-09-04 10:52:07 UTC (rev 43396)
+++ trunk/build/target-platform/unified.target 2012-09-04 11:25:51 UTC (rev 43397)
@@ -362,6 +362,9 @@
<!-- GWT/GPE dependencies (include only those which are EPL or other OSS licensed!) -->
<unit id="com.google.gdt.eclipse.suite.e42.feature.feature.group" version="3.0.1.v201206290132-rel-r42"/>
<unit id="com.google.gwt.eclipse.sdkbundle.e42.feature.feature.group" version="2.4.0.v201206290132-rel-r42"/>
+
+ <!-- Theming -->
+ <unit id="net.jeeeyul.eclipse.themes" version="1.5.0.201209040005"/>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
Modified: trunk/central/plugins/org.jboss.tools.central/META-INF/MANIFEST.MF
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/META-INF/MANIFEST.MF 2012-09-04 10:52:07 UTC (rev 43396)
+++ trunk/central/plugins/org.jboss.tools.central/META-INF/MANIFEST.MF 2012-09-04 11:25:51 UTC (rev 43397)
@@ -23,7 +23,8 @@
org.eclipse.equinox.p2.ui.sdk;bundle-version="1.0.200",
org.eclipse.equinox.p2.core;bundle-version="2.1.0",
org.eclipse.equinox.p2.engine;bundle-version="2.1.0",
- org.eclipse.mylyn.commons.workbench;bundle-version="3.8.0"
+ org.eclipse.mylyn.commons.workbench;bundle-version="3.8.0",
+ net.jeeeyul.eclipse.themes
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin
More information about the jbosstools-commits
mailing list