nickboldt
0650a82226
add intermediate poms in terminal/plugins and terminal/features; upversion everything to 4.5.0 and fix plugin deps to use new version; fix versions of dstore plugins
...
Change-Id: Ic5dd336a22e822e848b9fe63f02029c24bd0bf08
Signed-off-by: nickboldt <nboldt@redhat.com>
2018-08-28 21:01:29 -04:00
nickboldt
72f74ad2d7
bump pom versions to 3.8.0 to match highest version of any feature in RSE;
...
bump copyrights to 2018
Signed-off-by: nickboldt <nboldt@redhat.com>
2018-02-21 12:56:39 -05:00
nickboldt
d44bade9a7
Add intermediate poms;
...
Create parent pom;
Remove relative paths and update refs to intermediate parent poms;
Comment out source features, change .qualifier to -SNAPSHOT;
Update sdk version to 4.8 milestones;
Organize wince into build;
Missing files
(These changes contributed by Rob Stryker.)
Signed-off-by: nickboldt <nboldt@redhat.com>
2018-02-21 12:56:21 -05:00
Simon Marchi
69465ac525
Bug 489676 - Ensure that RSEInitJob is scheduled before waiting for it to complete
...
There are two versions of RSEInitJob.waitForCompletion:
waitForCompletion()
waitForCompletion(int phase)
The waitForCompletion() version ensures that the job has been scheduled
before waiting for it, but not the waitForCompletion(int phase)
version. Therefore, if the waitForCompletion(int phase) version is
called first, the calling thread can end up waiting for the completion
of a job that has never been started.
I got in this situation by disabling the auto-start of the RSE UI plugin
(in Window, Preferences, General, Startup and Shutdown). Trying to
create a remote launch in CDT calls waitForCompletion(int phase),
therefore freezing the entire Eclipse. When the auto-start of the RSE
UI plugin is enabled, the waitForCompletion() version is called during
the initialization of that plugin, so the problem did not appear.
The suggested fix is simple, just move the code that ensures the job has
been scheduled from waitForCompletion() to waitForCompletion(int phase),
so that the job can be scheduled by both versions (since the former is
implemented by calling the later).
Change-Id: I9f6e5f948c3dbf1be60ddf04af5adbdfcaf3a7eb
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
2016-03-15 12:53:16 -05:00
Uwe Stieber
d1c5fba9ad
Releng: Uprev maven build files to version 4.0.0
2015-02-03 08:45:49 +01:00
Uwe Stieber
26d34e47ff
Releng: Rework maven build files to make them easier to read and to maintain
2015-01-31 16:30:07 +01:00
Dave McKnight
90e3e202ad
[439921] profile merge should allow optional host merge
2014-07-18 15:07:28 -04:00
Dave McKnight
fd69709ee1
[439921] profile merge should allow optional host merge
2014-07-18 15:06:02 -04:00
Dave McKnight
5befe4fd50
[439921] profile merge should allow optional host merge
2014-07-18 15:06:01 -04:00
Dave McKnight
649a0d3b95
[439921] profile merge should allow optional host merge
2014-07-18 15:05:59 -04:00
Dave McKnight
ddf7babfee
[436970] connection alias with ':' causes problems
2014-06-09 10:51:53 -04:00
Dave McKnight
159fbdb61e
[433696] RSE profile merge does not handle property sets
2014-04-28 15:15:04 -04:00
Dave McKnight
e525bf1b19
[433541] profile duplication isn't copying profile or connection
...
property sets
2014-04-25 14:56:21 -04:00
Dave McKnight
a537c62d41
[430905] need to check for duplicate subsystem on profile restore
2014-03-21 15:07:54 -04:00
Anna Dushistova
2edccb19e9
[releng]Forcefully updating last modification date to get build qualifier updated.
...
Signed-off-by: Anna Dushistova <anna.dushistova@gmail.com>
2014-03-10 12:50:10 +03:00
Dave McKnight
59a766b405
[412209] RSE_UI_INIT - keeps hanging eclipse
2014-02-14 11:42:39 -05:00
Dave McKnight
dd660ec538
[425026] import connection fails to create default filters when no prior
...
connections
2014-01-10 11:13:34 -05:00
Dave McKnight
96001f77eb
[425026] import connection fails to create default filters when no prior
...
connections
2014-01-07 11:04:39 -05:00
Dave McKnight
9344fa358a
[425014] profile commit job don't always complete during shutdown
2014-01-07 10:25:49 -05:00
Dave McKnight
ab90151f88
[415088] potential dual connect on RSE restore when user expands filter
2013-08-21 11:33:45 -04:00
David McKnight
80a1777921
[413000] intermittent RSEDOMExporter NPE
2013-07-17 11:57:13 -04:00
ddykstal
fb2bddc219
[408157] update copyright years in about files
2013-05-20 12:12:19 -05:00
David McKnight
e5f7aa6179
update versions
2013-01-15 17:46:05 -05:00
David McKnight
7e41965faf
[398234] Connect from host doesn't always propagate id/password to
...
multiple contained connector services
2013-01-15 17:43:22 -05:00
David Dykstal
460c0702ef
implements a way to bypass secure storage access
2013-01-15 10:41:26 -06:00
David Dykstal
447d39eec1
fixes [397995] RSEInitJob runs too early
2013-01-14 15:14:17 -06:00
David Dykstal
5108908aa6
Test moving the scheduling of the RSEInitJob to the RSEUIPlugin
...
The RSEInitJob loads profiles which instantiates subsystem configurations.
If these subsystem configurations are located in plugins that depend on
UI plugins then we run the risk of activating these plugins before
the platform is ready resulting in load errors of various kinds.
There appears to be a change in job scheduling timing that makes this
error more apparent.
2012-12-20 18:04:01 -06:00
David McKnight
5cb12a9750
[391132] filterpools don't persist when profile names end in _
2012-10-04 19:02:28 +00:00
Martin Oberhuber
31f209fcf3
[releng] fix copyrights
2012-05-24 15:11:47 +00:00
David McKnight
947ad18c50
[376738] PropertyFileProvider should catch exceptions in care a written profile was corrupted
2012-05-15 15:03:05 +00:00
Martin Oberhuber
c0ef1663b6
[releng] Fix Copyright Dates and Feature Update Site Pointers
2012-05-06 19:56:27 +00:00
David Dykstal
6b3b77b192
[225320] adding new password storage tests for migration, design documentation
2012-03-24 16:49:04 +00:00
Martin Oberhuber
5bb91e8881
[releng] Revert build properties recommended by JDT 4.2m4 Quickfix since they break Hudson nightly builds
2012-03-21 17:38:03 +00:00
David Dykstal
7dd36e5753
[225320] rewrite private methods of PPM to use equinox secure storage. add migration capability.
2012-03-17 19:47:09 +00:00
David Dykstal
0455f0b994
[225320] Adding dependency on org.eclipse.equinox.security bundle
2012-03-13 02:51:19 +00:00
David Dykstal
7397d477cc
[225320] Renaming some private methods prior to adding code for secure storage.
2012-03-13 02:49:39 +00:00
David Dykstal
93fde9f633
[225320] Rearranging elements prior to adding code for secure storage - no code changes.
2012-03-13 02:35:26 +00:00
David Dykstal
2712a2eff0
[225320] Formatting module prior to adding code for secure storage - no code changes.
2012-03-13 02:25:42 +00:00
Anna Dushistova
e1d576e00c
[releng] working on tycho-maven build.
2012-02-13 03:54:23 +00:00
Martin Oberhuber
05ee5f1cce
[releng] Add build properties recommended by JDT 4.2m4 Quickfix
2012-01-31 12:25:05 +00:00
Anna Dushistova
eedc1f2b16
Adding pom.xml to the plugins.
2012-01-24 19:31:32 +00:00
David McKnight
6e438ecfad
[358999] Deleting multiple connections takes long time
2011-09-30 15:31:22 +00:00
Martin Oberhuber
90f209540d
Bug 359554 - Regression: Changing saved user ID while connecting disconnects existing subsystems
2011-09-30 14:48:39 +00:00
Martin Oberhuber
3be721d9f5
Bug 354874 - persistence manager hits a NPE during shutdown
2011-09-13 12:05:30 +00:00
David McKnight
4ab335dda9
[354874] persistence manager hits a NPE during shutdown
2011-08-17 14:07:44 +00:00
Martin Oberhuber
bf08a76528
[releng] Fix Copyrights
2011-05-31 10:43:20 +00:00
David McKnight
c0c44198a8
[338510] "Copy Connection" operation deletes the registered property set in the original connection
2011-03-02 13:50:51 +00:00
David McKnight
ffc18ac763
[334837] Ordering of Library list entries incorrect after migration
2011-01-26 20:47:21 +00:00
David McKnight
8317fc23f9
[301075] Host copy doesn't copy contained property sets
2011-01-11 14:54:48 +00:00
David McKnight
bd05ce21e5
[325923] Host copy doesn't copy contained property sets
2011-01-06 17:25:27 +00:00