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
36f03fec2f
Switch nightly builds to "development"
...
Change-Id: I322f493560a2e950185b40bd839329b2353bbce8
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
2016-10-26 01:01:04 +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
Uwe Stieber
8288fab8aa
Fix target platform configuration
2015-10-23 19:43:38 +02:00
Uwe Stieber
a4648a5130
Releng: Fix platform and Orbit site URLs
2015-10-23 19:34:35 +02:00
Uwe Stieber
2b1e51064d
Added Eclipse Neon target definition
2015-10-23 18:01:34 +02: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
Uwe Stieber
491a4c3259
Releng: Update Orbit repository link
2015-06-01 11:31:23 +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
Uwe Stieber
6e72cc76ea
Releng: Switch to released 1.1.2 version of eclipse-jarsigner-plugin
2015-05-22 12:37:07 +02: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
b77e898793
Releng: Switch to Mars RC2 Orbit repository
2015-05-21 10:35:27 +02:00
Uwe Stieber
93da289183
Releng: Added CBI Snapshots repository
2015-04-30 08:10:16 +02:00
Uwe Stieber
237cf637cd
Releng: Attempt to get rid of the pack200 crashes - see bug #464947
2015-04-30 07:47:34 +02: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
c3699bb576
Releng: Update Orbit repository to be used for Mars M7
2015-04-29 11:21:10 +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
Uwe Stieber
372f2ab003
Releng: Added TM Terminal repository site
2015-04-16 12:54:41 +02:00
Uwe Stieber
bbb05511ef
Terminal: Terminal widget moved to o.e.tm.terminal.git
...
- Updated target platform definitions to remove no longer necessary dependencies
- Removed Terminal modules from build and repository
- Removed Terminal subdirectory
2015-04-16 11:01:01 +02:00
Uwe Stieber
7fc9e33556
Releng: Remove duplicated child module from pom.xml
2015-03-18 17:51:25 +01:00
Uwe Stieber
5ac477d3de
Terminal: Remove deprecated terminal view also from repository
2015-03-18 17:22:43 +01:00
Uwe Stieber
8f8cfc1ad9
Terminal: Remove deprecated terminal view and preference migration from
...
deprecated terminal view
2015-03-18 16:33:41 +01:00
Dave McKnight
945f9b5e16
hopefully this push will finally do the trick!
2015-03-17 13:41:21 -04:00
Uwe Stieber
e4f67a9566
Releng: Fix the build
2015-03-12 08:26:01 +01: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