Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21Bug 530393 - EPL 2.0 update for platform.team for JDT templatesY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000Lars Vogel1-1/+1
Change-Id: Ia7761665409b58f37083b83da7a4ce8d557b7d80 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-06Bug 394087: [Net] Migration from GConf to GSettings.Y20180628-0525I20180628-0230I20180627-2020I20180627-2000I20180625-1545I20180621-2000I20180618-0800I20180615-0655I20180615-0300I20180614-2045I20180614-2000I20180613-0440I20180613-0300I20180607-2000I20180606-1020Eric Williams6-104/+90
Use GSettings instead of GConf2 to fetch proxy settings from GNOME. Instead it now uses the following GSettings schemas for proxies: org.gnome.system.proxy org.gnome.system.proxy.http org.gnome.system.proxy.https org.gnome.system.proxy.socks org.gnome.system.proxy.ftp You can get/set values for the keys in each of these schemas by running gsettings [get/set] schema key value. For example, to set the SOCKS proxy host, run: gsettings set org.gnome.system.proxy.socks host <value> To test in Eclipse, import the org.eclipse.core.net and org.eclipse.core.net.linux.x86_64 projects into your workspace. Launch a child Eclipse that depends on these two workspace plugins, and make sure the child Eclipse launches with the argument: -Dorg.eclipse.core.net.enableGnome as this enables the GNOME proxy functionality. In the child Eclipse, go to Window -> Preferences -> General -> Network connections. Selecting the "native" combo option will pull in proxy/network settings as set via GNOME. Change-Id: I0f620275aa15205245ae4156d9ed63ebf20c3568 Signed-off-by: Eric Williams <ericwill@redhat.com>
2018-06-06Bug 535318 - Update license to EPL-2.0 for platform.team in about.htmlLars Vogel5-80/+120
Change-Id: Ib7c6af977035dad5e0b2f5ec3d709e3e3dbcfd57 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-06Version 4.9 increase as prep for the EPL 2.0 changeLars Vogel10-10/+10
Change-Id: Ib9d9f0e313870b2f70b5edaf88f3d1196d8c43f7 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-30Bug 535191 - POM version change for 4.9 releaseI20180601-0915I20180601-0900I20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov5-5/+5
Rearranged tests to be modules of their parent so tycho set-version works. Update version for o.e.cvs to satisfy comparator. Change-Id: Ifcbd5eefef676e8038a5dfa43307fd91b0410e61 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-15Bug 527927 - Add Automatic-Module-Name in Team repositoryS4_8_0_RC4aS4_8_0_RC4S4_8_0_RC3S4_8_0_RC2S4_8_0_RC1R4_8I20180611-0500I20180607-1630I20180607-0300I20180606-2000I20180606-0800I20180605-2000I20180605-0800I20180605-0430I20180604-2000I20180604-0800I20180603-2000I20180603-0800I20180602-1500I20180602-0800I20180601-2000I20180531-0700I20180530-2000I20180530-0800I20180530-0200I20180530-0035I20180529-2345I20180529-2000I20180529-0800I20180529-0600I20180529-0210I20180528-2020I20180528-2000I20180528-0800I20180527-2250I20180527-2000I20180527-0800I20180526-1500I20180526-0800I20180525-2000I20180524-0900I20180523-2000I20180523-0800I20180522-2000I20180522-0800I20180521-2000I20180521-0800I20180520-2000I20180520-0800I20180519-1500I20180519-0800I20180518-2000I20180516-2000I20180516-0800I20180515-2000I20180515-1755I20180515-1620I20180515-1440I20180515-1300Michael Keppler7-6/+10
I imported everything from git, so these should be the last missing projects in the team repository and the bug can be closed afterwards. Bumped versions for 4.8. Change-Id: I617177b5febb7c18e0c7e5b33c978c8b8189a210 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug:527927
2018-02-07Bug 530854 - Move away of methods deprecated in Java 9Alexander Kurtakov1-2/+2
Number constructors and Class.newInstance. Some small cleanups (generification, lambdas) in surrounding code. Change-Id: I62bab4119a98a7b5df560b8c9247f79fdfa8da03 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-11Bug 528178 - Some Java projects do not get a warning for missingI20180117-2000I20180116-2000I20180115-2000I20180114-2000I20180113-1500Vikas Chandra3-2/+13
Automatic-Module-Name Change-Id: Ica088861e9759744355f819bbc159191e3605562 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
2017-12-12Bug 528254 - [Java9] Added Automatic-Module-Name HeaderI20171223-1500I20171222-2000I20171221-2000I20171220-2000I20171219-2000I20171218-2000I20171217-2000I20171216-1500I20171215-2000I20171215-0930I20171215-0215I20171215-0120I20171214-2000I20171214-0120I20171213-2000I20171212-2000Karsten Thoms1-0/+1
Increment version for Eclipse 4.8 Photon Change-Id: Ieffc7ed1c3fca5481844ce78182cc9a3c300f49b Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-11-14Bug 527249 - Remove referrences to update.coreI20171116-2000I20171115-2000I20171115-0115I20171115-0025I20171114-2000Alexander Kurtakov1-23/+10
Old preferences code migration for 7 years is good enough especially considering this is about proxies. Tracing options in launch configurations are totally useless. Change-Id: I0864684be8c857a263087ae07d5084c022bbece2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-10-18Bug 526221 - Replace StringUtil#replace with String.replaceS4_8_0_M3aS4_8_0_M3I20171107-2000I20171106-2000I20171106-0630I20171105-2000I20171104-2025I20171104-1500I20171103-2000I20171103-1105I20171103-0715I20171103-0405I20171102-2000I20171101-2000I20171031-2000I20171030-2000I20171030-0400I20171029-2000I20171028-1500I20171027-2340I20171027-2000I20171025-2000I20171025-0800I20171024-2000I20171024-0800I20171023-2000I20171023-0800I20171022-2000I20171022-0800I20171021-1500I20171020-2000I20171019-2000I20171018-2000Lars Vogel2-31/+1
Change-Id: If23802a4ae27a82ea3502b2869ea6b2e0668c6ef Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-10-18Bug 525956 - Replace StringBuffer with StringBuilder inLars Vogel5-22/+22
org.eclipse.ui.net Change-Id: Id2328d93565010c48af096ebfd5aa3a59aaf91c2 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-10-18Necessary version increase in org.eclipse.core.net for 4.8 Lars Vogel2-2/+2
Change-Id: I1b22f39d391effa7e4426ac1891bdc7aded19027 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 release I20170713-0615I20170712-2000I20170711-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 Kurtakov5-5/+5
Point to 4.8 parent pom. Change-Id: I4555f7a7a3d9670fca6d46b0d6e3dd959b17e00b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-05-16Bug 516457 - bump version for platform.team bundlesI20170516-2000I20170516-0800Andrey Loskutov2-3/+3
Change-Id: I7bcaeab1231b9c1d2be7d322e93be4483884d9e7 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-05-03Bug 516077 - Cleanup o.e.core.netY20170504-1000I20170504-2000I20170503-2000Alexander Kurtakov17-109/+168
* Add missing @Override/@Deprecated. * Generify * Lambda Change-Id: I89c9dd0a44a53fa91bacb28ceeea98f92e4bee0b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-01-04Bug 506732 - activate cleanup trailing spaces for team bundlesAndrey Loskutov1-0/+65
Change-Id: Idc1d0857eab04f969d7a28ac35cc95df529dc459 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-11-04Bug 506732 - cleanup trailing spaces in *.net pluginsAndrey Loskutov25-253/+253
Change-Id: I1c73f095df443cd039ae944d85ab03bc14cb392b Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-10-15Bug 505906: UnixProxyProvider's support for no_proxy environmentY20161018-1100I20161018-0800Markus Keller4-16/+9
variable is non-standard Change-Id: I501d19073526f796d05892f2557ed63f4f59cf4a Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
2016-10-14Bug 505670: UnixProxyProvider fails for http_proxy without protocol://Markus Keller1-2/+11
Change-Id: I7cda5e28f7f9af3cf54a350dfc6befac87231e43 Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
2016-06-28Bug 496465: Prep for 4.7 (Oxygen) buildsMarkus Keller5-5/+5
Change-Id: I7cd89b3bdeecc68b56f30d572fcfd84c2f8d6f02 Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
2016-04-18Bug 490012 - Remove the "strictly compatible JRE" per-project override from ↵Y20160421-1000I20160419-0800Stefan Xenos1-3/+0
all projects in the Eclipse SDK Change-Id: If95f33af16bd637283389d55d11f1461addd2050 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2016-04-04Revert "Bug 490012 - Switch "strictly compatible JRE" to warning"Y20160407-1000I20160412-0800I20160405-0800Szymon Ptaszkiewicz1-1/+2
This reverts commit 87f3b9b8652edd636453f33ab7ba9adf862a3012.
2016-03-23Bug 489805 - Enable "Use compliance from execution environment"Stefan Xenos5-18/+35
Change-Id: I679af51793430003b1d8a4af083594bad01318a6 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2016-03-22Bug 489805 - Move the team git repository to Java 1.8Stefan Xenos16-42/+26
Fixes compiler warnings. This reverts commit b8821710ffb03f8e7573be209e1ab14e27ba04b4. Change-Id: I64b54428dc8500ab05427d505bb801e46511916b Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2016-03-22Revert "Bug 489805 - Move the projects in the team git repository to Java 1.8"Dani Megert15-25/+41
This reverts commit 622d3b5a9d07990762e58029bd8dffbd2e7df773.
2016-03-21Bug 489805 - Move the projects in the team git repository to Java 1.8I20160322-0800Stefan Xenos15-41/+25
Change-Id: Id5519b91445802de6c62d310b30a0cf486152f64 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2016-03-20Bug 490012 - Switch "strictly compatible JRE" to warningStefan Xenos1-2/+1
Change-Id: I4993997dd7880d06ab28d39e0331d922a3c96367 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2015-07-03Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150707-0800Szymon Ptaszkiewicz5-10/+10
2015-01-28Bug 458642 - Update maven antrun plugin configuration. Alexander Kurtakov2-46/+0
As continuation of bug#458043. Don't define maven-antrun-plugin version but rely on parent's pluginManagement version. Drop the unneeded additional dependencies for antrun plugin. Change-Id: I5c86cacdf0a573744bbe3b803e01dbf29943030c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-11-18Bug 431877 - Add all Team plugins to General > Tracing preference pageI20141202-0800I20141125-0800Szymon Ptaszkiewicz1-2/+3
2014-11-17Increased bundle versions for bug fixes in Mars streamI20141118-0830I20141118-0800Szymon Ptaszkiewicz2-3/+3
2014-11-17Bug 451736 - Add org.eclipse.core.net plugin to General > Tracing preference ↵Szymon Ptaszkiewicz4-43/+34
page
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140812-0800I20140806-2000I20140806-0800I20140805-2000I20140805-0800I20140804-2000I20140804-0800I20140803-2000I20140729-0800I20140722-0800I20140715-0800I20140708-0800I20140701-0800Paul Webster5-5/+5
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-01-24Bug 426449 - Set new text file line delimiter to Unix in all ↵I20140128-0800Szymon Ptaszkiewicz4-0/+8
eclipse.platform.team projects
2013-10-24Bug 419228 - [Net] PreferenceModifyListener pollutes exported preferencesSzymon Ptaszkiewicz1-5/+15
Change-Id: I2907c8cd1e9cd9a0a662c45652a69948e8cc75da Signed-off-by: Szymon Ptaszkiewicz <szymon.ptaszkiewicz@pl.ibm.com>
2013-06-26Bug 411158 - Update parent POMs for LunaPaul Webster5-7/+7
2013-05-06Bug 407268 - pom.xml in core.net.x86_64 has wrong pathI20130508-1200I20130507-2000I20130507-1100I20130507-0000I20130506-2000Krzysztof Daniel1-2/+2
2013-04-30Bug 385030 - Build and consume the network native partI20130430-2000Krzysztof Daniel4-4/+127
2013-04-30Added .gitignore for fragments folderJohn Arthorne1-0/+9
2013-03-28bug 403968 - Update Platform teamPaul Webster5-22/+10
2013-02-25Fixed bug 397850: [CBI] use the correct group IDs for all artifactsv20130225-171235I20130227-0112I20130226-2200I20130226-2100I20130226-2000I20130226-0912I20130226-0800I20130225-2315I20130225-2230Dani Megert5-10/+10
2012-12-10Bug 396108 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forv20121210-102952I20121212-0800I20121211-2000I20121211-0800I20121210-2000I20121210-0800Thanh Ha1-0/+14
eclipse.platform.team
2012-11-06Bug 369215 -Improve core.net linux makefilev20121106-141722Krzysztof Daniel2-53/+5
2012-11-06Bug 385047 -[Net] gnomeproxy cannot be built with latest versions ofKrzysztof Daniel1-2/+2
glib
2012-05-22Add poms for Tycho buildv20120522-1148Igor Fedorenko5-0/+206
2011-12-02bug 365348: Team.cvs not shipping extension point schemas in pluginsv20111202-1616Tomasz Zarna1-2/+3
2011-10-17Remove unused API problem filtersTomasz Zarna1-10/+0
2011-10-07Changed 'New text file line delimiter' to 'Unix'.v20111007-1310Dani Megert1-0/+2
2011-09-01bug 356300: The constructor InstanceScope() is deprecated, call ↵I20110912-1300Tomasz Zarna3-6/+6
InstanceScope.INSTANCE instead

Back to the top