Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04Bug 538531 - POM version change for 4.10 releaseI20180905-1305I20180905-0410Sravan Kumar Lakkimsetti1-1/+1
Change-Id: Ie5d73afbfcad435db3a729a356d8666f1c2c35c0 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-08-27Bug 535802 - EPL-2.0 for plug-ins in equinox.bundlesI20180828-0800I20180827-2000Lars Vogel26-78/+156
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-08-21Bug 535802 - EPL-2.0 for schema definition in equinox.bundlesLars Vogel1-3/+6
Script used: git checkout master git reset --hard origin/master git pull find . -type f -name "*.exsd" -exec sed -i -E 's/http:\/\/www.eclipse.org\/legal\/epl-v10.html\&quot;\&gt;http:\/\/www.eclipse.org\/legal\/epl-v10.html\&lt;\/a\&gt;/https:\/\/www.eclipse.org\/legal\/epl-2.0\&quot;\&gt;https:\/\/www.eclipse.org\/legal\/epl-v20.html\&lt;\/a\&gt;\/\n\nSPDX-License-Identifier: EPL-2.0/' {} + find . -type f -name "*.exsd" | xargs sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' find . -type f -name "*.exsd" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I8484dbfda278eb7b9e2313228798fd8d841a6255 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-16/+24
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>
2017-12-21Bug 529079 - Add Automatic-Module-Name header for Java 9I20180102-2215I20180102-2000Karsten Thoms2-2/+3
Updated version for Eclipse 4.8 Photon Change-Id: I724b125814f395fb5ca123adff7990b7653da3f6 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 release I20170711-2000I20170710-2000I20170709-2000I20170708-2000I20170707-2000I20170707-0530I20170706-2000I20170706-0630I20170705-2000I20170704-2000I20170703-2000I20170702-2000I20170701-2000I20170630-2000I20170630-0410I20170629-2000I20170629-0425I20170629-0210I20170628-2000I20170628-0310I20170627-2000I20170626-2000I20170625-2000I20170624-2000I20170623-2000I20170623-0110I20170622-2000I20170622-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: I262f4b48dca306931ecf02d684cc87f75d01d5a1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-07-28Bug 492257 - Update org.eclipse.equinox.bidi to a later required JavaY20160811-1000Y20160804-1000Y20160728-1000I20160809-1300I20160809-1100I20160803-2000I20160803-0800I20160802-2000I20160802-0800I20160801-2000I20160801-0800I20160731-2000Alexander Kurtakov5-25/+6
Move to Java 1.4 directly and bump minor to reflect BREE change. Use compiler settings from BREE. Change-Id: Ib1fd655ef4cc333cb97f8735a77aa62bfd09ac4f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-06-28 Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenanceThomas Watson1-1/+1
builds Change-Id: If8bccc53b7f4a9466e05262844c9813ea9596167 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-03-07Bug 380397: [bidi] Should bidi bundle version be 1.0.0Markus Keller2-3/+3
2016-01-19updated versions in Neon for bug 467836Markus Keller2-2/+2
2016-01-19Bug 467836: [BIDI] Remove the call to isProcessingNeededMarkus Keller2-12/+10
2015-07-15Update versions for NeonI20150721-0800Thomas Watson2-2/+2
2015-07-06Bug 470518 - Replace `new Boolean` with `Boolean.valueOf`Alex Blewitt1-2/+2
Using `new Boolean()` results in the creation of a new object on the heap, when the flyweight `Boolean.TRUE` and `Boolean.FALSE` are available. Java 1.4 added a `Boolean.valueOf()` which can be used in place of `new Boolean()` but which will use the existing flyweight values instead. Globally change `new Boolean(...)` to `Boolean.valueOf(...)` and replace constant valued expressions with their flyweight counterparts. Bug: 470518 Change-Id: I25742c65162e57fd553dd1284ec057cd4b333dbb Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsThomas Watson1-1/+1
- update parent poms for 4.6
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140729-0800I20140722-0800I20140715-0800I20140708-0800I20140701-0800Paul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2013-06-20Bug 411169 - Update parent POMs for LunaPaul Webster1-1/+1
2013-03-27Bug 403970 - Update rt.bundles and rt.framework parent versionsThomas Watson2-4/+4
2013-03-12doc: removed unsupported structured text types and sorted the restI20130314-1330I20130313-2000I20130313-0800I20130312-2000Markus Keller1-8/+5
2013-03-12one spelling of "regexp?" is enoughMarkus Keller2-2/+2
2013-03-11Bug 380397: [bidi] Should bidi bundle version be 1.0.0I20130312-1000I20130312-0800I20130311-2000Markus Keller13-390/+234
- more cleanup - removed some default structured text types: math, property, system
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130225-170224I20130227-0112I20130226-2200I20130226-2100I20130226-2000I20130226-0912I20130226-0800I20130225-2315I20130225-2230Thomas Watson1-1/+1
2013-02-19renamed *SText* to *StructuredText* (bug 380397)v20130219-122037I20130220-0922I20130219-1600I20130219-0800Markus Keller33-464/+434
2013-02-15Fixes for bug 380397 (API work):Markus Keller10-145/+218
- made basic functionality work without OSGi - renamed RTL_ARITHMETIC constant to MATH - sorted structured text types - Javadoc fixes
2012-12-10Bug 396094 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forv20121210-201919I20121218-0800I20121214-0730I20121213-1200I20121212-2000I20121212-0800I20121211-2000I20121211-0800I20121210-2000Thanh Ha1-1/+1
equinox.bundles
2012-10-24Bug 381483 - Unnecessary exception thrown fromv20121024-182936I20121031-0800I20121030-2000I20121030-0800I20121029-2000I20121029-0800I20121028-2000Ira Fishbein2-2/+2
org.eclipse.equinox.bidi.internal.STextTypesCollector.read()
2012-09-12Bug 386646 - build against declared and/or observed bundle runtime execution ↵v20120912-125810Igor Fedorenko1-1/+1
environment
2012-05-22Bug 379748 - Pull request for Equinox from CBIv20120522-1841Thomas Watson1-0/+44
Add poms for Tycho build
2011-12-15Bug 364417 - Integrate Bidi bundles docs into Eclipse helpv20111215-1958Matitiahu Allouche8-68/+71
2011-11-15Bug 363834 - [Bidi] STextProcessor: Test failures testSomeMore,v20111115-1130obesedin1-1/+1
testSTextProcessor
2011-11-08Bug 183164 - [Implementation for] Display of Complex Expressionsv20111108-1700v20111108-1400Matitiahu Allouche15-137/+210
Containing Bidirectional Text
2011-10-31Bug 183164 - [Implementation for] Display of Complex Expressionsv20111031-1612Oleg Besedin2-2/+4
Containing Bidirectional Text
2011-10-10Convert CRLF to LF line endingsv20111010-1614BJ Hargrave8-1549/+1549
2011-10-06Bug 360153 - Add project prefs to force unix LF on new text files.Thomas Watson1-0/+2
2011-08-26Bug 183164 - [Implementation for] Display of Complex ExpressionsOleg Besedin1-23/+21
Containing Bidirectional Text
2011-08-26Bug 183164 - [Implementation for] Display of Complex ExpressionsMatitiahu Allouche21-441/+570
Containing Bidirectional Text
2011-08-19Bug 183164 - [Implementation for] Display of Complex ExpressionsMatitiahu Allouche10-189/+119
Containing Bidirectional Text
2011-08-18Bug 183164 - [Implementation for] Display of Complex ExpressionsMatitiahu Allouche17-197/+196
Containing Bidirectional Text
2011-08-15Bug 183164 - [Implementation for] Display of Complex Expressionsv20110815-1601Oleg Besedin12-137/+90
Containing Bidirectional Text
2011-08-15Bug 183164 - [Implementation for] Display of Complex ExpressionsMatitiahu Allouche12-49/+100
Containing Bidirectional Text
2011-08-15Bug 183164 - [Implementation for] Display of Complex ExpressionsMatitiahu Allouche29-1147/+1049
Containing Bidirectional Text
2011-08-11Bug 183164 - [Implementation for] Display of Complex ExpressionsOleg Besedin13-128/+147
Containing Bidirectional Text
2011-08-08Bug 183164 - [Implementation for] Display of Complex ExpressionsOleg Besedin24-505/+684
Containing Bidirectional Text
2011-08-04Bug 183164 - [Implementation for] Display of Complex Expressionsv20110808-1537Matitiahu Allouche12-273/+377
Containing Bidirectional Text
2011-08-03Bug 183164 - [Implementation for] Display of Complex ExpressionsOleg Besedin13-76/+98
Containing Bidirectional Text
2011-07-27Bug 183164Oleg Besedin1-0/+1
2011-07-27Bug 183164 turning dirProps into APIOleg Besedin8-43/+27
2011-07-27Bug 183164 - API direction cacheOleg Besedin15-208/+266
2011-07-18Bug 183164 - [Implementation for] Display of Complex Expressionsv20110718-1559Oleg Besedin4-270/+262
Containing Bidirectional Text

Back to the top