Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-04Bump build system to build 3.0.0.Alexander Kurtakov12-13/+12
Subprojects parent poms are losing their versions as they are always the same as the parent pom version and thus only introduce noise. Change-Id: I6388f33c5e68d8c061cf57c7c09612817e189e30 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19310 Tested-by: Hudson CI
2013-12-04Remove unused imports.Alexander Kurtakov6-6/+69
Bump it from warning to error and enable auto-save organize imports as I'm tired of fixing these myself. Change-Id: I62a82719a8b3aec4656520a84b8928a058b84e7c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19302 Tested-by: Hudson CI
2013-11-20Make OPerf default tool for Eclipse OProfile plugin.Roland Grunberg8-37/+11
Change-Id: If4e2aec01d3715a0f5b1457342751835ed69f463 Reviewed-on: https://git.eclipse.org/r/18437 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-11-12oprofile.core.tests: Sanitize.Alexander Kurtakov3-2/+62
Remove unused Ignore import and enable more warnings by default. Change-Id: Ia2dc5dfd325350ad8784d01409bca298a179859d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/18280 Tested-by: Hudson CI
2013-11-07License features real use.Alexander Kurtakov6-853/+5
Now that we have license feature epl and license html files don't have to be copied in every feature. Remove these files and drop them from build.properties. Change-Id: Id8b530d26d0a926802585e4ed9e3c95c2bab2120 Reviewed-on: https://git.eclipse.org/r/18164 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-06Remove useless prerequisite from child poms.Alexander Kurtakov1-4/+0
The parent pom already sets that we require at least maven 3 so there is no need to duplicate it. The change_ver.sh scripts are remnant from the past when using tycho for changing versions was not well known. Change-Id: Ia3d26a3c7975a0b877dcb04e4b016992ca125c18 Reviewed-on: https://git.eclipse.org/r/18153 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-04OPerf functionality should fail more gracefully when not present.Roland Grunberg4-6/+35
Change-Id: I686ff58ca3ff29f48e06d633490ef8379656fac2 Reviewed-on: https://git.eclipse.org/r/17945 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-10-22Fix some OProfile core tests.Roland Grunberg10-410/+229
Change-Id: Idbb79e13680459c031cd8c618fdbd6d25f541ba1 Reviewed-on: https://git.eclipse.org/r/17615 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-09-20Fix bug occuring when ophelp is not on the path.Roland Grunberg1-3/+7
Change-Id: Icbbe59ac8de1613281b28a957c7312478328f81a Reviewed-on: https://git.eclipse.org/r/16654 Tested-by: Hudson CI Reviewed-by: Rodrigo Fraxino Araujo <rfaraujo@linux.vnet.ibm.com> IP-Clean: Rodrigo Fraxino Araujo <rfaraujo@linux.vnet.ibm.com> Tested-by: Rodrigo Fraxino Araujo <rfaraujo@linux.vnet.ibm.com>
2013-09-16Bug 417229: Update OProfile documentation with operf functionality.Roland Grunberg6-5/+17
Change-Id: I1b3e92c615e3253db8b33e81236b45b574501e21 Reviewed-on: https://git.eclipse.org/r/16465 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-09-11oprofile launchers: Drop unused stuff.Alexander Kurtakov12-94/+104
* Bump to 1.6 BREE. * Enable more warnings and fix them. * Drop unused classes/methods. Change-Id: If23f0c79a9f0016c7348b633c6e680130a73af80 Reviewed-on: https://git.eclipse.org/r/16313 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-09-10Fix bug in OProfile launch shortcut when using operf/opcontrol.Roland Grunberg1-0/+1
OProfile launch shortcuts should check for whether the launch configuration specifies operf or opcontrol and set the state accordingly. Change-Id: Ibdaea39b11d9b9c9d8d82e5ede680a83662d29d0 Reviewed-on: https://git.eclipse.org/r/16304 Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-09-10Do not repeatedly inform user about insufficient permissions.Roland Grunberg5-134/+7
When a launch configuration for OProfile is created there should not be repeated attempts to inform the user that they have insufficient permissions to run opcontrol. It is enough to bring up the error dialog when the configuration is launched. Change-Id: Ic50750df77850f0d6f5f6a5bf9dc556097fc25d6 Reviewed-on: https://git.eclipse.org/r/16193 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-09-06oprofile: TestCheckEventsPreParse ignore one more test case.Alexander Kurtakov1-1/+1
Change-Id: I99f4998e24e644985e3882a35e85829a2c3e8a0a
2013-09-06oprofile.tests: Modernize.Alexander Kurtakov20-64/+68
* Bump BREE to Java 1.6 * Make use of String.isEmpty * Add all testcases to suites and Ignore not working ones * Mark fields as private Change-Id: Ib6ef5368b0f892c8490f447744188b7a4ee7d5cd
2013-09-06tests: Get rid of junit 3.x bits.Alexander Kurtakov4-66/+78
Do not extend TestCase but rather annotate the needed classes. Change-Id: Iff87ce0fa17c8171be6f9d71b0aed1f6cdb67355 Reviewed-on: https://git.eclipse.org/r/16168 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-08-29all-tests: Run with less dependencies.Alexander Kurtakov2-2/+2
Instead of relying on sdk.[ide|feature] run the tests with platform.[ide|feature]. There shouldn't be any difference for the tests as what the sdk adds is the source bundles which are not used by the tests. This should have some minimal effect to reduce our already way too long build time. Change-Id: I57bbc8c5ccb6e0a4575224134e184e13ae581b8f
2013-08-28Disable opcontrol GUI options when using operf.Rodrigo Fraxino Araujo1-3/+29
Change-Id: I2530432a3acf8912aa76da9fa5a16bbd88c77890 Reviewed-on: https://git.eclipse.org/r/15946 Tested-by: Hudson CI Reviewed-by: Rafael Medeiros Teixeira <rafaelmt@linux.vnet.ibm.com> IP-Clean: Rafael Medeiros Teixeira <rafaelmt@linux.vnet.ibm.com> Tested-by: Rafael Medeiros Teixeira <rafaelmt@linux.vnet.ibm.com>
2013-08-27Update parent poms to 2.2.0-SNAPSHOTJeff Johnston12-13/+13
- update top pom.xml to properly default Kepler - update SystemTap feature and ide plug-ins to 2.1.0 Change-Id: I5eeba68b42cf9601f523c822d7dd1a414ece762c Reviewed-on: https://git.eclipse.org/r/15916 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-08-27oprofile: Prevent possible NPE.Alexander Kurtakov1-16/+16
Code using the proxy belongs in the try block where we are sure that the proxy is not null. Change-Id: Ib1d0d5e38a1b426f7c135688c95cecc994c8d87d Reviewed-on: https://git.eclipse.org/r/15881 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-08-24Fix launch configuration dialog when switching between operf/opcontrolRoland Grunberg3-25/+30
Change-Id: I299dfaca6892475802a84a77f5ba0a8b95a9509b Reviewed-on: https://git.eclipse.org/r/15762 Tested-by: Hudson CI Reviewed-by: Rodrigo Fraxino Araujo <rfaraujo@linux.vnet.ibm.com> IP-Clean: Rodrigo Fraxino Araujo <rfaraujo@linux.vnet.ibm.com> Tested-by: Rodrigo Fraxino Araujo <rfaraujo@linux.vnet.ibm.com>
2013-08-22Revert "Check for number of counters on '/dev/oprofile/stats/cpuN'"Roland Grunberg2-21/+8
This reverts commit 41db326e1ff11ae11d44e66ed662678f4cfa9472. This is completely wrong, and not the same as the number of hardware counters. Change-Id: I3198d5d47aff41df180b7ba875faaad571c3d84f Reviewed-on: https://git.eclipse.org/r/15780 Tested-by: Hudson CI Reviewed-by: Rodrigo Fraxino Araujo <rfaraujo@linux.vnet.ibm.com> Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-08-21Check for number of counters on '/dev/oprofile/stats/cpuN'Roland Grunberg2-8/+21
Change-Id: Ifec06afaaaacee953afce923184b0ecb5cba3ad8 Reviewed-on: https://git.eclipse.org/r/15718 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Reviewed-by: Rodrigo Fraxino Araujo <rfaraujo@linux.vnet.ibm.com> IP-Clean: Rodrigo Fraxino Araujo <rfaraujo@linux.vnet.ibm.com> Tested-by: Rodrigo Fraxino Araujo <rfaraujo@linux.vnet.ibm.com>
2013-08-21opcontrol should remain the default.Roland Grunberg2-3/+3
With the option to choose between operf and opcontrol, we should still keep opcontrol as the default for the time being. Change-Id: Ifd91fee66a043c21fcce0e167f0f1ae1f9107c16 Reviewed-on: https://git.eclipse.org/r/15741 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-08-20Modification to use LT factory to execute operfRodrigo Fraxino Araujo1-5/+11
Change-Id: I4a0635d48f51ab3f0a1ef069496b04712057c3ef Reviewed-on: https://git.eclipse.org/r/15668 Reviewed-by: Rafael Medeiros Teixeira <rafaelmt@linux.vnet.ibm.com> IP-Clean: Rafael Medeiros Teixeira <rafaelmt@linux.vnet.ibm.com> Tested-by: Rafael Medeiros Teixeira <rafaelmt@linux.vnet.ibm.com>
2013-08-16Added support for operf binary into Oprofile.Rodrigo Fraxino Araujo13-108/+290
Fix for bug 378710 - Leverage new operf program Change-Id: I476b0ec23a58805dcc6f296d6a382e6ce7bb5f15 Reviewed-on: https://git.eclipse.org/r/15413 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-08-09Fix a few build.properties includes.Roland Grunberg1-1/+2
Change-Id: I27f3708b05f69b6d9ab8c178d1288020543934e9 Reviewed-on: https://git.eclipse.org/r/15261 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-07-03Remove unused sourceTemplateFeature folder from projects.Roland Grunberg2-2/+0
Change-Id: I0d21d891f61096e024a2c40607fa4a1dfd7e31df Reviewed-on: https://git.eclipse.org/r/14239 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-07-03Provide necessary licensing files in features using license-feature.Roland Grunberg2-2/+6
Create org.eclipse.linuxtools.license.feature which packages epl-v10.html and license.html files. Reference this feature using 'license-feature' in other features to have the necessary files appear in binary/source features. Change-Id: I2fd6ea0bbe47b290625920c0bf5edd35c5d360c4 Reviewed-on: https://git.eclipse.org/r/14014 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-06-21Revert "Bug 410367 - Add 'about.html' to 'src.includes'"Roland Grunberg4-840/+0
This reverts commit 398abd136aed831685ffca11ae2d6eba944e3a4b.
2013-06-20Bug 410367 - Add 'about.html' to 'src.includes'Jeff Johnston4-0/+840
- Fix feature source templates to get epl and license files included too. - Fix tools.launch.ui, libhover.newlib, and rdt.proxy plugins to include about.html with binary jar. Change-Id: I39a122a2cd74c7244ea3635f80cf14346dbe5ae6 Reviewed-on: https://git.eclipse.org/r/13960 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-06-18Bug 410367 - Add 'about.html' to 'src.includes'.Jeff Johnston6-2/+89
Change-Id: Id599a09aa6d1c3dfae20164a3200c88ea732e26f Reviewed-on: https://git.eclipse.org/r/13885 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-06-12Bug 410367: Add missing 'about.html' page to source bundles.Camilo Bernal2-1/+30
Source bundles fixed in this change: - org.eclipse.linuxtools.oprofile.tests - org.eclipse.linuxtools.perf - org.eclipse.linuxtools.perf.doc - org.eclipse.linuxtools.profiling.docs - org.eclipse.linuxtools.profiling.launch - org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy - org.eclipse.linuxtools.profiling.tests - org.eclipse.linuxtools.profiling.ui - org.eclipse.linuxtools.profiling.ui.capability Change-Id: I3899ca168da15425760196d4a99cd12a224afe22 Reviewed-on: https://git.eclipse.org/r/13760 Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-06-04Resolve API problems with @since tags in oprofile plugin.Roland Grunberg9-0/+13
Change-Id: I3d795931b07723260a8a6798b04dd78f5591bf42 Reviewed-on: https://git.eclipse.org/r/13546 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-05-28Oprofile: Synchronize documentation with wikiCamilo Bernal12-9/+31
Change-Id: Iad38591a8b2deae6d423187672c1e9761ac7bbed Reviewed-on: https://git.eclipse.org/r/13297 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-05-09Remove consolehelper/PAM support for Eclipse OProfile setup.Roland Grunberg5-94/+0
Change-Id: I0197aebb5de3227dbe0a1eced8a96a4c90bc7616 Reviewed-on: https://git.eclipse.org/r/12646 Tested-by: Hudson CI Reviewed-by: Sami Wagiaalla <swagiaal@redhat.com> IP-Clean: Sami Wagiaalla <swagiaal@redhat.com> Tested-by: Sami Wagiaalla <swagiaal@redhat.com>
2013-05-09Synchronize Eclipse OProfile docs with wiki.Roland Grunberg6-186/+25
Change-Id: I4e8e0040fd1fa6dc4b0a00e2eda9191b5d7cf662 Reviewed-on: https://git.eclipse.org/r/12647 Tested-by: Hudson CI Reviewed-by: Sami Wagiaalla <swagiaal@redhat.com> IP-Clean: Sami Wagiaalla <swagiaal@redhat.com> Tested-by: Sami Wagiaalla <swagiaal@redhat.com>
2013-05-06Renamed package org.eclipse.linuxtools.internal.oprofile.ui.model to ↵Renato Stoffalette Joao20-32/+34
org.eclipse.linuxtools.oprofile.ui.model and updated references Exported org.eclipse.linuxtools.oprofile.ui.model to make API public Bumped into Bundle-Version: 1.1.0 Updates references in org.eclipse.linuxtools.oprofile.ui.tests Change-Id: I84ed6b97f8c794d4f0f76b7a7f26b78f15d7d99b Reviewed-on: https://git.eclipse.org/r/12343 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-05-02Some work to add javadoc to Oprofile Ui modelRenato Stoffalette Joao8-9/+174
Change-Id: Ib551625b7dcb08bdd72f98b32619a321142b7a37 Reviewed-on: https://git.eclipse.org/r/12333 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-04-30o.e.l.oprofile.core.tests: JUnit 4.x tests.Alexander Kurtakov8-206/+210
Adapt tests to junit 4 idioms. Change-Id: I908dad44367219d8e51f6bb20f5fea9fb3c58b7a Reviewed-on: https://git.eclipse.org/r/12400 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-04-30Remove dummy tests.Alexander Kurtakov4-47/+2
Change-Id: Id790949db0c251b897de6847143c2a081eb5db77 Reviewed-on: https://git.eclipse.org/r/12399 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-04-30oprofile: JUnit 4 suites.Alexander Kurtakov4-33/+14
Change-Id: Id6c6a1a04ca2b779a9ea3b770a20b01177b42cc8 Reviewed-on: https://git.eclipse.org/r/12389 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-04-29Initial work to add javadoc to OprofileRenato Stoffalette Joao19-69/+286
Change-Id: I8f71670eb96dc79f0f54535841cec90d67623309 Reviewed-on: https://git.eclipse.org/r/12246 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-04-29Oprofile: Remove o.e.l.oprofile.*.runOprofile flags from pom.xmlCamilo Bernal2-34/+7
Tests are properly mocked and do not require functionality from the oprofile tools or kerndel module. Change-Id: I4835692f022ed0a4bb93eb4855e2bd22f6c01566 Reviewed-on: https://git.eclipse.org/r/12356 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-04-29Bug 393593: Combine flags for running the oprofile binary dependent testsCamilo Bernal2-4/+4
Change-Id: I771b873493af74504642db018711e441d1699ef5 Reviewed-on: https://git.eclipse.org/r/12350 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-04-25Oprofile/Valgrind: sync docs with wiki.Alexander Kurtakov3-10/+2
Make sure they build and remove unused stuff. Change-Id: I52be7633390e947c8ae9680dbf7ee21b0b91c55f Reviewed-on: https://git.eclipse.org/r/12187 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-03-08Clean up ProfileLaunchConfigurationDelegate.Roland Grunberg2-6/+0
Remove methods from ProfileLaunchConfigurationDelegate that are only used by the Callgraph plugin and move them to the plugin itself. Change-Id: I3268b87c0b44cf4f53660e856224713e52de378a Reviewed-on: https://git.eclipse.org/r/10982 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-02-07Fixing Bug 395602 - Cannot set working directory for profiling with OProfileRafael Medeiros Teixeira4-6/+41
Change-Id: Ifa686fd7db951863c0783a9de85d5da747a46759 Reviewed-on: https://git.eclipse.org/r/10238 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-02-06Oprofile: Added support for multiple binary executions (Bug 356387)Rafael Medeiros Teixeira6-8/+62
Change-Id: Id54e9b1a059a9482a3645e2aac2e3e0258fb6bf0 Reviewed-on: https://git.eclipse.org/r/10204 Tested-by: Hudson CI IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com> Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
2013-02-06Remove maven assembly plugin configs.Alexander Kurtakov1-13/+0
The plugins are more interconnected now and that results in separate tarballs not being useful separately. CGit also provides tarballs for the the entire project. Noone objected to this on the mailing list. Change-Id: Idff1e6a380ca1af6116935faaebd79748e8983ee Reviewed-on: https://git.eclipse.org/r/10190 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>

Back to the top