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

4166 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Dave McKnight
365c541bf6 -push attempt 3 2015-01-28 11:06:33 -05:00
Dave McKnight
f2d8df4123 -another attempt at pushing this without rejection 2015-01-28 11:06:32 -05:00
Dave McKnight
abc7d8d75d [458647] RSE table views don't support quick search when SWT.VIRTUAL
used
2015-01-28 11:06:31 -05:00
Dave McKnight
70a3912f26 [458647] RSE table views don't support quick search when SWT.VIRTUAL
used
2015-01-28 11:06:31 -05:00
Dave McKnight
aa9cfa5fcf [434388] A file name filter for the first filter string affected all
other filter strings in an RSE filter
2015-01-28 11:06:30 -05:00
Dave McKnight
aee400a67f [434388] A file name filter for the first filter string affected all
other filter strings in an RSE filter
2015-01-28 11:06:29 -05:00
Dave McKnight
f943043495 [434388] A file name filter for the first filter string affected all
other filter strings in an RSE filter
2015-01-28 11:06:28 -05:00
Anton Leherbauer
f50eae0f94 Bug 453393 - Add support for copying wrapped lines without line break
Change-Id: Id4e836854bffd4f58243018e240cac917bb04c73
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2014-12-16 05:15:57 -05:00
Uwe Stieber
c91ae288b8 Bugzilla 440782: Mark the "RSE Terminal" plug-in's and feature's as
deprecated. The new o.e.tcf.te.rse.terminals.feature should be used
instead.
2014-11-27 12:55:15 +01:00
Dave McKnight
dc80e4f7e4 update year 2014-11-13 16:53:01 -05:00
Dave McKnight
362cbc8076 [451405] need to be able to specify the SSL/TLS algorithm used by DSTORE 2014-11-13 16:50:25 -05:00
Dave McKnight
ba1ec2019c [449177] RSEFileStore.fetchInfo contains workaround which throws an
exception when FileStore.fetchInfo wouldn't
2014-11-04 13:12:48 -05:00
Dave McKnight
50d12e7209 [448158] Hidden local files and folders are not hidden on Linux 2014-10-24 09:30:29 -04:00