Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Hufmann2013-10-21 16:09:31 +0000
committerBernd Hufmann2013-10-21 16:09:31 +0000
commit67f832ecc16737193f036c20f27407e92fe5933d (patch)
treef5e52d00adecd8a99de760f2489e5a05508e8738 /lttng/org.eclipse.linuxtools.tracing.rcp.branding
parent67da2136b348b04de378ce22fbd7e8b2df9d6893 (diff)
parentaacca9ef76cfd365519034b452680a1ec4377dc3 (diff)
downloadorg.eclipse.linuxtools-67f832ecc16737193f036c20f27407e92fe5933d.tar.gz
org.eclipse.linuxtools-67f832ecc16737193f036c20f27407e92fe5933d.tar.xz
org.eclipse.linuxtools-67f832ecc16737193f036c20f27407e92fe5933d.zip
Merge branch 'master' into lttng-luna
Conflicts: lttng/org.eclipse.linuxtools.tracing.rcp.product/tracing.product
Diffstat (limited to 'lttng/org.eclipse.linuxtools.tracing.rcp.branding')
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/.classpath6
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/.gitignore2
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/.project34
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/.settings/org.eclipse.core.resources.prefs2
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/.settings/org.eclipse.m2e.core.prefs4
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/META-INF/MANIFEST.MF11
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/about.html28
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/about.ini32
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/about.properties28
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/build.properties11
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/help_data.xml8
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/icons/alt_about.gifbin0 -> 9340 bytes
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/icons/alt_window_16.gifbin0 -> 637 bytes
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/icons/alt_window_32.gifbin0 -> 1192 bytes
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/license.html164
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/plugin.properties17
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/plugin.xml36
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/plugin_customization.ini4
-rw-r--r--lttng/org.eclipse.linuxtools.tracing.rcp.branding/pom.xml17
20 files changed, 411 insertions, 0 deletions
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.classpath b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.classpath
new file mode 100644
index 0000000000..3dd533f732
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.gitignore b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.gitignore
new file mode 100644
index 0000000000..fb60f67b1e
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.gitignore
@@ -0,0 +1,2 @@
+bin/
+target/
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.project b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.project
new file mode 100644
index 0000000000..e36220c4d7
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.linuxtools.tracing.rcp.branding</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.settings/org.eclipse.core.resources.prefs b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000000..99f26c0203
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.settings/org.eclipse.jdt.core.prefs b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000000..c537b63063
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.settings/org.eclipse.m2e.core.prefs b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.settings/org.eclipse.m2e.core.prefs
new file mode 100644
index 0000000000..f897a7f1cb
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/META-INF/MANIFEST.MF b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..0d95198a05
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/META-INF/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-Vendor: %Bundle-Vendor
+Bundle-Version: 0.0.1.qualifier
+Bundle-Localization: plugin
+Bundle-SymbolicName: org.eclipse.linuxtools.tracing.rcp.branding;singleton:=true
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Eclipse-BundleShape: dir
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.ui.intro
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/about.html b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/about.html
new file mode 100644
index 0000000000..a01ee844fb
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/about.ini b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/about.ini
new file mode 100644
index 0000000000..6443de87f7
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/about.ini
@@ -0,0 +1,32 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=icons/alt_window_32.gif
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+aboutImage=icons/alt_about.gif
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# optional
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+
+
+
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/about.properties b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/about.properties
new file mode 100644
index 0000000000..9b4399dc71
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/about.properties
@@ -0,0 +1,28 @@
+###############################################################################
+# Copyright (c) 2013 Ericsson
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Bernd Hufmann - initial API and implementation
+###############################################################################
+# about.properties
+# contains externalized strings for about.ini
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# fill-ins are supplied by about.mappings
+# This file should be translated.
+
+blurb=Linux Tools Trace Viewer\n\
+\n\
+Version: {featureVersion}\n\
+\n\
+Copyright (c) 2013 Ericsson\n\
+\n\
+All rights reserved. This program and the accompanying materials are\n\
+made available under the terms of the Eclipse Public License v1.0 which\n\
+accompanies this distribution, and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html\n\
+
+#Build id: {0}\n\ \ No newline at end of file
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/build.properties b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/build.properties
new file mode 100644
index 0000000000..c69e98e3a4
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/build.properties
@@ -0,0 +1,11 @@
+bin.includes = .,\
+ plugin.xml,\
+ META-INF/,\
+ plugin.properties,\
+ icons/,\
+ about.html,\
+ about.ini,\
+ about.properties,\
+ plugin_customization.ini,\
+ help_data.xml
+src.includes = about.html
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/help_data.xml b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/help_data.xml
new file mode 100644
index 0000000000..0f9ff99aa4
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/help_data.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<extensions>
+ <tocOrder>
+ </tocOrder>
+ <hidden>
+ <toc id="/org.eclipse.platform.doc.user/toc.xml"/>
+ </hidden>
+</extensions> \ No newline at end of file
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/icons/alt_about.gif b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/icons/alt_about.gif
new file mode 100644
index 0000000000..20d9ad2d98
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/icons/alt_about.gif
Binary files differ
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/icons/alt_window_16.gif b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/icons/alt_window_16.gif
new file mode 100644
index 0000000000..05626b17d8
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/icons/alt_window_16.gif
Binary files differ
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/icons/alt_window_32.gif b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/icons/alt_window_32.gif
new file mode 100644
index 0000000000..b432f88339
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/icons/alt_window_32.gif
Binary files differ
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/license.html b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/license.html
new file mode 100644
index 0000000000..6e579a585b
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/license.html
@@ -0,0 +1,164 @@
+<!--?xml version="1.0" encoding="ISO-8859-1" ?-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"><head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Eclipse Foundation Software User Agreement</title>
+</head>
+
+<body lang="EN-US">
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>February 1, 2011</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+ (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+ CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+ OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+ NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+ CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse
+ Foundation is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0
+ ("EPL"). A copy of the EPL is provided with this Content and is also
+ available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code,
+documentation and other files maintained in the Eclipse Foundation
+source code
+ repository ("Repository") in software modules ("Modules") and made
+available as downloadable archives ("Downloads").</p>
+
+<ul>
+ <li>Content may be structured and packaged into modules to
+facilitate delivering, extending, and upgrading the Content. Typical
+modules may include plug-ins ("Plug-ins"), plug-in fragments
+("Fragments"), and features ("Features").</li>
+ <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&#8482; ARchive) in a directory named "plugins".</li>
+ <li>A Feature is a bundle of one or more Plug-ins and/or
+Fragments and associated material. Each Feature may be packaged as a
+sub-directory in a directory named "features". Within a Feature, files
+named "feature.xml" may contain a list of the names and version numbers
+of the Plug-ins
+ and/or Fragments associated with that Feature.</li>
+ <li>Features may also include other Features ("Included
+Features"). Within a Feature, files named "feature.xml" may contain a
+list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be
+contained in files named "about.html" ("Abouts"). The terms and
+conditions governing Features and
+Included Features should be contained in files named "license.html"
+("Feature Licenses"). Abouts and Feature Licenses may be located in any
+ directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+ <li>The top-level (root) directory</li>
+ <li>Plug-in and Fragment directories</li>
+ <li>Inside Plug-ins and Fragments packaged as JARs</li>
+ <li>Sub-directories of the directory named "src" of certain Plug-ins</li>
+ <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is
+installed using the Provisioning Technology (as defined below), you must
+ agree to a license ("Feature Update License") during the
+installation process. If the Feature contains Included Features, the
+Feature Update License should either provide you with the terms and
+conditions governing the Included Features or
+inform you where you can locate them. Feature Update Licenses may be
+found in the "license" property of files named "feature.properties"
+found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the
+terms and conditions (or references to such terms and conditions) that
+govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER
+TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.
+ SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+ <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
+ <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+ <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+ <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+ <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+ <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND
+CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License,
+or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions
+govern that particular Content.</p>
+
+
+<h3>Use of Provisioning Technology</h3>
+
+<p>The Eclipse Foundation makes available provisioning software,
+examples of which include, but are not limited to, p2 and the Eclipse
+ Update Manager ("Provisioning Technology") for the purpose of
+allowing users to install software, documentation, information and/or
+ other materials (collectively "Installable Software"). This
+capability is provided with the intent of allowing such users to
+ install, extend and update Eclipse-based products. Information about
+packaging Installable Software is available at <a href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
+ ("Specification").</p>
+
+<p>You may use Provisioning Technology to allow other parties to install
+ Installable Software. You shall be responsible for enabling the
+ applicable license agreements relating to the Installable Software to
+ be presented to, and accepted by, the users of the Provisioning
+Technology
+ in accordance with the Specification. By using Provisioning
+Technology in such a manner and making it available in accordance with
+the
+ Specification, you further acknowledge your agreement to, and the
+acquisition of all necessary rights to permit the following:</p>
+
+<ol>
+ <li>A series of actions may occur ("Provisioning Process") in
+which a user may execute the Provisioning Technology
+ on a machine ("Target Machine") with the intent of installing,
+extending or updating the functionality of an Eclipse-based
+ product.</li>
+ <li>During the Provisioning Process, the Provisioning Technology
+may cause third party Installable Software or a portion thereof to be
+ accessed and copied to the Target Machine.</li>
+ <li>Pursuant to the Specification, you will provide to the user
+the terms and conditions that govern the use of the Installable
+ Software ("Installable Software Agreement") and such Installable
+Software Agreement shall be accessed from the Target
+ Machine in accordance with the Specification. Such Installable
+Software Agreement must inform the user of the terms and conditions that
+ govern
+ the Installable Software and must solicit acceptance by the end
+user in the manner prescribed in such Installable Software Agreement.
+Upon such
+ indication of agreement by the user, the provisioning Technology
+will complete installation of the Installable Software.</li>
+</ol>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are
+ currently may have restrictions on the import, possession, and use,
+and/or re-export to
+ another country, of encryption software. BEFORE using any encryption
+software, please check the country's laws, regulations and policies
+concerning the import,
+ possession, or use, and re-export of encryption software, to see if
+this is permitted.</p>
+
+<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
+
+
+</body></html> \ No newline at end of file
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/plugin.properties b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/plugin.properties
new file mode 100644
index 0000000000..5ee0ff7702
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/plugin.properties
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2013 Ericsson
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Bernd Hufmann - Initial API and implementation
+###############################################################################
+
+#Properties file for org.eclipse.linuxtools.tracing.rcp.branding
+Bundle-Vendor = Eclipse Linux Tools
+Bundle-Name = Linux Tools Trace Viewer Branding Plug-in
+
+
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/plugin.xml b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/plugin.xml
new file mode 100644
index 0000000000..8569489d6b
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/plugin.xml
@@ -0,0 +1,36 @@
+<?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.linuxtools.tracing.rcp.ui.application"
+ name="Trace Viewer">
+ <property
+ name="appName"
+ value="Trace Viewer">
+ </property>
+ <property
+ name="cssTheme"
+ value="org.eclipse.e4.ui.css.theme.e4_default">
+ </property>
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini">
+ </property>
+ <property
+ name="aboutImage"
+ value="icons/alt_about.gif">
+ </property>
+ <property
+ name="aboutText"
+ value="Linux Tools Trace Viewer&#x0A;&#x0A;Version: 0.0.1&#x0A;&#x0A;Copyright (c) 2013 Ericsson&#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/alt_window_16.gif,icons/alt_window_32.gif">
+ </property>
+ </product>
+ </extension>
+</plugin>
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/plugin_customization.ini b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/plugin_customization.ini
new file mode 100644
index 0000000000..00920e3859
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/plugin_customization.ini
@@ -0,0 +1,4 @@
+org.eclipse.e4.ui.css.swt.theme/themeid=org.eclipse.e4.ui.css.theme.e4_default
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false
+org.eclipse.ui/defaultPerspectiveId=org.eclipse.linuxtools.lttng2.kernel.ui.perspective
+org.eclipse.help/HELP_DATA=help_data.xml \ No newline at end of file
diff --git a/lttng/org.eclipse.linuxtools.tracing.rcp.branding/pom.xml b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/pom.xml
new file mode 100644
index 0000000000..92ec51bcfe
--- /dev/null
+++ b/lttng/org.eclipse.linuxtools.tracing.rcp.branding/pom.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <version>0.0.1-SNAPSHOT</version>
+ <artifactId>org.eclipse.linuxtools.tracing.rcp.branding</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <name>Linux Tools Trace Viewer Branding plug-in</name>
+
+ <parent>
+ <version>3.0.0-SNAPSHOT</version>
+ <groupId>org.eclipse.linuxtools.lttng</groupId>
+ <artifactId>linuxtools-lttng-parent</artifactId>
+ </parent>
+
+</project>

Back to the top