1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 09:15:38 +02:00
Commit graph

25 commits

Author SHA1 Message Date
Greg Watson
7d608a4b5c Terminal view that is specific to the remote API
Change-Id: I9033ed0fd0ec1007bf84fd935d0e5a9efcdff3c1
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-13 11:27:55 -07:00
Greg Watson
71d0786dbb Update version to 2.0.0
Change-Id: Ie21940bc8dd34c455d97eee48d6e6c22e7fd3e6b
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-13 16:36:53 -05:00
Doug Schaefer
e97eb96c5d Bug 458583 Remote Services v2 API with UI, Local, and JSch updated.
v2 of Remote API. New Services architecture.

Connections are now stored in preferences and loaded by the framework.
Attributes are stored in the preferences. Secure attributes are stored
in the secure preferences. Remote services renamed to connection types.
Remote connections broken up into services. JSch and Local connection
types have been updated to new architecture.

Also moved the tests from core.tests to jsch.core.tests since they
are actually JSch tests and need to reference attribute names from
the jsch.core plug-in.

This is just phase one. Many more changes are expected to clean up
and to fix bugs this introduces.

Change-Id: I62ad2567b0c5ca7d277649879a8d16bec7058d5f
Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
2015-02-13 12:33:30 -05:00
Marc-Andre Laperle
e8f83ae762 Bug 458295 - Add SourceReferences to Remote Services plugins
This allows the user to clone and checkout the source code of Remote Services
without knowing where the repository is. See:
https://wiki.eclipse.org/PDE/UI/SourceReferences

One use case is to right-click on a plug-in under the Plug-in dependencies in
Package Explorer view and select Import from Repository. Note that for this
EGit needs to be installed.

What this patch does is to let Tycho generate the source references in the
MANIFEST.MF of the built jars. So to test this patch, one can build the update
site locally and inspect the manifests of the (non-source) jars.

Change-Id: I9214bfc31c6d04a6945be398a2c7b10f9a30d204
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-01-23 14:40:25 -05:00
Greg Watson
ce2a1d3c28 Add category names to repo.
Change-Id: I7d0fd733c876d36d46bfbaee833915e0b3707191
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-01-07 15:31:18 -05:00
Greg Watson
d77fa7f2b8 Merge with master
Change-Id: I83939d136c0419f68601ddde8eae24e547869205
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-12-10 19:01:53 -05:00
Greg Watson
e70802ab61 Fix build failure if directory can't be removed.
Change-Id: I6a34be72f80ab56bc5ba890d7ca5f70f4cc4a8fd
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-10-13 18:20:46 -04:00
Greg Watson
1296420f07 Update version to 1.1.1 2014-09-23 22:17:46 -04:00
Greg Watson
3860c54cc0 Bug 437560 - Add new API to return contents of text field
Change-Id: Ib14c69752e61ee7e03c37834f16923b5b41f16ef
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-08-14 15:27:53 -05:00
Greg Watson
ecce443c73 Merge with R1_0_maintenance
Change-Id: I74cb53e886fa54450ea13544a9c53ac7457f75d1
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-08-14 14:16:16 -05:00
Alexander Kurtakov
5bdf087607 Fix build.
4.4milestones repo is gone now and in order to use final 4.4 Tycho 0.20
is needed.
Also ignore target/ dirs to get sane output of git status.

Change-Id: Iab3a807645c9fce737de5e5a8239d89d0c63eaf3
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-07-23 09:36:53 +03:00
gwatson
e2705cfd34 Update version to 1.0.1 2014-06-26 14:48:05 -04:00
gwatson
087e4aafbf Make update_versions script work
Change-Id: I219502605284a8cf4f7235390b453a4e6720ad42
Signed-off-by: gwatson <g.watson@computer.org>
2014-06-26 11:33:46 -04:00
gwatson
bec4821d63 Add update_versions script
Change-Id: I65d80b51788743fe40457b02d9372f63395f3093
Signed-off-by: gwatson <g.watson@computer.org>
2014-06-26 11:07:16 -04:00
Greg Watson
c863256c2f Add license repo to pom.xml
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-05-12 19:26:54 +01:00
Alexander Kurtakov
19f4d98678 Bug 434119 - Remove org.eclipse.remote.cdt* now that it's part of CDT
Removing it (especially from the build pom.xml) removes the circular
dependency problem.

Change-Id: If57ff21f72f6d04fe3ac79314a112e2bdc5848b2
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-05-05 17:07:02 +03:00
Greg Watson
e09793bb6f Fix CDT repo location.
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-03-24 10:55:23 -04:00
Greg Watson
4e2470b4a2 Add CDT repo.
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-03-24 10:20:56 -04:00
Greg Watson
f216d3b497 Add new bundles to build.
Export package.

Signed-off-by: Greg Watson <g.watson@computer.org>
2014-03-24 09:49:20 -04:00
Alexander Kurtakov
2adb7b95ce Update build to use Tycho 0.19.
This is critical if one builds with Maven 3.1.x locally as older
Tycho versions do not work with latest Maven due to org.sonatype to
org.eclipse Aether package change.
Also maven plugins updated to later versions to prevent other possible
incompatibilities with latest Maven.

Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-26 11:04:26 +02:00
Greg Watson
caa7897b67 Add .project file build bundle.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-09-23 09:01:44 -04:00
Greg Watson
31bd51f940 Fix project name.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-09-20 10:10:33 -04:00
Greg Watson
9f57cb27b7 Update build location.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-09-20 08:48:42 -04:00
Greg Watson
632230daf9 Fix module name.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-09-20 08:40:06 -04:00
Greg Watson
f01d8e3a10 Add repo and build dirs.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-09-20 08:32:02 -04:00