Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-02-27Added Bundle-ActivationPolicy back in.slewis3-5/+3
Change-Id: Ie50d0b9ceaeeff46c47f5c240e4113af2a229f32
2018-02-27Added BundleStarter to identity.utilslewis4-11/+41
Change-Id: Ied38b57de3148567de50d402b3c701184607da54
2018-02-27Added back Bundle-ActivationPolicy headerslewis1-0/+1
Change-Id: I0000000000000000000000000000000000000000
2018-02-26Removed Bundle-ActivationPolicy: lazy to work with bndtoolsslewis4-6/+6
Change-Id: I0000000000000000000000000000000000000000
2018-02-26Removed Bundle-ActivationPolicy: lazy to work with bndtoolsslewis2-3/+3
Change-Id: I0000000000000000000000000000000000000000
2017-08-16Added api filter for setRemoteServiceFactoryslewis1-0/+11
Change-Id: I6650dae7a13210a0fd7eae0e415c3529bde39998
2017-05-03Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=516074slewis1-0/+4
Change-Id: I8ca46ebb801c99246162c53f65b9f55a2b7386d4
2017-04-16Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=515144slewis1-1/+0
Change-Id: I2db2f9453fa61116deaae7c4196b98cd9b92fb74
2017-04-02Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=514596slewis1-1/+1
Change-Id: I0000000000000000000000000000000000000000
2017-04-02Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=514596slewis2-7/+1
Change-Id: I5de37397efb03f83912d14e68a8809a1133cbe08
2017-03-14Added documentationslewis1-0/+2
Change-Id: I1492e896640cde665b7d98fe1136084884eb1487
2017-03-14Added IRemoteServiceFactory interface.slewis5-16/+36
Change-Id: I2baa057d8cb2e0311ea48bd797629e83f09a5726
2017-01-04Update to javadocslewis2-2/+2
Change-Id: Id1f9a2c567443099d258b75d634d42e28a5e5162
2016-12-03Added getContext to ExtensionRegistryRunnable.slewis1-0/+7
Change-Id: Iffd2ad0902e70cc906f1182e5de388c921af0a4d
2016-11-29Fix for bundle version update.slewis1-1/+1
Change-Id: Ib04954b4b2b6f789c3c8c75a70d76b8f61f9089c
2016-11-29Fix for incorrect Connect Target ID.slewis2-3/+3
Change-Id: I4b479b75a9f4bdd810c778f346b539a183e8ce5e
2016-11-27Updated javadoc.xml for 3.13.3 release nameslewis2-2/+2
Change-Id: Ie6621ac4fd51816d9fc237b41a7efa87c901a696
2016-10-11Bug 501905 - [Releng] [maven] Synchronise poms with versions from ManifestsMat Booth1-1/+1
Also add some documentation about building ECF and bundle version maintenance. Change-Id: I1d61b59afe5b70e5a45986ab145504f85e064988 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-10-10Merge branch 'master' of ↵slewis1-1/+1
ssh://slewis@git.eclipse.org:29418/ecf/org.eclipse.ecf.git
2016-10-10Changed TCPClientSOContainer to be 'server' containers, to allow them toslewis2-2/+4
host remote service instances Change-Id: I6db56c4cab49f328a18a1b1d76def9b05a44b438
2016-10-10Added method to createRandomUUIDslewis2-1/+14
Change-Id: Ic7e213239ce345c834254ff407893ac899076940
2016-09-21Bug 501905 - [Releng] [maven] Synchronise poms with versions from ManifestsMat Booth1-1/+1
Change-Id: I353278a3647493cf53c8d5ddb81e24166fff756b Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-09-21https://bugs.eclipse.org/bugs/show_bug.cgi?id=273138#c4slewis2-2/+5
Change-Id: I0bbbd14b19aaf755ba8efaa6625b72c8db499110
2016-09-13Bug 396457 - [Releng][Maven] Create a build based on tychoMat Booth24-3/+318
Second part of adding the necessary machinery to build ECF with tycho -- it now builds the whole SDK. The resulting p2 site should now contain the same bundles as the p2 site generated by buckminster. Due to the target platform needing APIs available only in Java 1.4, some bundles have had their compilation profiles bumped up from Java 1.3. In these cases the BREE remains unchanged. In order to preserve compatibility with the Java 1.5 BREE specified in the jive smack library, some @Override annotations were removed. Change-Id: I7b6acce0ef1204d0ad0146218694c8722c3dbcd8 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-09-07Bug 396457 - [Releng][Maven] Create a build based on tychoAlexander Kurtakov4-0/+60
Hook the following features: * org.eclipse.ecf.console.feature * org.eclipse.ecf.provider.generic.datashare.feature * org.eclipse.ecf.remoteservice.feature * org.eclipse.ecf.osgi.services.feature Change-Id: I0c82b5d381b4d92b482338a4c949903ffa339250 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-06Bug 396457 - [Releng][Maven] Create a build based on tychoAlexander Kurtakov16-17/+131
Hook the following features in the build: * org.eclipse.ecf.sharedobject.feature * org.eclipse.ecf.provider.generic.feature * org.eclipse.ecf.docshare.feature * org.eclipse.ecf.datashare.feature * org.eclipse.ecf.presence.feature Had to bump some bundles BREE as due to their transitive requirement on httpcore which requires javax.net (appearing in Java 1.4) they were not usable in the declared BREE. Change-Id: I020e8e44df298484a8380d4211eb5ad111721f57 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-05Bug 396457 - [Releng][Maven] Create a build based on tychoAlexander Kurtakov1-0/+15
Enable the following features build and add them to the site: * o.e.ecf.discovery * o.e.ecf.discovery.dnssd * o.e.ecf.discovery.jmdns * o.e.ecf.discovery.zookeeper Change-Id: I6d504af612e8a6a1bd05d249a11f8a3125d468cd Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-03Merge "Bug 396457 - [Releng][Maven] Create a build based on tycho"Scott Lewis4-0/+60
2016-08-23Update of javadoc version for 3.13.2 maintenance releaseslewis1-1/+1
Change-Id: Ic362b666da956ca75a0c905346a3d0a05331cba8
2016-08-17Bug 396457 - [Releng][Maven] Create a build based on tychoMat Booth4-0/+60
First part of adding the necessary machinery to build ECF with tycho. Adds two new projects, one to contain target platform definitions, and one to contain p2 repository definitions. Adds a parent pom at the root of the project and a gitignore file to mask built artifacts from the git repo. Poms are added and the build enabled for all the core features and plug-ins used by Equinox P2 (i.e. the minimum necessary to build the Eclipse Platform itself.) Change-Id: I0b41b4a611e2b3588fe876f14bd7c8e80de07b67 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-08-04Update service version.slewis1-1/+1
Change-Id: Ie0ef2f43fbc89650529df1e76bf895af45b45e5f
2016-06-21Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=496441slewis2-6/+6
with bundle version maintenance segment updated Change-Id: I9c0d9713307009eacb576ad67442665cc380dfa0
2016-06-10Bug 495920 - Tycho does not support "additional.bundles" in build.propertiesMat Booth3-0/+4
Since "additional.bundles" is ignored by Tycho, we should additionally specify the "jars.extra.classpath" property in the build.properties, which serves the same purpose to add additional bundles to the build time classpath, just without the dependency analysis that PDE offers. Change-Id: I2427886e9fd8ba2b931a453404bc4dec0889218e Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-06-08Bug 495773 - [sync] o.e.ecf.sync does not build with tychoMat Booth1-2/+2
The package import on "org.eclipse.jface.text" and "org.eclipse. core.runtime" are "split packages" (i.e. the packages are provided by more than one bundle in the target platform and the requirement is ambiguous) so Equinox is not able to accurately wire the correct dependency. Adding the extra parameters helps Equinox to find and wire the correct bundle dependency. Change-Id: Ib6abc7c2f05b586871b389eade21bfff9b802db0 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-06-08Bug 495684 - [ui] o.e.ecf.remoteservice.ui does not build with tychoMat Booth1-1/+1
The package import on "org.eclipse.ui.views.properties" is a "split package" (i.e. this package is provided by more than one bundle in the target platform and the requirement here is ambiguous) so Equinox is not able to accurately wire the correct dependency. Adding the extra parameter: ;ui.views="split" Helps Equinox to find and wire the correct bundle dependency. Change-Id: I6cc1336a85c6aec992baf11d18f40ef9378cf4c1 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-05-25Added api filter for default connect timeoutslewis1-0/+9
Change-Id: I70079f063b23c0b4904ec315ada93cb34dc3eb42
2016-05-25Bug 494486 - Request system property to set TCP connect timeoutChristoph Keimel1-1/+1
Change-Id: I880cc5989362c094d6096347a417ea7da4a36f62 Signed-off-by: Christoph Keimel <c.keimel@emsw.de>
2016-04-12Bug 491516 - "jre.compilation.profile" is lower than BREE in some projectsMat Booth3-6/+0
This change also fixes a compilation error in the example bundle "ecf.examples.rs.hello.host" due to the generified BundleContext API This was discovered when attempting to build it with a BREE of J2SE-1.5 Change-Id: Ief2740612449d2a1a5c58d6284d8b87c89262f8a Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-04-05Update to javadoc version for 3.13.1slewis2-2/+2
Change-Id: I546df244a37efcbecba6c4eb5f36cd64a6d7e913
2016-04-05Added javadocs to IRemoteServiceDistributionProvider andR-Release_HEAD-sdk_feature-272_272slewis2-6/+55
RemoteServiceDistributionProvider describing the need to start and register IRemoteServicDistributionProviders *before* registering remote services that are to be exported by the distribution provider. Change-Id: Ieb6d27cd3114cb5fe1d0e5ad2d6b33de4d506059
2016-04-04Made RSARemoteServiceContainerAdapter more robust if exportRemoteServiceR-Release_HEAD-sdk_feature-270_270slewis2-5/+9
fails Change-Id: I8854cb315cabd05615421dde97d2157b5a80eab8
2016-04-01Change-Id: Icc32c320616ba2b23590f16dc4d967f0923ca9d8slewis1-0/+26
2016-04-01Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=490920slewis1-3/+12
Change-Id: I4fcdc51bab8f8899d6f62ebceb2bf464bafca853
2016-03-31Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=490819slewis4-3/+20
Change-Id: I18eac7178000b43c47de63a4de37198f9c06f901
2016-03-31Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=490814slewis1-4/+4
Change-Id: I0000000000000000000000000000000000000000
2016-03-31Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=490814slewis1-0/+2
Change-Id: I4625cc4f16d4d2b3554b61a25a46dd935bd5713f
2016-03-21Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=490090slewis2-3/+4
Change-Id: I4ee0b91c1c22d8a306f8b3db15440724d18b4809
2016-03-12Removed some packages from javadocsR-Release_HEAD-sdk_feature-266_266slewis1-0/+2
Change-Id: I0000000000000000000000000000000000000000
2016-03-12Removed some packages from javadocsR-Release_HEAD-sdk_feature-264_264slewis1-0/+4
Change-Id: Ib56e108b5911d273b27d298e25b38dd393de2d13
2016-03-12Renaming of AbstractRSAContainer methods.R-Release_HEAD-sdk_feature-263_263R-Release_HEAD-sdk_feature-261_261slewis2-5/+5
Change-Id: I6a4442dc5a630b38e1e67eecf0967ef388f16b66

Back to the top