rcp: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / rcp / org.eclipse.tracecompass.rcp.branding / plugin.xml
diff --git a/rcp/org.eclipse.tracecompass.rcp.branding/plugin.xml b/rcp/org.eclipse.tracecompass.rcp.branding/plugin.xml
new file mode 100644 (file)
index 0000000..dcd7f59
--- /dev/null
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+   <extension
+         id="product"
+         point="org.eclipse.core.runtime.products">
+      <product
+            application="org.eclipse.tracecompass.rcp.ui.application"
+            name="Trace Compass">
+            <property
+                  name="appName"
+                  value="Trace Compass">
+            </property>
+            <property
+                  name="cssTheme"
+                  value="org.eclipse.e4.ui.css.theme.e4_default">
+            </property>
+            <property
+                  name="aboutImage"
+                  value="icons/tc_about.png">
+            </property>
+            <property
+                  name="aboutText"
+                  value="Trace Compass&#x0A;&#x0A;Version: 1.0.0&#x0A;&#x0A;Copyright (c) 2013, 2015 Ericsson and others.&#x0A;&#x0A;All rights reserved. This program and the accompanying materials are&#x0A;made available under the terms of the Eclipse Public License v1.0 which&#x0A;accompanies this distribution, and is available at&#x0A;http://www.eclipse.org/legal/epl-v10.html">
+            </property>
+            <property
+                  name="windowImages"
+                  value="icons/png/tc_icon_16x16.png,icons/png/tc_icon_32x32.png,icons/png/tc_icon_48x48.png,icons/png/tc_icon_64x64.png,icons/png/tc_icon_128x128.png,icons/png/tc_icon_256x256.png">
+            </property>
+      </product>
+   </extension>
+</plugin>
This page took 0.025646 seconds and 5 git commands to generate.