| author | Rafael Medeiros Teixeira | 2012-05-24 16:54:33 (EDT) |
|---|---|---|
| committer | Otavio Pontes | 2012-05-29 10:21:22 (EDT) |
| commit | 994a46cba9a92b3f657f5d9cb6447bde80c12725 (patch) (side-by-side diff) | |
| tree | 2ca896a36ac415a5393252c4b13d7c863801a68e | |
| parent | 592a9da0fbdc42c6c7d0dad561c19af5080dd511 (diff) | |
| download | org.eclipse.linuxtools-994a46cba9a92b3f657f5d9cb6447bde80c12725.zip org.eclipse.linuxtools-994a46cba9a92b3f657f5d9cb6447bde80c12725.tar.gz org.eclipse.linuxtools-994a46cba9a92b3f657f5d9cb6447bde80c12725.tar.bz2 | |
Minor fixes on profiling.launch.ui plugins
Adding pom.xml
Adding about.html
Adding missing copyright disclaimers
fixing version number, adding Bundle-Localization parameter to MANIFEST.MF
14 files changed, 203 insertions, 8 deletions
diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/META-INF/MANIFEST.MF b/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/META-INF/MANIFEST.MF index 9e5bcc2..7e57910 100644 --- a/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/META-INF/MANIFEST.MF +++ b/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/META-INF/MANIFEST.MF @@ -1,14 +1,16 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Resource Selector Proxy for RDT +Bundle-Name: %bundleName +Bundle-Vendor: %bundleVendor Bundle-SymbolicName: org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 0.9.2.qualifier Bundle-Activator: org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy.Activator +Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.ptp.remote.core;bundle-version="5.0.0", org.eclipse.ptp.remote.ui;bundle-version="5.0.0", - org.eclipse.linuxtools.profiling.launch.ui;bundle-version="1.0.0" + org.eclipse.linuxtools.profiling.launch.ui Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/about.html b/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/about.html new file mode 100644 index 0000000..c258ef5 --- a/dev/null +++ b/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/build.properties b/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/build.properties index 2dcc4bd..8983699 100644 --- a/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/build.properties +++ b/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/build.properties @@ -3,4 +3,6 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ + plugin.properties,\ + about.html,\ bin/ diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/plugin.properties b/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/plugin.properties new file mode 100644 index 0000000..d5fd354 --- a/dev/null +++ b/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/plugin.properties @@ -0,0 +1,12 @@ +################################################################################# +# Copyright (c) 2012 IBM Corporation +# 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: +# IBM Corporation - initial API and implementation +################################################################################# +bundleName = Resource Selector Proxy for RDT (Incubation) +bundleVendor = Eclipse Linux Tools diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/plugin.xml b/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/plugin.xml index d2925bc..90cfdbf 100644 --- a/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/plugin.xml +++ b/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/plugin.xml @@ -1,4 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2012, IBM Corporation + + 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 +--> <?eclipse version="3.4"?> <plugin> <extension diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/pom.xml b/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/pom.xml new file mode 100644 index 0000000..034f61a --- a/dev/null +++ b/profiling/org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy/pom.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2012, IBM Corporation + + 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 +--> +<?eclipse version="3.4"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <artifactId>linuxtools-profiling-parent</artifactId> + <groupId>org.eclipse.linuxtools.profiling</groupId> + <version>0.10.0-SNAPSHOT</version> + </parent> + + <artifactId>org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy</artifactId> + <version>0.9.2-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + + <name>Resource Selector Proxy for RDT (Incubation)</name> + + <build> + <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 --> + <resources> + <resource> + <directory>src</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </resource> + </resources> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-source-plugin</artifactId> + </plugin> + </plugins> + </build> + +</project> diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.ui/META-INF/MANIFEST.MF b/profiling/org.eclipse.linuxtools.profiling.launch.ui/META-INF/MANIFEST.MF index c059884..3590711 100644 --- a/profiling/org.eclipse.linuxtools.profiling.launch.ui/META-INF/MANIFEST.MF +++ b/profiling/org.eclipse.linuxtools.profiling.launch.ui/META-INF/MANIFEST.MF @@ -1,9 +1,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Ui +Bundle-Name: %bundleName +Bundle-Vendor: %bundleVendor Bundle-SymbolicName: org.eclipse.linuxtools.profiling.launch.ui;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 0.9.2.qualifier Bundle-Activator: org.eclipse.linuxtools.profiling.launch.ui.Activator +Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.ui/about.html b/profiling/org.eclipse.linuxtools.profiling.launch.ui/about.html new file mode 100644 index 0000000..c258ef5 --- a/dev/null +++ b/profiling/org.eclipse.linuxtools.profiling.launch.ui/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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/profiling/org.eclipse.linuxtools.profiling.launch.ui/build.properties b/profiling/org.eclipse.linuxtools.profiling.launch.ui/build.properties index 2e3b21f..a0791e5 100644 --- a/profiling/org.eclipse.linuxtools.profiling.launch.ui/build.properties +++ b/profiling/org.eclipse.linuxtools.profiling.launch.ui/build.properties @@ -3,5 +3,6 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ - schema/,\ - bin/ + plugin.properties,\ + about.html,\ + schema/ diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.ui/plugin.properties b/profiling/org.eclipse.linuxtools.profiling.launch.ui/plugin.properties new file mode 100644 index 0000000..9da3b80 --- a/dev/null +++ b/profiling/org.eclipse.linuxtools.profiling.launch.ui/plugin.properties @@ -0,0 +1,12 @@ +################################################################################# +# Copyright (c) 2012 IBM Corporation +# 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: +# IBM Corporation - initial API and implementation +################################################################################# +bundleName = Profiling Launch UI Plug-in (Incubation) +bundleVendor = Eclipse Linux Tools diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.ui/plugin.xml b/profiling/org.eclipse.linuxtools.profiling.launch.ui/plugin.xml index d24607d..1ab9b58 100644 --- a/profiling/org.eclipse.linuxtools.profiling.launch.ui/plugin.xml +++ b/profiling/org.eclipse.linuxtools.profiling.launch.ui/plugin.xml @@ -1,4 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2012, IBM Corporation + + 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 +--> <?eclipse version="3.4"?> <plugin> <extension-point id="RemoteResourceSelectorProxy" name="Remote Resource Selector Proxy" schema="schema/RemoteResourceSelectorProxy.exsd"/> diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.ui/pom.xml b/profiling/org.eclipse.linuxtools.profiling.launch.ui/pom.xml new file mode 100644 index 0000000..d70c074 --- a/dev/null +++ b/profiling/org.eclipse.linuxtools.profiling.launch.ui/pom.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (C) 2012, IBM Corporation + + 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 +--> +<?eclipse version="3.4"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <artifactId>linuxtools-profiling-parent</artifactId> + <groupId>org.eclipse.linuxtools.profiling</groupId> + <version>0.11.0-SNAPSHOT</version> + </parent> + + <artifactId>org.eclipse.linuxtools.profiling.launch.ui</artifactId> + <version>0.9.2-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + + <name>Profiling Launch UI Plug-in (Incubation)</name> + + <build> + <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 --> + <resources> + <resource> + <directory>src</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </resource> + </resources> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-source-plugin</artifactId> + </plugin> + </plugins> + </build> + +</project> diff --git a/profiling/org.eclipse.linuxtools.profiling.launch/META-INF/MANIFEST.MF b/profiling/org.eclipse.linuxtools.profiling.launch/META-INF/MANIFEST.MF index d4dc307..fdb5d60 100644 --- a/profiling/org.eclipse.linuxtools.profiling.launch/META-INF/MANIFEST.MF +++ b/profiling/org.eclipse.linuxtools.profiling.launch/META-INF/MANIFEST.MF @@ -7,7 +7,8 @@ Bundle-Activator: org.eclipse.linuxtools.internal.profiling.launch.ProfileLaunch Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.cdt.core, - org.eclipse.core.filesystem;bundle-version="1.3.100" + org.eclipse.core.filesystem;bundle-version="1.3.100", + org.eclipse.linuxtools.profiling.launch.ui Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.eclipse.cdt.core.model, diff --git a/profiling/pom.xml b/profiling/pom.xml index 42fe559..a2065d2 100644 --- a/profiling/pom.xml +++ b/profiling/pom.xml @@ -69,6 +69,7 @@ <module>org.eclipse.linuxtools.dataviewers-feature</module> <module>org.eclipse.linuxtools.profiling-feature</module> <module>org.eclipse.linuxtools.profiling.launch</module> + <module>org.eclipse.linuxtools.profiling.launch.ui</module> <module>org.eclipse.linuxtools.profiling.launch.remote</module> <module>org.eclipse.linuxtools.profiling.remote-feature</module> <module>org.eclipse.linuxtools.profiling.tests</module> |

