Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
AgeCommit message (Collapse)AuthorFilesLines
2017-01-12Label changes for p2 categoriesslewis1-2/+2
Change-Id: I1568b70f9b85397cfef1b205aaa195c21967d132
2017-01-12Changes to p2 repository category structureslewis1-2/+54
Change-Id: Ic100aecb566cb5c4236ad17a6ff43fea47c878bd
2017-01-12Fix for remoteservice sdk featureslewis1-0/+4
Change-Id: I753549bf7d433406e8f25c7ea2162c5e6798b518
2017-01-12Simplified SDK featureslewis1-4/+0
Change-Id: Icbcd7d37e7550378f8014037d879563479e78bde
2017-01-12Changes to remoteservice sdk featureslewis1-4/+4
Change-Id: If9fbf5ae14dbb7e882494b90206ca194adc7de8c
2017-01-10Bug 510185 - Update to latest httpclient from OrbitAlexander Kurtakov1-6/+6
Updates to latest Orbit S-build and updates the target to contain latest httpclient/httpcore. Everything seems to be fine with the new version. Change-Id: Ia859f14381857405fe42263bfb62f92dbc5df063 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-01-10Bug 510179 - Add about.html, epl-v10.html and license.html to sourceAlexander Kurtakov21-21/+65
features Just rely on org.eclipse.license feature to ensure all that. Change-Id: I7263133b8952ed47a043e423616ee126e215cee0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-27Removed discovery providers from Eclipse SDKslewis4-30/+0
Change-Id: Ia38eba406354565f309a33498bc4bb2274ee963e
2016-12-18Removed unnecessary features from remote service sdkslewis1-36/+0
Change-Id: Ia48d1617a2290d2f5e2b4bca2ec8e22fea69d08e
2016-12-11Update to 3.13.4 version numberslewis10-10/+10
Change-Id: Ide7da3484dcad248c9f4708b2c59e417e14546aa
2016-12-11Removed bundle org.eclipse.ecf.provider.discovery from discoveryslewis1-7/+0
feature. Change-Id: Ie32c9b09e1e6f0786a6bbdb75b3ec1ac77ed87fa
2016-12-04Updated karaf feature files.R-Release_HEAD-sdk_feature-3.13.3-Hipp-Tycho-49slewis3-176/+158
Change-Id: I704edf6a0ee78dd7ae45e99da2237e143caaff3c
2016-11-25Added pom.xml for timeservice.consumer.ds.asyncslewis1-1/+1
Change-Id: I57b317be12b807edf6378eb86e832bce608e4ce0
2016-11-25Removed dependent rest featureslewis1-2/+0
Change-Id: Iac6c5df77a009a6282bb60e1478188c4d5e1ea59
2016-11-25Added ds.async to example feature and removed obsolete 'hello' projectsslewis1-51/+2
Change-Id: I5c484c05c48a73ef815d48bc61eaf7a5c4a3ea37
2016-11-23Bug 508039 - [releng] build "com.mycorp.examples.timeservice.async"Mat Booth1-0/+7
Add the bundle to the build so that karaf maven installations work correctly. Also add the bundle to the examples feature (so it gets published in the p2 repo) so that karaf http installations work correctly. Fix also the incorrect bundle version in the manifest, since previously this bundle was published with a version of 2.0.0. Change-Id: Ideb322b3ba52935e307c317a8a1bc311cd5fb669 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-11-21Bug 507757 - [Maven] allow generating javadocs as part of the tycho buildMat Booth1-0/+18
Fixes incorrect source encoding and configures the javadoc plugin to generate at least the same javadocs as the old build. Change-Id: If0066911c1b9b4747fd5ce897f3d07f1daa58e57 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-10-11Bug 501905 - [Releng] [maven] Synchronise poms with versions from ManifestsMat Booth4-4/+4
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-10Update feature versions to 3.13.3slewis6-6/+6
Change-Id: Iaba1bc87f7025820a97fde7f95b39bf815aa9ce0
2016-09-26Bug 396457 - [Releng][Maven] Create a build based on tychoMat Booth1-0/+15
Add machinery to build the test feature and its constituent bundles. Tests are not enabled by default, but when executed all tests pass except those requiring the presence of a running host service, for example, in these test bundles: org.eclipse.ecf.tests.remoteservice.{generic,r-osgi} Some minor tweaks were made to make configuring Tycho simpler like making an abstract test actually abstract, removing a completely empty test class that did nothing and making sure valid test class names end with "Test" so they are detected by Tycho. Change-Id: Ic89a248668e4f08ee347fe3c0bcfd11e4cc23f4d Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-09-16Bug 396457 - [Releng][Maven] Create a build based on tychoMat Booth1-0/+36
Ensure all necessary orbit dependencies will be present in the resulting p2 repository. Change-Id: I6785197bd241eabc1c83272af6d748dbc1170650 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-09-15Merge "Remove o.e.ecf.provider.filetransfer.httpclient."Scott Lewis17-1732/+0
2016-09-13Bug 396457 - [Releng][Maven] Create a build based on tychoMat Booth16-81/+227
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-13Remove o.e.ecf.provider.filetransfer.httpclient.Alexander Kurtakov17-1732/+0
This is based on jakarta-commons-httpclient which is dead upstream and full of CVEs. It's not part of rleases and it would better rest in peace. Not having such code around helps contributors finding their path. Change-Id: Ibb88c01d91102c6ee89b6b98693d72b81500d61e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-13Merge "Bug 396457 - [Releng][Maven] Create a build based on tycho"Scott Lewis5-0/+84
2016-09-13Merge "Bug 396457 - [Releng][Maven] Create a build based on tycho Hook the ↵Scott Lewis6-0/+105
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"
2016-09-13Added paho to rmapslewis1-0/+9
Change-Id: Ifb563f564f2022d6413135c58ad5120c799d0211
2016-09-13Removed paho from baselineslewis1-5/+1
Change-Id: I258fbd60d9e85693b202feccacc9f00fa679fa71
2016-09-13Added paho 1.1 java client to baselineslewis1-1/+5
Change-Id: Ie72658051a5c33fbb87a032ad7ec426bf894707e
2016-09-12Merge remote-tracking branch 'origin/master'slewis5-0/+103
2016-09-12Added Paho 1.1.0 Java client p2 repo to ecf.rmapslewis1-0/+5
Change-Id: I7066bc852bb6f4ce93b031beecf79165bed6277b
2016-09-07Bug 396457 - [Releng][Maven] Create a build based on tychoAlexander Kurtakov5-0/+84
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 Kurtakov6-0/+105
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 Kurtakov5-0/+84
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-04Bug 396457 - [Releng][Maven] Create a build based on tychoAlexander Kurtakov1-0/+19
Generate source features and include them in the p2 site generated. Change-Id: Ie73a6147651cf17a194e8dd3cf66a1896cf7245a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-09-03Merge "Bug 396457 - [Releng][Maven] Create a build based on tycho"Scott Lewis14-0/+322
2016-08-24Update for 3.13.2 releaseslewis5-244/+244
Change-Id: I4b50f13e2d231b17dda717cab4e3c5357da54fe9
2016-08-17Bug 396457 - [Releng][Maven] Create a build based on tychoMat Booth14-0/+322
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-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-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-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-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-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-05Changes in karaf features for ECF 3.13.1slewis5-244/+244
Change-Id: I38d536f8502dffc85546653ab10c2fc1ca1f5b0e
2016-03-23Adding karaf maven install featuresslewis2-0/+176
Change-Id: Id9e03efb914b6e5f5be1b95b8c934b73c7a4a8a6

Back to the top