Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-02-28 03:58:28 +0000
committerAndrew Overholt2011-02-28 03:58:28 +0000
commitf2487e5bf8378ac792e83ac012bcff6faf0d8099 (patch)
tree5c41fa0e4d574e533255646a05676d6dadf91e45
parent4f949b268c45fa8f92310fd334f250c175ff16b9 (diff)
parentdb531767bec91d6ec5279bfcdde7bb6564a6199d (diff)
downloadorg.eclipse.linuxtools-f2487e5bf8378ac792e83ac012bcff6faf0d8099.tar.gz
org.eclipse.linuxtools-f2487e5bf8378ac792e83ac012bcff6faf0d8099.tar.xz
org.eclipse.linuxtools-f2487e5bf8378ac792e83ac012bcff6faf0d8099.zip
Merge profiling 0.6.1
-rw-r--r--profiling/org.eclipse.linuxtools.profiling-feature/ChangeLog78
-rw-r--r--profiling/org.eclipse.linuxtools.profiling-feature/feature.xml56
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.launch/ChangeLog59
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.launch/META-INF/MANIFEST.MF29
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.test-feature/ChangeLog62
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.test-feature/feature.xml41
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.tests/ChangeLog79
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.tests/META-INF/MANIFEST.MF27
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.ui.capability/META-INF/MANIFEST.MF11
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.ui/ChangeLog63
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.ui/META-INF/MANIFEST.MF28
11 files changed, 533 insertions, 0 deletions
diff --git a/profiling/org.eclipse.linuxtools.profiling-feature/ChangeLog b/profiling/org.eclipse.linuxtools.profiling-feature/ChangeLog
new file mode 100644
index 0000000000..8db415ef5c
--- /dev/null
+++ b/profiling/org.eclipse.linuxtools.profiling-feature/ChangeLog
@@ -0,0 +1,78 @@
+2010-08-25 Elliott Baron <ebaron@fedoraproject.org>
+
+ * feature.xml: Regenerate dependencies, bump version to 0.6.1.
+
+2010-05-28 Elliott Baron <ebaron@fedoraproject.org>
+
+ * feature.xml: Regenerated dependencies.
+
+2010-05-18 Andrew Overholt <overholt@redhat.com>
+
+ * feature.properties: Fix provider name.
+
+2010-04-26 Andrew Overholt <overholt@redhat.com>
+
+ * feature.properties: Match consistent license text (bug #306627). Update
+ copyright year.
+ * license.html: New file. HTML version of SUA (bug #306627).
+ * build.properties: Include license.html.
+
+2010-04-12 Andrew Overholt <overholt@redhat.com>
+
+ * feature.properties: Match consistent license text (bug #306627).
+
+2009-08-11 Elliott Baron <ebaron@redhat.com>
+
+ * feature.xml: Remove redundant feature dependencies, set CDT version >= 6.0.0.
+ Bump version to 0.3.0.
+
+2009-05-28 Elliott Baron <ebaron@redhat.com>
+
+ * feature.properties: Fix featureProvider key.
+
+2009-05-20 Elliott Baron <ebaron@redhat.com>
+
+ * feature.xml: Remove '.feature' from feature ID.
+
+2009-05-19 Andrew Overholt <overholt@redhat.com>
+
+ * feature.properties: Change provider from Eclipse.org to Eclipse.
+
+2009-04-23 Andrew Overholt <overholt@redhat.com>
+
+ * feature.xml: Remove 5.0.0.qualifier versions on CDT dependencies.
+
+2009-04-03 Elliott Baron <ebaron@redhat.com>
+
+ * feature.xml: 0.2.0 version.
+
+2009-01-14 Andrew Overholt <overholt@redhat.com>
+
+ * feature.xml: Re-add update site information (sorry).
+
+2009-01-14 Elliott Baron <ebaron@redhat.com>
+
+ * feature.xml: Removed update site information.
+
+2009-01-08 Elliott Baron <ebaron@redhat.com>
+
+ * feature.xml: Added CDT features to required features.
+
+2009-01-06 Andrew Overholt <overholt@redhat.com>
+
+ * feature.xml: Add update site information. Remove Linux requirement.
+
+2008-12-16 Elliott Baron <ebaron@redhat.com>
+
+ * feature.xml: Added dependencies and Linux requirement.
+
+2008-12-10 Andrew Overholt <overholt@redhat.com>
+
+ * feature.xml: Typo in feature ID.
+
+2008-12-10 Andrew Overholt <overholt@redhat.com>
+
+ * build.properties: Inital checkin.
+ * feature.xml: Likewise.
+ * feature.properties: Likewise.
+ * epl-v10.html: Likewise. \ No newline at end of file
diff --git a/profiling/org.eclipse.linuxtools.profiling-feature/feature.xml b/profiling/org.eclipse.linuxtools.profiling-feature/feature.xml
new file mode 100644
index 0000000000..bd36a21f71
--- /dev/null
+++ b/profiling/org.eclipse.linuxtools.profiling-feature/feature.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.linuxtools.profiling"
+ label="%featureName"
+ version="0.6.1.qualifier"
+ provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="Linux Tools Update Site" url="http://download.eclipse.org/technology/linuxtools/update"/>
+ </url>
+
+ <requires>
+ <import plugin="org.eclipse.ui"/>
+ <import plugin="org.eclipse.core.runtime"/>
+ <import plugin="org.eclipse.cdt.core"/>
+ <import plugin="org.eclipse.cdt.debug.core"/>
+ <import plugin="org.eclipse.core.filesystem"/>
+ <import plugin="org.eclipse.core.resources"/>
+ <import plugin="org.eclipse.debug.core"/>
+ <import plugin="org.eclipse.debug.ui"/>
+ <import plugin="org.eclipse.jface.text"/>
+ <import plugin="org.eclipse.ui.ide"/>
+ <import plugin="org.eclipse.ui.editors"/>
+ <import plugin="org.eclipse.cdt.launch"/>
+ <import plugin="org.eclipse.cdt.ui"/>
+ <import plugin="org.eclipse.ui.console"/>
+ <import feature="org.eclipse.cdt" version="7.0.0" match="greaterOrEqual"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.linuxtools.profiling.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.linuxtools.profiling.launch"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/profiling/org.eclipse.linuxtools.profiling.launch/ChangeLog b/profiling/org.eclipse.linuxtools.profiling.launch/ChangeLog
new file mode 100644
index 0000000000..0d14bcab64
--- /dev/null
+++ b/profiling/org.eclipse.linuxtools.profiling.launch/ChangeLog
@@ -0,0 +1,59 @@
+2010-08-25 Elliott Baron <ebaron@fedoraproject.org>
+
+ * META-INF/MANIFEST.MF: Bump version to 0.6.1.
+
+2009-12-08 Roland Grunberg <rgrunber@redhat.com>
+
+ * src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchConfigurationDelegate.java:
+ Get rid of error checking for (createProcess) since subprocess cannot be null as long as initial command is 'exec'.
+
+2009-12-08 Charley Wang <chwang@redhat.com>
+
+ * src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchConfigurationDelegate.java: Change delegate to launch by creating a temporary shell script, rather than launch directly.
+ Make generateCommand public
+ Do not setExecutable.
+
+2009-12-06 rgrunber <rgrunber@redhat.com>
+
+ * src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchConfigurationDelegate.java
+ (createProcess): Return null when a process fails to execute and let user decide action to take.
+
+2009-11-26 Charley Wang <chwang@redhat.com>
+
+ * META-INF/MANIFEST.MF: Add org.eclipse.cdt.core, which seems needed with some versions and not with others.
+ * src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchConfigurationDelegate.java: Add generateCommand abstract function for command generation. This is called by createProcess()
+
+2009-11-23 Charley Wang <chwang@redhat.com>
+
+ * src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchConfigurationTab.java: Add (Currently empty) ProfileLaunchConfigurationTab
+ * src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchShortcut.java: Improve documentation on abstract functions
+ * src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchConfigurationDelegate.java: Add ProfileLaunchConfigurationDelegate. This class contains functions that Roland and I had difficulty with when we were creating the SystemTap plugin, namely the creation and reading of a process.
+
+2009-08-11 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: Bump version to 0.3.0.
+
+2009-08-07 Andrew Overholt <overholt@redhat.com>
+
+ * plugin.properties: Change provider from Eclipse.org to Eclipse.
+
+2009-07-30 Elliott Baron <ebaron@redhat.com>
+
+ * src/org/eclipse/linuxtools/profiling/launch/Messages.java: Removed.
+ * src/org/eclipse/linuxtools/profiling/launch/messages.properties: Removed.
+ * src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchPlugin.java: Removed.
+ * src/org/eclipse/linuxtools/internal/profiling/launch/Messages.java: New file.
+ * src/org/eclipse/linuxtools/internal/profiling/launch/messages.properties: New file.
+ * src/org/eclipse/linuxtools/internal/profiling/launch/ProfileLaunchPlugin.java: New file.
+ * .project: Enabled API analysis.
+ * META-INF/MANIFEST.MF: Export internal package.
+ * src/org/eclipse/linuxtools/profiling/launch/ProfileLaunchShortcut.java (findLaunchConfiguration): Replace deprecated method calls.
+
+2009-04-03 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: 0.2.0 version.
+
+2009-01-05 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: Changed version to 0.1.0.
+ * build.properties: Include about.html. \ No newline at end of file
diff --git a/profiling/org.eclipse.linuxtools.profiling.launch/META-INF/MANIFEST.MF b/profiling/org.eclipse.linuxtools.profiling.launch/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..25d2a1685c
--- /dev/null
+++ b/profiling/org.eclipse.linuxtools.profiling.launch/META-INF/MANIFEST.MF
@@ -0,0 +1,29 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.eclipse.linuxtools.profiling.launch;singleton:=true
+Bundle-Version: 0.6.1.qualifier
+Bundle-Activator: org.eclipse.linuxtools.internal.profiling.launch.ProfileLaunchPlugin
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.cdt.core
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Import-Package: org.eclipse.cdt.core.model,
+ org.eclipse.cdt.debug.core,
+ org.eclipse.cdt.launch,
+ org.eclipse.cdt.launch.ui,
+ org.eclipse.cdt.ui,
+ org.eclipse.cdt.utils.pty,
+ org.eclipse.cdt.utils.spawner,
+ org.eclipse.core.resources,
+ org.eclipse.debug.core,
+ org.eclipse.debug.core.model,
+ org.eclipse.debug.ui,
+ org.eclipse.debug.ui.sourcelookup,
+ org.eclipse.jface.text,
+ org.eclipse.ui.console
+Export-Package: org.eclipse.linuxtools.internal.profiling.launch,
+ org.eclipse.linuxtools.profiling.launch
+Bundle-Localization: plugin
+Bundle-Vendor: %Bundle-Vendor.0
diff --git a/profiling/org.eclipse.linuxtools.profiling.test-feature/ChangeLog b/profiling/org.eclipse.linuxtools.profiling.test-feature/ChangeLog
new file mode 100644
index 0000000000..eb9b02b3b2
--- /dev/null
+++ b/profiling/org.eclipse.linuxtools.profiling.test-feature/ChangeLog
@@ -0,0 +1,62 @@
+2010-08-25 Elliott Baron <ebaron@fedoraproject.org>
+
+ * feature.xml: Bump version to 0.6.1.
+
+2010-05-18 Andrew Overholt <overholt@redhat.com>
+
+ * feature.properties: Fix provider name.
+
+2010-04-26 Andrew Overholt <overholt@redhat.com>
+
+ * feature.properties: Match consistent license text (bug #306627). Update
+ copyright year.
+ * license.html: New file. HTML version of SUA (bug #306627).
+ * build.properties: Include license.html.
+
+2010-04-12 Andrew Overholt <overholt@redhat.com>
+
+ * feature.properties: Match consistent license text (bug #306627).
+
+2009-08-11 Elliott Baron <ebaron@redhat.com>
+
+ * feature.xml: Bump version to 0.3.0.
+
+2009-07-30 Elliott Baron <ebaron@redhat.com>
+
+ * feature.xml: Recomputed dependencies.
+
+2009-05-28 Elliott Baron <ebaron@redhat.com>
+
+ * feature.properties: Fix featureProvider key.
+
+2009-05-20 Elliott Baron <ebaron@redhat.com>
+
+ * feature.xml: Remove '.feature' from feature ID.
+
+2009-05-19 Andrew Overholt <overholt@redhat.com>
+
+ * feature.properties: Change provider from Eclipse.org to Eclipse.
+
+2009-04-03 Elliott Baron <ebaron@redhat.com>
+
+ * feature.xml: 0.2.0 version.
+
+2009-02-12 Elliott Baron <ebaron@redhat.com>
+
+ * feature.xml: Updated dependencies org.junit4 -> org.junit
+
+2008-12-16 Andrew Overholt <overholt@redhat.com>
+
+ * feature.xml: See if we can get the valgrind tests to find this plugin if it's
+ jarred.
+
+2008-12-16 Elliott Baron <ebaron@redhat.com>
+
+ * feature.xml: Fixed feature ID.
+
+2008-12-16 Elliott Baron <ebaron@redhat.com>
+
+ * build.properties: Inital checkin.
+ * feature.xml: Likewise.
+ * feature.properties: Likewise.
+ * epl-v10.html: Likewise. \ No newline at end of file
diff --git a/profiling/org.eclipse.linuxtools.profiling.test-feature/feature.xml b/profiling/org.eclipse.linuxtools.profiling.test-feature/feature.xml
new file mode 100644
index 0000000000..f2d4783062
--- /dev/null
+++ b/profiling/org.eclipse.linuxtools.profiling.test-feature/feature.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.linuxtools.profiling.test"
+ label="%featureName"
+ version="0.6.1.qualifier"
+ provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <requires>
+ <import plugin="org.eclipse.ui"/>
+ <import plugin="org.eclipse.core.runtime"/>
+ <import plugin="org.eclipse.cdt.managedbuilder.core"/>
+ <import plugin="org.eclipse.cdt.core"/>
+ <import plugin="org.eclipse.cdt.core.tests"/>
+ <import plugin="org.eclipse.cdt.debug.core"/>
+ <import plugin="org.eclipse.core.resources"/>
+ <import plugin="org.eclipse.debug.core"/>
+ <import plugin="org.eclipse.debug.ui"/>
+ <import plugin="org.eclipse.ui.ide"/>
+ <import plugin="org.junit" version="4.7.0" match="greaterOrEqual"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.linuxtools.profiling.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/profiling/org.eclipse.linuxtools.profiling.tests/ChangeLog b/profiling/org.eclipse.linuxtools.profiling.tests/ChangeLog
new file mode 100644
index 0000000000..6aeb644c01
--- /dev/null
+++ b/profiling/org.eclipse.linuxtools.profiling.tests/ChangeLog
@@ -0,0 +1,79 @@
+2010-08-25 Elliott Baron <ebaron@fedoraproject.org>
+
+ * META-INF/MANIFEST.MF: Bump version to 0.6.1.
+
+2009-12-21 Roland Grunberg <rgrunber@redhat.com>
+
+ * META-INF/MANIFEST.MF: Make necessary changes for switch from JUnit 3 to JUnit 4.
+
+2009-08-11 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: Bump version to 0.3.0.
+
+2009-08-10 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: Remove unused package.
+ * src/org/eclipse/linuxtools/profiling/tests/AbstractTest.java: Remove code that
+ turns off indexer and corresponding assertion.
+
+2009-08-07 Andrew Overholt <overholt@redhat.com>
+
+ * plugin.properties: Change provider from Eclipse.org to Eclipse.
+
+2009-07-30 Elliott Baron <ebaron@redhat.com>
+
+ * src/org/eclipse/linuxtools/profiling/tests/ProfileTestsPlugin.java: Removed.
+ * src/org/eclipse/linuxtools/internal/profiling/tests/ProfileTestsPlugin.java: New file.
+ * .project: Enabled API analysis.
+ * META-INF/MANIFEST.MF: Export internal package.
+
+2009-06-23 Elliott Baron <ebaron@redhat.com>
+
+ * AbstractTest.java (createConfiguration): Throw CoreException.
+ (createProject): Use IndexSetupParticipant to control indexer.
+
+2009-05-12 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: New deps.
+ * AbstractTest.java (createProject): Preemptively add ManagedBuild and ScannerConfig
+ natures before project is imported for #273079.
+
+2009-04-21 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: Added new deps for controlling Indexer.
+ * AbstractTest.java (createProject): Turn off workspace building,
+ turn off indexer while creating.
+ (createProjectAndBuild): Make protected.
+ (buildProject): Build type from INCREMENTAL to FULL. Make protected.
+
+2009-04-07 Elliott Baron <ebaron@redhat.com>
+
+ * AbstractTest.java (deleteProject): Wrap this in a IWorkspaceRunnable.
+
+2009-04-03 Elliott Baron <ebaron@redhat.com>
+
+ * Messages.java: New file.
+ * messages.properties: New file.
+ * AbstractTest.java (createConfiguration): If binary not found,
+ fail with informative error.
+ (buildProject): Refresh workspace in IWorkspaceRunnable.
+ * AbstractTest.java (createProject): Refactored "Debug".
+ (createConfiguration): Use job with buildRule, taken from ManagedBuilder tests.
+ * META-INF/MANIFEST.MF: 0.2.0 version.
+
+2009-03-18 Elliott Baron <ebaron@redhat.com>
+
+ * AbstractTest.java (createProject): Split into creation and building.
+ (createProjectAndBuild): Renamed from createProject.
+ (buildProject): New method.
+
+2009-02-03 Elliott Baron <ebaron@redhat.com>
+
+ * LaunchConfigTabTest: Removed for now.
+ * META-INF/MANIFEST.MF: Require-Bundle for JUnit < 4.0.0
+
+2009-01-05 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: Changed version to 0.1.0.
+ * build.properties: Include about.html and icons.
+ * about.html: Added. \ No newline at end of file
diff --git a/profiling/org.eclipse.linuxtools.profiling.tests/META-INF/MANIFEST.MF b/profiling/org.eclipse.linuxtools.profiling.tests/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..729386c7f6
--- /dev/null
+++ b/profiling/org.eclipse.linuxtools.profiling.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.eclipse.linuxtools.profiling.tests
+Bundle-Version: 0.6.1.qualifier
+Bundle-Activator: org.eclipse.linuxtools.internal.profiling.tests.ProfileTestsPlugin
+Bundle-Vendor: %Bundle-Vendor.0
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.junit;bundle-version="4.7.0"
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
+Export-Package: org.eclipse.linuxtools.internal.profiling.tests,
+ org.eclipse.linuxtools.profiling.tests
+Import-Package: org.eclipse.cdt.build.core.scannerconfig,
+ org.eclipse.cdt.core,
+ org.eclipse.cdt.core.index,
+ org.eclipse.cdt.core.model,
+ org.eclipse.cdt.core.testplugin,
+ org.eclipse.cdt.debug.core,
+ org.eclipse.cdt.managedbuilder.core,
+ org.eclipse.core.resources,
+ org.eclipse.debug.core,
+ org.eclipse.debug.ui,
+ org.eclipse.ui.actions,
+ org.eclipse.ui.wizards.datatransfer
diff --git a/profiling/org.eclipse.linuxtools.profiling.ui.capability/META-INF/MANIFEST.MF b/profiling/org.eclipse.linuxtools.profiling.ui.capability/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..2b422981e6
--- /dev/null
+++ b/profiling/org.eclipse.linuxtools.profiling.ui.capability/META-INF/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: org.eclipse.linuxtools.profiling.ui.capability;singleton:=true
+Bundle-Version: 0.6.1.qualifier
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-Vendor: %Bundle-Vendor
+Bundle-Localization: plugin
diff --git a/profiling/org.eclipse.linuxtools.profiling.ui/ChangeLog b/profiling/org.eclipse.linuxtools.profiling.ui/ChangeLog
new file mode 100644
index 0000000000..e0dc578b7d
--- /dev/null
+++ b/profiling/org.eclipse.linuxtools.profiling.ui/ChangeLog
@@ -0,0 +1,63 @@
+2010-08-25 Elliott Baron <ebaron@fedoraproject.org>
+
+ * META-INF/MANIFEST.MF: Bump version to 0.6.1.
+
+2010-05-28 Elliott Baron <ebaron@fedoraproject.org>
+
+ Bug #314680
+ * META-INF/MANIFEST.MF: Added new dependency.
+ * src/org/eclipse/linuxtools/profiling/ui/ProfileUIUtils.java (openEditorAndSelect): Account
+ for source lookup returning LocalFileStorage.
+
+2010-05-06 Roland Grunberg <rgrunber@redhat.com>
+
+ * src/org/eclipse/linuxtools/profiling/ui/ProfileUIUtils.java (findFunctionsInProject):
+ Use a stronger comparison when determining if two files have the same path.
+
+2010-04-08 Roland Grunberg <rgrunber@redhat.com>
+
+ * META-INF/MANIFEST.MF: Added imports needed for using CDT Indexer.
+ * src/org/eclipse/linuxtools/profiling/ui/ProfileUIUtils.java
+ (findCProjectWithAbsolutePath): New, for purpose of locating an ICProject.
+ (findFunctionsInProject): New, for purpose of finding data needed to link
+ to source code of a function call.
+
+2010-03-22 Roland Grunberg <rgrunber@redhat.com>
+
+ * src/org/eclipse/linuxtools/profiling/ui/ProfileUIUtils.java:
+ (openEditorAndSelect): Overload to take an offset and length.
+
+2009-08-11 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: Bump version to 0.3.0.
+
+2009-08-07 Andrew Overholt <overholt@redhat.com>
+
+ * plugin.properties: Change provider from Eclipse.org to Eclipse.
+
+2009-07-30 Elliott Baron <ebaron@redhat.com>
+
+ * src/org/eclipse/linuxtools/profiling/ui/ProfileUIPlugin.java: Removed.
+ * src/org/eclipse/linuxtools/internal/profiling/ui/ProfileUIPlugin.java: New file.
+ * .project: Enabled API analysis.
+ * META-INF/MANIFEST.MF: Export internal package.
+ * src/org/eclipse/linuxtools/profiling/ui/ProfileUIUtils.java: Import internal class.
+
+2009-06-26 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: Add core.resources to deps.
+
+2009-04-30 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: New deps.
+ * ProfileUIUtils.java (openEditorAndSelect): Overloaded to take ISourceLookupResult.
+
+2009-04-03 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: 0.2.0 version.
+
+2009-01-05 Elliott Baron <ebaron@redhat.com>
+
+ * META-INF/MANIFEST.MF: Changed version to 0.1.0.
+ * build.properties: Include about.html.
+ * about.html: Added. \ No newline at end of file
diff --git a/profiling/org.eclipse.linuxtools.profiling.ui/META-INF/MANIFEST.MF b/profiling/org.eclipse.linuxtools.profiling.ui/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..53b21a33cb
--- /dev/null
+++ b/profiling/org.eclipse.linuxtools.profiling.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,28 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.eclipse.linuxtools.profiling.ui;singleton:=true
+Bundle-Version: 0.6.1.qualifier
+Bundle-Activator: org.eclipse.linuxtools.internal.profiling.ui.ProfileUIPlugin
+Bundle-Vendor: %Bundle-Vendor.0
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
+Export-Package: org.eclipse.linuxtools.internal.profiling.ui,
+ org.eclipse.linuxtools.profiling.ui
+Import-Package: org.eclipse.cdt.core,
+ org.eclipse.cdt.core.dom.ast,
+ org.eclipse.cdt.core.index,
+ org.eclipse.cdt.core.model,
+ org.eclipse.cdt.debug.core,
+ org.eclipse.core.filesystem,
+ org.eclipse.core.resources,
+ org.eclipse.debug.core.model,
+ org.eclipse.debug.core.sourcelookup.containers,
+ org.eclipse.debug.ui,
+ org.eclipse.debug.ui.sourcelookup,
+ org.eclipse.jface.text,
+ org.eclipse.ui.ide,
+ org.eclipse.ui.texteditor

Back to the top