Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-05-01common: Add test suite for the BufferedBlockingQueueMatthew Khouzam1-0/+1
Change-Id: Ibc27385a75faeb47586443530fb68fe848979946 Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/46206 Reviewed-by: Hudson CI
2015-05-01Upgrade eclipse-jarsigner-plugin to 1.1.2-SNAPSHOT to fix build failuresMarc-Andre Laperle1-1/+5
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=464947 Change-Id: I684d7bcc278a14ae5d1467c0574567804cd96ac1 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/46929 Reviewed-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2015-04-02Add property to control GTK version used in SWTBot testsMarc-Andre Laperle1-0/+2
This will allow test builds for GTK3. Change-Id: I70bed507ce47fc8cc907df84a252b0fde195b77d Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/44709 Reviewed-by: Hudson CI
2015-03-27tmf remote: Bug 460847: SWTBot tests for remote fetching of tracesMarc-Andre Laperle1-0/+1
Change-Id: I562080bf651f8ccbbfccd711fc4eb3d0a6e71993 Signed-off-by: Marc-Andre Laperle <Marc-Andre.Laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/44529 Reviewed-by: Hudson CI Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com> Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-03-27tmf remote: Bug 460847: Add Junits for XML reader/writer of remote fetchMarc-Andre Laperle1-0/+2
Change-Id: If1789368077c103eb88d6ec96668502da431f60b Signed-off-by: Marc-Andre Laperle <Marc-Andre.Laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/44530 Reviewed-by: Hudson CI Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com> Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-03-24Build documentation indexMarc-Andre Laperle1-0/+38
This speeds up the initial search in the Help. This is mostly useful for bigger Eclipse installation therefore there is not that much of a difference in the Trace Compass RCP. Change-Id: I5edc0ae3350410f7916b8ba625768eaf2a3e6435 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/44409 Reviewed-by: Hudson CI
2015-03-23tmf remote: Add unit tests for tmf.remote.coreBernd Hufmann1-0/+1
Change-Id: Id865b2f29f91e5128bda87b7ffa50ac1672d2f04 Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/44207 Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com> Tested-by: Patrick Tasse <patrick.tasse@gmail.com> Reviewed-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2015-03-07Upgrade maven plugin versionsMarc-Andre Laperle1-6/+41
Also add a few missing versions. I used this command to check for updates: mvn versions:display-plugin-updates -Djava.net.useSystemProxies | grep "\\->" | sort | uniq Change-Id: Iffafb504054a9ec0abdfc756218309bc51da4b4c Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/42935 Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-by: Hudson CI
2015-02-27tmf: Bug 460842: Introduce tmf remote plug-ins and featureBernd Hufmann1-1/+4
Change-Id: Ia14b367b48cf59d2e41dee1a17ce055b8e3e0d9a Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/42537 Reviewed-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2015-02-26Bug 460736 - Fix signing in the presence of packed jarsMarc-Andre Laperle1-0/+14
The pack200b plugin was executing before pack200a when sign-update-site profile was active. The solution is to explicitly specify the pack200b to be after pack200a in the profile. Change-Id: I8e7a0d528e601dc8ca205b3a71d4fdb676081dfe Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/42709 Reviewed-by: Hudson CI Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2015-02-17Provide packed jars in update siteMarc-Andre Laperle1-1/+47
This is recommended to use in eclipse p2 repositories to reduce bandwidth. If we need to provide a zip of the update site in the future, we should consider the workaround done by CDT to reduce the zip size, see https://git.eclipse.org/r/#/c/39624/ References: https://wiki.eclipse.org/Tycho/Pack200 https://wiki.eclipse.org/SimRel/Simultaneous_Release_Requirements#Provide_optimized_p2_repository_.28partially_tested.29 http://build.eclipse.org/simrel/mars/reporeports/reports/pack200data.txt Change-Id: I80de8ccaf96c6741db890e079c590ea101e88a9d Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/41114 Reviewed-by: Hudson CI
2015-02-07Change build target to Eclipse MarsMarc-Andre Laperle1-1/+1
Trace Compass 1.0.0 will be released with Eclipse Mars so we should build against it. Change-Id: Id7a0bd3842639507f15a908f41b83d8396acd4ec Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/41345 Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-by: Hudson CI Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2015-02-06Update all plugins and features to 1.0.0Alexandre Montplaisir1-1/+1
While we don't *need* to update everything, it looks nice to start everything at 1.0. Afterwards, we can only bump the version numbers if the contents have actually changed. Change-Id: Ic0781e6a878fd98daac40dfc5552d4dcfa211bb3 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/41111 Reviewed-by: Hudson CI
2015-02-04doc: Move all help plugins to a doc/ subdirectoryAlexandre Montplaisir1-5/+2
Also rename them to .doc.user and .doc.dev, similar to what is used in JDT and Platform. Change-Id: I8c577c1ba61961e0fb646799f15e07fe5645fc4e Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/41007 Reviewed-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2015-01-12Add SourceReferences to pluginsMarc-Andre Laperle1-0/+19
This allows the user to clone and checkout the source code of Trace Compass without knowing where the repository is. See: https://wiki.eclipse.org/PDE/UI/SourceReferences One use case is to right-click on a plug-in under the Plug-in dependencies in Package Explorer view and select Import from Repository. Note that for this EGit needs to be installed. What this patch does is to let Tycho generate the source references in the MANIFEST.MF of the built jars. So to test this patch, one can build the update site locally and inspect the manifests of the (non-source) jars. Change-Id: Ie28c96a03df01fa9f15b13ccc6e0662f2cb3d0f4 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/39339 Reviewed-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2015-01-09Extract the linux-kernel-specific things into their own pluginAlexandre Montplaisir1-0/+4
This will allow better separation of analyses that do not depend on a specific kernel tracer (LTTng, perf, ftrace,...) vs those that really depend on LTTng. Change-Id: I9a3e018df91c90cc33d3066f49b7ac5be8bdb3d4 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/38385 Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net> Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net> Reviewed-by: Hudson CI
2015-01-09lttng: Remove the lttng2.kernel.ui.tests pluginAlexandre Montplaisir1-1/+0
It's empty (save for a dummy Activator test), and this plugin is well covered by SWTBot tests already. Change-Id: I16e21f542971bd912fe2848c99b8602d1d89b6d5 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/39242 Reviewed-by: Hudson CI Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net> Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
2014-12-17Upgrade to Tycho 0.22.0 (again) and newly released JBoss plugin 0.22.0Marc-Andre Laperle1-5/+3
Change-Id: Iaf68a882135a13fc1184c90370b6fe0975f4ac6a Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/38377 Reviewed-by: Hudson CI Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-12-15Remove Uncategorized category using JBoss plugin and downgrade TychoMarc-Andre Laperle1-3/+14
The JBoss doesn't support Tycho 0.22.0 yet. Change-Id: I44dd080d8c0e6a9bdf071a7aa3005c00be4fdfb1 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/38070 Reviewed-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-12-09Add BTF feature to update site and RCPMarc-Andre Laperle1-0/+1
Change-Id: Ia1770a3d35e6bd592f8dc8063b951a4375e4de2b Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/37761 Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-by: Hudson CI
2014-12-08common: Add a new "common" plugin for shared functionalityAlexandre Montplaisir1-0/+2
More and more we're seeing functionality and utils classes duplicated across plugins. It's making sense to have a central, common plugin that everybody else can depend on. Change-Id: I8d98518acb81c43766d1782432180a1eb7a5e12f Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/37617 Reviewed-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
2014-12-01Upgrade to Tycho 0.22Marc-Andre Laperle1-4/+2
Change-Id: Id5bd57f9dd1197ac6ecbae7720fc18b4e981f73c Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/36944 Tested-by: Hudson CI
2014-11-10Change versions to 0.1.0Marc-Andre Laperle1-1/+1
Change-Id: I58549b2ca6ef460cc3a0e073c62194a3053ac7fa Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/36166 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-11-06Add support for signing the jars when building the repoMarc-Andre Laperle1-0/+21
Also update siteDestination to actual real path on the server. Change-Id: Ib74f39ff0a7a48a75326396fc69fc3b960556a1d Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/36080 Tested-by: Hudson CI
2014-10-28Update maven profile namesAlexandre Montplaisir1-1/+1
"tracingRcp" was used back in Linux Tools to differentiate between the different RCPs in the tree. Now we can simply call the profile "build rcp". There doesn't seem to be any guidelines for profile names... but I find names-with-dashes more readable than camelCaseNames. Change-Id: Ie18af97adf162d1f2dd6af1845ba9f5869afbbea Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/35585 Tested-by: Hudson CI Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
2014-10-17Rename remaining packages to org.eclipse.tracecompass.*Alexandre Montplaisir1-2/+2
that being the packages in the "alltests" and "examples" plugins. Change-Id: Ia9d28cefaed3d2974ba67e6902eb04763ba75413 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17rcp: Rename plugins to org.eclipse.tracecompassAlexandre Montplaisir1-1/+1
Change-Id: I29f43aa20166dd5a6af4cd5660eb0b430fd3a9c3 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17Move alltests plugin to the Trace Compass namespaceAlexandre Montplaisir1-1/+1
Change-Id: I9ab5a7ee50bae2b9871ba3f4cd9e5a4d7eafb78b Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17Move misc plugins to Trace Compass namespaceAlexandre Montplaisir1-3/+3
"examples", "lttng.help" and "lttng.testing" plugins Change-Id: I20b5bb985988444e7f8e1c72117d9f3cf36e4997 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17Move RCP plugins to the Trace Compass namespaceAlexandre Montplaisir1-5/+5
Change-Id: I99b76ca059ea50ecb341b9928f5b4e992e9004e6 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17tmf: Move plugins to the Trace Compass namespaceAlexandre Montplaisir1-21/+21
We'll keep the name "TMF" for now to refer to the core framework. Change-Id: Ifb221f2c8239feb0eb0e2e308cc24e094c6501e1 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17ss: Move plugins to Trace Compass namespaceAlexandre Montplaisir1-2/+2
Change-Id: I6cfee9874e9893d13374f05b139e73a6c8478fd7 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17pcap: Move plugins to the Trace Compass namespaceAlexandre Montplaisir1-2/+2
Change-Id: I8effa07aba182ee4796d007355e0f31e1b38b356 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17lttng: Move plugins to the Trace Compass namespaceAlexandre Montplaisir1-16/+16
Change-Id: Iba52d6b728b235e76f1ce1fc0eb9a96c2205c702 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17gdbtrace: Move plugins to the Trace Compass namespaceAlexandre Montplaisir1-6/+6
Change-Id: I3407ed9c13052b2959c9446bedd4ceee52c10610 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17ctf: Move plugins to the Trace Compass namespaceAlexandre Montplaisir1-5/+5
Change-Id: Ice502abf91920f0e5128193cff92e11b92847b72 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17btf: Move plugins to the Trace Compass namespaceAlexandre Montplaisir1-3/+3
Change-Id: I0723494466881a9d17ff9eb717554da130b47a11 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17Rename parent, releng and target modules to tracecompassAlexandre Montplaisir1-8/+8
Change-Id: I28e21dba39eacd4d28bb2845c9692a03ca5fecd3 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17Make Maven build possible with the new repoAlexandre Montplaisir1-17/+160
This required: - Importing some settings from Linux Tools's top-level pom.xml - Maven'ifying our target plugin, and adding some missing elements (Wikitext, Antlr sources) Change-Id: Id3db846ad90f1e6cfec97fe3a5189d41ae9b1b27 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-09-26Bump features to 3.2.0-SNAPSHOT.Alexander Kurtakov1-2/+2
Change-Id: I08a5bd3b0a3892c66537997668dedd36e88474c0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/33993
2014-09-09lttng: Add a testing feature that contains all testsMarc-Andre Laperle1-0/+1
Change-Id: I1389c99321c7b9f9e8016e58baa365fc17c523ad Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32956 Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Hudson CI
2014-08-15tmf: enable swtbot pcap testsMatthew Khouzam1-0/+1
Change-Id: I21ee396f3edd2e24a6610751ee47df982acdfacc Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Signed-off-by: Vincent Perot <vincent.perot@ericsson.com> Reviewed-on: https://git.eclipse.org/r/31492 Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Hudson CI
2014-08-15pcap: Add feature plug-inMatthew Khouzam1-0/+2
This patch includes * Integrated in lttng/pom.xml * Updates for the releng on Linux Tools level and LTTng level. * Updated version numbers for PCAP to 1.0.0 (not starting at 3.1.0) * Exported icons in tmf.pcap.ui * Updated plug-in dependencies Change-Id: Ie6319a453350193a99050edc4a7b396b771d0b9d Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/31563 Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-08-11pcap: add tmf.pcap.core.tests to main pom.xmlVincent Perot1-0/+1
Change-Id: I0cc8e72e197b61b4c14b5be064c380d7981ffe55 Signed-off-by: Vincent Perot <vincent.perot@ericsson.com> Reviewed-on: https://git.eclipse.org/r/31401 Tested-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
2014-08-11tmf: Integration of the pcap parser within TMFVincent Perot1-0/+3
Change-Id: I1f5cdac29ceaa8e513467965b889bf152d2f4edb Signed-off-by: Vincent Perot <vincent.perot@ericsson.com> Reviewed-on: https://git.eclipse.org/r/28450 Tested-by: Hudson CI Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com> Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-07-30lttng: Convert performance results from Derby to JSONMarc-Andre Laperle1-0/+6
The performance tests and conversion can be executed from the command line: mvn clean install -Pperformance To connect to the database, additional properties have to be set. See perf.database.loc and perf.config in org.eclipse.linuxtools.lttng.alltests/pom.xml A destination can also be specified with -DperfFilesDestination Change-Id: I70b83b151d739eee7964cceef3f2b3d8078561b9 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/29644 Tested-by: Hudson CI Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
2014-07-24pcap: Add unit tests to pcap.coreVincent Perot1-0/+1
Change-Id: I6cb472acb44a6108242188dd24ae5b3386388c62 Signed-off-by: Vincent Perot <vincent.perot@ericsson.com> Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/29146 Tested-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
2014-07-23lttng: Add pcap.core to the Maven buildAlexandre Montplaisir1-0/+2
And added a redundant annotation to to fix the lack-of-inheritance problem with Maven's compiler. Change-Id: Ib78f9dbbe1842da49a2509eb3e79913b1a94783d Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/30372 Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
2014-06-27lttng: Update README for building of LTTng p2 update siteBernd Hufmann1-1/+1
Additionally, add state system plug-ins in list of plug-ins and change default path name of lttngPackageDestination. Change-Id: Ia69d532d86861c4246c3808355453d2f227e4b04 Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com> Reviewed-on: https://git.eclipse.org/r/29029 Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-06-17btf: Initial Best Trace Format commitMatthew Khouzam1-0/+4
The BTF trace format was defined by Timing Architects for the Eclipse Automotive IWG. The specification is available here: http://wiki.eclipse.org/File:TA_BTF_Specification_2.1.3_Eclipse_Auto_IWG.pdf Change-Id: I4726279d528d558507d06d2b0e8fd3f0149c810b Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/25892 Tested-by: Hudson CI

Back to the top