Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-18Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=499946slewis5-15/+132
Change-Id: I9aea5b798cdf42e703cb362996c1fe819a6f81e7
2016-08-18Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=499942slewis3-4/+6
Change-Id: Ibafedd68061c8aea8fe0a9daaa42fb1c5900fcae
2016-08-18Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=499929slewis1-0/+3
Change-Id: I1ed99645df110233e95778f6919498a691570478
2016-08-04Update service version.slewis1-1/+1
Change-Id: Ie0ef2f43fbc89650529df1e76bf895af45b45e5f
2016-07-14Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=497876R-Release_HEAD-sdk_feature-274_274slewis2-4/+3
Change-Id: I15627ca275c5bd396638ad94304593c6e1712afe
2016-06-28Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=496963slewis2-2/+3
Change-Id: I2d55b67b665086b6fb0d36dd6a9d3507dec3a584
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-10Merge remote-tracking branch 'origin/master'slewis9-2/+9
2016-06-10Change-Id: I7be72b359b2eb9676f5d79798f2c31720a92553cslewis4-21/+24
2016-06-10Bug 495920 - Tycho does not support "additional.bundles" in build.propertiesMat Booth8-1/+9
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-10Bug 495882 - [examples] remove reference to deprecated bundle in feature.xmlMat Booth1-1/+0
This bundle was removed from the platform after Eclipse 3.8 Change-Id: I0bdb99c55fd9d537ab24fc97cec92acf6bf51398 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-06-10Fix for java8 compile errorslewis1-2/+3
Change-Id: I993d2465b760b49d80219ad9a23da7ce4bebae24
2016-06-10Fix for build problemslewis1-1/+3
Change-Id: I7e99495db2cf264ba1d1442291b59c34a801a8c5
2016-06-09Added EMF 2.11 reposlewis1-0/+5
Change-Id: Ic8342c95bfddc9612eac96de99bf16b77fc4502c
2016-06-09Update to Eclipse 4.5slewis1-4/+4
Change-Id: If2c90031336331dea54e2d3869700f3105d8659b
2016-06-09Fix for build breakslewis1-2/+2
Change-Id: Iaf7563c419b91cdac8767f0bf41fdb937398822a
2016-06-09Update to use eclipse 4.4 for targetslewis1-2/+2
Change-Id: I17609c70a8a96604f67274b6b3564830c2204a4c
2016-06-09Changed version for bug fixslewis1-1/+1
Change-Id: I89f5bef8760e80cc050153a7cd42b500df5c3f12
2016-06-09Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=495535 Addesslewis1-0/+19
uninstall of rosgi proxy bundles to ROSGi startup Change-Id: I70e9d7a802a8a0584d77240e4e98510984fc8f11
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-06-08Bug 495675 - [rpc] o.e.ecf.remoteservice.rpc.feature is missing a copyright ↵Mat Booth1-2/+8
notice Fixing the copyright notice allows tycho to correctly generate a source feature based on this feature. Change-Id: I4f55c18e8a28461ef15aec848addccb450ba4a44 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-06-01Changes to support j8 or j7 usage for xmlrpc product.slewis1-0/+94
Change-Id: I0000000000000000000000000000000000000000
2016-06-01Changes to support j8 or j7 usage for xmlrpc product.slewis2-1/+135
Change-Id: I8bd501a7ff7a54aabc08fc828569bc11b127fa87
2016-06-01Added host and consumer product configs for xmlrpc providerslewis2-0/+228
Change-Id: I0f87da82f6193a48c4bbfcb33efbf965a4ba6e4b
2016-06-01Added Orbit repo to find zookeeper 3.3.3slewis1-0/+5
Change-Id: If3f724a6d5f7b72837d24d06c860cdccc534e191
2016-06-01Updated to Neon release repository rather than stableslewis1-1/+1
Change-Id: Ib9bb95c6d599344bb32f192a18f2032763ca9af5
2016-05-31Added copyright to source fileslewis2-53/+52
Change-Id: Iee8e243662ec8ef68c9556854d319dbb2d3e2f58
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-05-18Added product config for jabsorb provider (host and consumer)slewis2-0/+208
Change-Id: Ib3c20e0dfb4f82e9c52259c277fd0852f3ab1cd5
2016-05-03Change to rmap to attempt to fixR-Release_HEAD-sdk_feature-273_273slewis1-2/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=492904 Change-Id: Ia824dcd438b5e82bcf732af79a33a28e0963d00a
2016-05-03Update to feature version 4.13.2slewis7-7/+7
Change-Id: Id4ff0aa44033202158b06ef4108006d8e7041592
2016-04-12Merge "Bug 491525 - Remove SDO example bundles"Scott Lewis47-2804/+0
2016-04-12Merge "Bug 491520 - build.properties references files that do not exist"Scott Lewis2-3/+1
2016-04-12Bug 491525 - Remove SDO example bundlesMat Booth47-2804/+0
Change-Id: Ic506c76f4328216f592979b865a6a3d95ce1a6c4 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-04-12Bug 491520 - build.properties references files that do not existMat Booth2-3/+1
Change-Id: Id908364291a50993c457b914c304f745d827bbb3 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-04-12Bug 491516 - "jre.compilation.profile" is lower than BREE in some projectsMat Booth13-24/+2
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-12Added product configurations for using JGroups providerslewis2-0/+194
Change-Id: If0c34c4f3cb14248d4302c81e634cde1983b493d
2016-04-05Changes in karaf features for ECF 3.13.1slewis5-244/+244
Change-Id: I38d536f8502dffc85546653ab10c2fc1ca1f5b0e
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-04Simplification of docsR-Release_HEAD-sdk_feature-271_271slewis6-188/+9
Change-Id: Ib3f939d87d9b423b801582666ef5a8a93c1049ab
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=490819slewis8-17/+83
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-29Added TimeServiceHost and TimeServiceConsumer product configurationsslewis2-0/+200
that use etcd as discovery provider. Etcd discovery provider bundle available from https://github.com/ECF/etcd-provider Change-Id: Ia6f1a644d112ab15b1d7e6bf48515d5071ead288

Back to the top