Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-27Bug 535802 - EPL-2.0 for plug-ins in equinox.bundlesI20180828-0800I20180827-2000Lars Vogel5-15/+30
Script used for this update: git checkout master git reset --hard origin/master git pull find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I4a3195578bdf2d2c8ae86224e6156efcf096362f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-12Bug 535318 - Update license to EPL-2.0 for equinox.bundles in about.htmlI20180613-0440I20180613-0300Lars Vogel1-17/+25
Change-Id: Iee03d9fa588848a08b25f153a98586e8d6f138c8 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-06Bug 535318 - Update versions for next releaseI20180607-2000Thomas Watson2-2/+2
Prep for update license to EPL-2.0 Change-Id: Ic8011309500e960edfb7ca4212b9f9dbee730c0a Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-05-30Bug 535191 - POM version change for 4.9 releaseI20180606-1020I20180601-0915I20180601-0900I20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov1-1/+1
Change-Id: Ie72b76cd1aecd017c398c33f98c6aa66dcb543f2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-02-19Bug 531344 - [osgi R7] Update APIs for R7I20180219-2000Thomas Watson7-68/+59
Update the range for event version Provide the osgi.implementation capability for event Update capability versions for metatype Update APIs in log.stream Change-Id: I13c99ff9e52e69f0f720e1de7231340bc47aacee Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-01-29Force qualifier updates.I20180218-2000I20180217-1500I20180216-2000I20180216-0415I20180215-2000I20180214-2000I20180213-2000I20180213-0125I20180212-2000I20180211-2000I20180210-1500I20180209-2000I20180208-2000I20180207-2000I20180206-2000I20180206-0315I20180205-2000I20180204-2000I20180203-1500I20180202-2000I20180202-0315I20180201-2325I20180201-2000I20180201-0200I20180131-2000I20180130-2000I20180129-2000I20180129-0605I20180129-0540Alexander Kurtakov1-0/+1
Due to Bug 521182 - [compiler] method reference on null object should throw NPE at runtime (JLS compliance) Change-Id: I6e8e4838a323222754118ccd5b40c30ff60a3cf2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-12-21Bug 529079 - Add Automatic-Module-Name header for Java 9I20180102-2215I20180102-2000Karsten Thoms1-0/+1
Updated version for Eclipse 4.8 Photon Change-Id: I724b125814f395fb5ca123adff7990b7653da3f6 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-12-04Bug 528116 - [osgi R7] update the latest R7 OSGi APIS4_8_0_M4I20171215-0120I20171214-2000I20171214-0120I20171213-2000I20171212-2000I20171211-2000I20171210-2000I20171209-1500I20171209-1020I20171208-2000I20171206-2000I20171206-0800I20171205-2000I20171205-0800I20171205-0250I20171205-0030I20171204-2000Thomas Watson10-140/+180
2017-11-13Bug 527221 - [osgi R7] update log stream impl and APII20171113-2000Thomas Watson14-201/+750
Change-Id: Ic50dfd9847d8a694c3c49dbe88dded6862d44f3f Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-09-13Bug 521208 - PushStream returned by LogStreamProvider should be bufferedS4_8_0_M2I20170917-2000I20170916-1500I20170915-2000I20170915-1030I20170913-2000Anjum Fatima1-2/+4
rather than unbuffered Changed the number of threads for executor and made the thread a daemon thread Change-Id: If3ce8ad545670ec3bd4174e4cd6340053337f4a1 Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com>
2017-09-13Bug 521208 - PushStream returned by LogStreamProvider should be bufferedAnjum Fatima2-6/+4
rather than unbuffered Changed the number of threads for executor. And added parallelism of one to build the pushstream Change-Id: Ic637d83d7606956e68af8dccc5ac566ba47b6561 Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com>
2017-09-08Bug 521208 - PushStream returned by LogStreamProvider should be bufferedI20170913-1120I20170913-0800I20170913-0420I20170913-0220I20170912-2255I20170912-2000I20170912-0800I20170911-2000I20170911-0800I20170911-0405I20170910-2000I20170910-1055I20170910-0800I20170909-1500I20170909-0920I20170909-0800I20170909-0510I20170908-2345I20170908-2000Anjum Fatima3-13/+38
rather than unbuffered Change-Id: I4ede21315e1d47ee5429ee70eed623bb6adda2cb Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com>
2017-08-21Bug 521204 - [osgi R7] update log stream impl and APII20170829-0705I20170828-2000I20170828-1220I20170828-0730I20170827-2000I20170826-1500I20170825-2000I20170824-2000I20170823-2000I20170822-2000Thomas Watson11-61/+139
Change-Id: I2425c2a2953d0d06ce8ffdad722d37f1f2327174 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-08-08Bug 516761 - Update POMs for rt.equinox.bundles repoThomas Watson1-3/+3
Point to rt.equinox.bundles parent pom Change-Id: I1620cbf3b7a5520257c374f1c57f16311e0a4b63 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-08-08Bug 516761 - Initial code for log streamThomas Watson39-0/+5537
Change-Id: Icc05eff0c9e1ef96e862d72a4a6eb0666ca1aa91 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>

    Back to the top