Marc-Andre Laperle
0046099052
releng: Make use of Tycho POM-less functionality
...
This removes a lot of pom.xml from the source tree. This is using the
"POM-less" Tycho functionality.
See
https://wiki.eclipse.org/Tycho/Release_Notes/0.24#POM-less_Tycho_builds
One advantage of this is that you do not need to update the version in
the pom.xml when you change it in the MANIFEST.MF because the pom.xml is
automatically generated. This also reduces a lot of the duplicated
information and pom.xml repetition.
- Maven 3.3 and up is required.
- Only eclipse-plugins and eclipse-features can be pom-less.
Repositories, target and others still have pom.xml.
- New parent poms are added because a parent is necessary directly one
level above the plug-in/feature that will have its pom generated
- Some test plug-ins had to be renamed .test -> .tests because it's
required so that it detects that it's a test plug-in
- Some suites were renamed so that they all use the same consistent name
"AutomatedIntegrationSuite"
- Profiles were added for the more common test configurations. They are
activated by the presence of simple .properties files that only serve to
activate the correct profile. The profiles:
- One for UI tests (UI present and start in UI thread)
- One for SWTBot tests (UI present and do not start in UI thread)
Other test plug-ins that are too different are kept intact and still
have
a pom.xml
- Fragments are kept intact since they all have different target
platform configurations
Change-Id: I9d73380eb766f547830c552daf08053a30b1845c
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2017-02-13 23:19:56 -04:00
Marc Khouzam
8cf5ed53f2
Update version to 9.3.0
...
Change-Id: Ic953ccc5d38ff3661ca44de21ed8c4b7dad5b246
2016-11-15 20:32:51 -05:00
Marc Khouzam
334777eb6e
Update version to 9.2.0
...
Change-Id: I36ad4218b20b8ea70584c89f5be45c757bf4c714
2016-11-14 23:50:05 -05:00
Marc Khouzam
cd559dafaf
Update version to 9.1.0
...
This commit used the script releng/scripts/ChangeFeaturesVersion.sh
Change-Id: I8274a6e8dd5c0f1e450f07952e138b265a441a62
2016-08-17 10:11:57 -04:00
Marc Khouzam
9e1e981b4d
Move the rest of the CDT plugins to java 8
...
This change was generated using the script:
releng/scripts/ChangeJavaVersion.sh
Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
2016-06-22 14:51:43 -04:00
Marc Khouzam
b745736775
Incremented CDT features version to 9.0.0
...
This includes bumping the standalone debugger to 9.0.0
Change-Id: I55fae1cec995b5f6865a5b174c004ed1b76e9bea
2016-01-18 16:37:47 -05:00
Marc Khouzam
f3ff649041
Fix copyright of all CDT plugins using the copyright tool from platform.
...
This commit does not add missing copyrights, just updates the date on
the existing ones.
Change-Id: I646f5afd533a1fcc539bdf2e0686b22f406ecf65
2016-01-03 20:38:31 -05:00
Marc Khouzam
bb61124897
Incremented CDT feature version to 8.8.0
...
Change-Id: Ib1189a08a5f0225fd676b682dc8a10477ad3acc5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-06-10 09:33:49 -04:00
Marc Khouzam
e820f872ad
Incremented CDT feature version to 8.7.0
...
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-04 21:07:13 -04:00
Marc Dumais
da922a8b01
Bug 458671 - [visualizer] add an example of using an image on graphic
...
object
Change-Id: Idf604db4d0138b489d9ceda81d5848a5e4698dbb
2015-03-02 13:07:48 -05:00
Sergey Prigogin
252eaf4c0f
Incremented CDT feature version to 8.6.0.
...
Change-Id: Ic90c8e6a68d21e5b90ec3fac997da6a95a29bedf
Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Reviewed-on: https://git.eclipse.org/r/39066
Tested-by: Hudson CI
2015-01-06 19:40:38 -05:00
William R. Swanson
c3ddef90ae
Bug 442583 [visualizer] fix visualizer.examples warning
...
Change-Id: Icfa60c532283d01e817a7c5bd5aac699907cd57d
Signed-off-by: William R. Swanson <WilliamRSwanson@gmail.com>
Reviewed-on: https://git.eclipse.org/r/32340
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
Tested-by: Hudson CI
2014-08-26 12:23:35 -04:00
Sergey Prigogin
d8154bd340
Inremented branding plugin version to 8.5
2014-07-21 17:39:01 -07:00
Marc Dumais
b6ef18973d
Bug 432908 - [visualizer] Update Problem Visualizer example to use
...
VirtualBoundsGraphicObject
Change-Id: I5c15ac2bfa4bfc09faee70f5b12f73360af47f86
Reviewed-on: https://git.eclipse.org/r/25685
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Hudson CI
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-05-02 09:26:07 -04:00
Marc Khouzam
d90ba8867b
Missing exports to o.e.cdt.visualizer.examples
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:07:22 -04:00
Marc-Andre Laperle
88ba69a961
Add visualizer.examples to maven build
...
Change-Id: Ic8e52f7f6733f37e8641e6fe9fc01baa4d640476
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/24025
Tested-by: Hudson CI
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-04-02 18:23:40 -04:00
Xavier Raynaud
f65493131c
Bug 431690 - [visualizer] Use clipping when drawing strings
...
Change-Id: I342b1a430da450b45d62cea1469fbb62a3e9bc94
Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu>
Reviewed-on: https://git.eclipse.org/r/24201
Tested-by: Hudson CI
IP-Clean: Marc Dumais <marc.dumais@ericsson.com>
Tested-by: Marc Dumais <marc.dumais@ericsson.com>
Reviewed-by: William Swanson <traveler@tilera.com>
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-04-01 12:46:13 -04:00
Xavier Raynaud
22c1ce3d27
bug 428424: fix NPE while playing with
...
org.eclipse.cdt.visualizer.examples
Change-Id: I239c7c6594dd5864459ed47c47a1888607ecdaa2
Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu>
Reviewed-on: https://git.eclipse.org/r/22156
Reviewed-by: William Swanson <traveler@tilera.com>
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
IP-Clean: Marc Dumais <marc.dumais@ericsson.com>
Tested-by: Marc Dumais <marc.dumais@ericsson.com>
2014-03-31 14:33:13 -04:00
Sergey Prigogin
5d7a19fa6c
Enabled JDK 1.7.
...
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d
Reviewed-on: https://git.eclipse.org/r/21020
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-24 13:38:55 -05:00
William R. Swanson
38289ccdd0
Bug 373138: Add new text-selection visualizer example.
...
- visualizer/org.eclipse.cdt.visualizer.ui
- src/org/eclipse/cdt/visualizer/ui/util/ScrollPanel.java
- add ScrollPanel UI class
- visualizer/org.eclipse.cdt.visualizer.examples
- src/org/eclipse/cdt/visualizer/examples/
- VisualizerExamplesPlugin.java
- add UIResourceManager instance to plugin
- src/org/eclipse/cdt/visualizer/examples/sourcegraph/
- SourceGraphVisualizer.java
- visualizer implementation
- SourceGraphControl.java
- graphic visualization control
(displayed in ScrollPanel by SourceGraphVisualizer)
- plugin.xml
- add extension point declaration for new visualizer example
- resources/messages.properties
- add string resource file
- .classpath
- add "resources/" directory as a source path
- META-INF/MANIFEST.MF
- add a couple plugin dependencies
2012-03-05 15:47:39 -05:00
Marc Khouzam
a4153db426
Bug 372797: Update based on comments.
2012-03-02 10:47:06 -05:00
Marc Khouzam
7d58e68849
Bug 372797: Adding about.html file
2012-02-29 11:07:27 -05:00
Marc Khouzam
57ef7fb851
Support for multiple selections. Factored into a ProblemVisualizer package.
2012-02-29 11:07:25 -05:00
Marc Khouzam
b00e6396b8
Add decorations
2012-02-29 11:07:22 -05:00
Marc Khouzam
820844d7c2
Add support for resizing of view.
2012-02-29 11:07:20 -05:00
Marc Khouzam
5117703634
Cleanup with javadoc and such.
2012-02-29 11:07:18 -05:00
Marc Khouzam
b2a621616a
Adding an outline bar to properly display when there are no markers.
2012-02-29 11:07:15 -05:00
Marc Khouzam
bcce66726a
First commit of an example visualizer, which displays a count of problem markers.
2012-02-29 11:07:11 -05:00