1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-22 00:15:25 +02:00
Commit graph

4809 commits

Author SHA1 Message Date
nickboldt
c49471f29d upversion feature.xml files; remove update site and discovery site links to ancient sites; fix artifact sizes; remove restrictive inclusion ranges
Change-Id: I79c8326e234857257b9eca9a1db0f684f49069ea
Signed-off-by: nickboldt <nboldt@redhat.com>
2018-08-28 21:22:55 -04:00
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
ebe114fa71 merge terminal and rse update sites; remove unneeded config, unneeded repos
Change-Id: If909e03926c013b8b99af3585db83c21c981422d
Signed-off-by: nickboldt <nboldt@redhat.com>
2018-08-28 16:32:32 -04:00
nickboldt
80ffdb4c58 bump feature versions to 3.7.100
Signed-off-by: nickboldt <nboldt@redhat.com>
2018-03-02 08:45:43 -05:00
nickboldt
2dec1987d9 clean up update site
Signed-off-by: nickboldt <nboldt@redhat.com>
2018-02-21 13:39:32 -05:00
nickboldt
99dcb7160d remove unneeded files;
remove releng/ folder as it's only referenced by the ant script dstoreTargets-git.xml, which is also not needed;
remove rse/plugins/org.eclipse.dstore.core/dstore_core.jar as this jar is generated

Signed-off-by: nickboldt <nboldt@redhat.com>
2018-02-21 12:56:39 -05: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
e928812a57 fix indents, remove win32 32-bit from TP definition; use 4.8milestones instead of 4.8M4;
add dstore_core.jar to plugins/org.eclipse.dstore.core/.gitignore

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
Sezgin Halibov
4b52d24816 Bug 530325 - Could not start RSE daemon/server with Java 9
Change-Id: Ib38f82476f381448392bbb9a1770ce188f4f2e4b
Signed-off-by: Sezgin Halibov <sezgin.halibov@gmail.com>
2018-01-25 19:26:44 +02:00
Kaloyan Raev
50505c23b9 Bump version of org.eclipse.rse feature to 3.7.3
Change-Id: Idcab1ac7f9b35190dddb424be27a572489e4ae1e
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
2017-04-25 14:33:36 +03:00
Kaloyan Raev
6a6def64a4 Bug 505796 - Icons are missing in the Remote System Details View
Change-Id: I82086e684065175dff897093bd0b8416ffb7d4e0
Signed-off-by: Kaloyan Raev <kaloyan@raev.name>
2017-04-24 13:37:41 +03:00
Kaloyan Raev
fc91c56927 Increment version to 3.7.2 for features with recent fixes.
Change-Id: I7eaf66d397faeb1cdb728cafbfa1298185cc34c0
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
2016-10-26 12:16:07 +03:00
Kaloyan Raev
d27e6765f7 Bump +100 service version of org.eclipse.rse.ui
Change-Id: I8d95a714fe92ffe0970553cea104278246b26e61
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
2016-10-25 23:46:17 +03:00
Aurelien Pupier
84f5872d31 [496808] Use new FilteredTree style
Change-Id: I8f181f73e55361894027a0f01acd175ae0c37bec
Signed-off-by: Aurelien Pupier <apupier@redhat.com>
2016-06-27 10:36:28 +02: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
Kaloyan Raev
671d63b214 Increment version to 3.7.1 for features with recent fixes.
Change-Id: If18405b9632324936b7fad96211d752daa1b4edd
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
2016-01-28 16:33:01 +02:00
Kaloyan Raev
80910dc63a Merge "[480836] [ftp] cannot list directories on IBM i" 2016-01-28 09:30:22 -05:00
Kaloyan Raev
8efe8471ec [480836] [ftp] cannot list directories on IBM i
Bug: 480836
Change-Id: I9c6c2c3534ee3bf48f19d080d0cd15c7ecb3490c
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
2016-01-28 16:14:26 +02:00
Kaloyan Raev
0e9bd3fe8a Bump +100 service version of org.eclipse.rse.ui
Change-Id: I59309c8f3c53d16c59feec7146db3a91d71f7e3b
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
2016-01-28 14:57:44 +02:00
Florian Holl
6ad41e9ddf [457303] - No visual feedback during Drag & Drop for invalid drop target
Change-Id: I32743c8397f6688e6939890e6bca72201b915f3e
Signed-off-by: Florian Holl <florian.holl@ts.fujitsu.com>
2015-10-30 14:23:39 +01:00
Dave McKnight
97bd591807 pom problem 2015-07-18 00:54:09 -04:00
Dave McKnight
7f902d0675 [468096] NullPointerException in
SystemTempFileListener.checkLocalChanges (379)
2015-07-17 18:13:48 -04:00
Dave McKnight
0ce956f5b8 [461940] RSEFileStoreImpl.getRemoteFileObject doesn't check whether the
cashed file is marked as stale

... again ....
2015-07-17 18:12:56 -04:00
Dave McKnight
71a93e8ffc pushing again! 2015-07-17 18:12:55 -04:00
Dave McKnight
a2b383724a [461940] RSEFileStoreImpl.getRemoteFileObject doesn't check whether the
cashed file is marked as stale
2015-07-17 18:12:53 -04:00
Uwe Stieber
12d2b16c1e RSE: Fix execution environment setting for o.e.rse.service,
java.io.Closeable requires Java 5
2015-06-12 09:31:46 +02:00
Teodor Madan
135dc73077 Bug 467833 - Wait Shell initialization and writer thread leak
- Introduce RSE_SHELL_READY_PING to optionally ping the target every
  specified milliseconds after connect (maximum 10 times), until an
  "echo" command actually gets executed.
- Fix a shell writer thread leak

Change-Id: Ibc4632b59fd8802ffdd73a3563d3c5aea5b1192f
Signed-off-by: Teodor Madan <teodor.madan@freescale.com>
2015-05-29 11:22:07 +03:00
Martin Oberhuber
cdd9815d7b [306494] Add copyright comment headers 2015-05-22 07:24:27 +02:00
Martin Oberhuber
122e20009a Merge "[306494] Prevent disconnect of wrong connection when handling SSH or TELNET connection loss" 2015-05-22 04:51:44 -04:00
Uwe Stieber
4d64c8ec9a Releng: org.junit 3.8.x is not available for Mars M7 2015-04-29 12:42:30 +02:00
Uwe Stieber
98dd33302c Releng: Fix build issues after uprev of rse.terminals features 2015-04-21 11:55:29 +02:00
Uwe Stieber
363b58528a Releng: Fix version id in pom.xml of rse.terminals.ui 2015-04-21 11:17:44 +02:00
Uwe Stieber
2cb4c2ac2a Releng: Fix RSE terminal dependencies to correctly use TM Terminal 4.0 2015-04-21 10:07:34 +02:00
Uwe Stieber
3af8bb8924 Terminal: Fix bundle version reference in o.e.rse.terminals.ui 2015-04-16 13:37:47 +02:00
Dave McKnight
945f9b5e16 hopefully this push will finally do the trick! 2015-03-17 13:41:21 -04:00
Dave McKnight
b5b2c229aa [458647] RSE table views don't support quick search when SWT.VIRTUAL
used
2015-03-11 16:18:05 -04:00
Dave McKnight
d7d0ec104e [458647] RSE table views don't support quick search when SWT.VIRTUAL
used
2015-03-11 16:17:25 -04:00
Dave McKnight
3b68a39f0c [458647] RSE table views don't support quick search when SWT.VIRTUAL
used
2015-03-11 16:17:20 -04:00
Uwe Stieber
11fb44c874 RSE: Fix reference to terminal widget feature 2015-02-09 15:39:38 +01:00
Greg Watson
0cf52878ad Merge "Revert RSE feature versions to 3.7" 2015-02-07 09:29:06 -05:00
Greg Watson
96c5495457 Revert RSE feature versions to 3.7
Change-Id: I5e7c2c5b2032c15a47436a458831aac2e576c03f
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-07 09:15:20 -05:00
Dave McKnight
b194dd41f4 [459261] clearing temp files cache when metadata is corrupt results in
RSEF6102 error
2015-02-05 16:40:17 -05:00
Dave McKnight
f9075dd0be [459261] clearing temp files cache when metadata is corrupt results in
RSEF6102 error
2015-02-05 16:39:09 -05:00
Dave McKnight
7c4b1029c5 [459261] clearing temp files cache when metadata is corrupt results in
RSEF6102 error
2015-02-05 16:39:04 -05:00
Greg Watson
cf53bbf5ea Update feature/pom versions to 4.0.0
Change-Id: I2e23f2319fd17051ffd69de8a0e1108b1641699c
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-04 16:17:54 -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
55fb73d421 RSE: Update execution environment for o.e.rse.services.local as it does
use Java 5 API (java.util.concurrent)
2015-02-03 07:55:16 +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
f25615b5f1 -yet another push 2015-01-28 11:09:46 -05:00