Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-10-24Fix compatibility with newer OSGi API326228Markus Alexander Kuppe1-1/+1
2012-10-24Merge branch 'master' into 326228Markus Alexander Kuppe913-32500/+33745
Conflicts: providers/bundles/org.eclipse.ecf.provider.jmdns/.settings/org.eclipse.jdt.core.prefs providers/bundles/org.eclipse.ecf.provider.jmdns/src/org/eclipse/ecf/internal/provider/jmdns/JMDNSPlugin.java providers/bundles/org.eclipse.ecf.provider.jmdns/src/org/eclipse/ecf/provider/jmdns/container/JMDNSDiscoveryContainer.java releng/features/org.eclipse.ecf.discovery.jmdns.feature/feature.xml releng/org.eclipse.ecf.releng.bm/ecf.rmap
2012-10-24Upgrade RMAP to corrent JmDNS release 3.4.2Markus Alexander Kuppe1-1/+1
2012-10-08Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=307477. Alsoslewis18-4/+295
added two new test bundles: org.eclipse.ecf.tests.filetransfer.httpclient and org.eclipse.ecf.tests.filetransfer.httpclient4
2012-09-20Updated feature versions to 3.5.7 for top-level featuresslewis6-10/+6
2012-09-16Fixes to SimpleTest (to automatically select server port rather than useslewis3-8/+23
a fixed port).
2012-09-16Added slight delay to shutdown of SimpleTestslewis1-0/+1
2012-09-13added org.eclipse.ecf.ssl and org.eclipse.ecf.provider.filetransfer.sslslewis1-0/+16
so that they are included in test environment.
2012-09-12Remove explicit plugin dependencies!!!Markus Alexander Kuppe1-591/+43
2012-09-12Syntax againMarkus Alexander Kuppe1-1/+1
2012-09-12Remove explicit (non-existent) version from feature.xml and add it toMarkus Alexander Kuppe2-2/+3
the bundles manifest instead.
2012-09-12Either reference dependecies in the cspex _or_ in the feature.xml. TheMarkus Alexander Kuppe2-12/+7
feature overwrites/hides the cspex entries. Move dependency to feature.xml as it is supposed to be packaged into the p2 repository.
2012-09-12Either reference dependecies in the cspex _or_ in the feature.xml. TheMarkus Alexander Kuppe2-58/+49
feature overwrites/hides the cspex entries.
2012-09-12Remember: When you open a comment, make sure to properly close it (DearMarkus Alexander Kuppe1-1/+1
parser, why are you so picky?)
2012-09-12Explicitly reflect the import-package dependency as definedMarkus Alexander Kuppe1-1/+5
by org.apache.httpcomponents.httpclient 4.1.2, because Buckminster does not handle import-package definitions and thus needs a little help figuring out what bundle to select (we want o.a.c.logging 1.1.1). Without the versionDesignator set to 1.1.1, Buckminster eventually discovers o.a.c.logging 1.0.4 (dragged in by feature o.e.help), which satisfies the unconstrained (in terms of version) dependency of o.a.httpcomponents.httpclient.
2012-09-11Added org.eclipse.ecf.tests.filetransfer.httpclient4.launch launchslewis1-0/+591
config for running automated tests for httpclient4
2012-09-11Fix to httpclient4 provider plugin.xml to include browse and retrieveslewis6-12/+1038
factories with priority < 50. These had been commented out previously in order to diagnose. Also added httpclient4 launch configs in org.eclipse.ecf.tests.filetransfer for local running of httpclient4 filetransfer tests. Changed timeout value for waitForDone so that even slow links would have 6 minutes to download large (e.g. 15M) files via ftp before timing out.
2012-09-11Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=389292slewis2-14/+44
2012-09-11Merge branch 'master' of ↵Wim Jongman1-0/+1
ssh://wjongman@git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git Conflicts: releng/features/org.eclipse.ecf.sdk/build.properties
2012-09-11Bug 251740 - Feature name changeWim Jongman1-7/+7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=251740
2012-09-11Bug 251740 - added source features for the file transfer featuresWim Jongman2-1/+27
https://bugs.eclipse.org/bugs/show_bug.cgi?id=251740
2012-09-11Bug 251740 - Added httpclient4 to the sdk and pimped p2 update site.Wim Jongman2-2/+14
The was done by moving the filetransfer patch into its own category, moving the filetransfer features into their own category and creating an "Uncategorized" category for uncategorized features. The latter is done in build.properties. https://bugs.eclipse.org/bugs/show_bug.cgi?id=251740
2012-09-11Merge branch 'master' of ssh://git.eclipse.org/gitroot/ecf/org.eclipse.ecfWim Jongman0-0/+0
2012-09-11Bug 389230 - fixed file pointers in filetransfer testWim Jongman3-3/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=389230
2012-09-10Merge branch 'master' of ↵Wim Jongman0-0/+0
ssh://wjongman@git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git
2012-09-10Bug 251740 - httpclient4 build integrationWim Jongman2-1/+41
Added a known file to download in transfer tests
2012-09-10Bug 251740 - httpclient4 build integrationWim Jongman1-0/+39
Added BM cspex
2012-09-10Bug 251740 - httpclient4 build integrationWim Jongman1-0/+17
Added ECF latest baseline
2012-09-10Bug 251740 - httpclient4 build integrationWim Jongman9-1201/+0
Removed stale project
2012-09-10Bug 251740 - httpclient4 build integrationWim Jongman11-0/+0
Renamed project
2012-09-10Bug 251740 - httpclient4 build integrationWim Jongman5-10/+41
Fixed rename and BM files
2012-09-07Bug 251740 - httpclient4 fixed ecf.rmapWim Jongman1-1/+1
It contained a reference to 3.8milestones causing the build to fail
2012-07-26Increase baseline to 3.5.5 build hosted on archive.eclipse.orgMarkus Alexander Kuppe1-2/+2
2012-07-19NEW - bug 385395: JMDNS provider shutdown fails with NPE if connect wasMarkus Alexander Kuppe1-2/+5
not successful https://bugs.eclipse.org/bugs/show_bug.cgi?id=385395
2012-07-06Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=384431slewis1-1/+1
2012-07-06Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=384431slewis1-1/+1
2012-06-10Merge remote-tracking branch 'origin/master'R-Release_HEAD-sdk_feature-77_2012-06-10_19-42-02slewis1-1/+1
2012-06-10Yet another attempt to make the Platform happy. slewis1-1/+1
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=382039
2012-06-07Merge branch 'master' of ↵R-Release_HEAD-sdk_feature-76_2012-06-08_01-43-33Wim Jongman1-1/+1
ssh://wjongman@git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git
2012-06-07bug 382039: ECF Core needs o.e.e.concurrent as required dependency Wim Jongman1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382039
2012-06-07Merge remote-tracking branch 'origin/master'slewis1-1/+2
2012-06-07Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=382039slewis1-1/+1
2012-06-06381849 - Bug in Election port selectionWim Jongman1-1/+2
2012-05-24Missed feature files.R-Release_HEAD-sdk_feature-75_2012-05-31_21-00-07slewis4-719/+230
2012-05-24Changes/additions to features to update license to 2011 versionslewis111-2118/+2903
2012-05-23bug 380481: [Releng] Add new orbit repository to ecf.rmap Wim Jongman1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380481
2012-05-15Update to javadoc version to 3.5.6R-Release_HEAD-sdk_feature-74_2012-05-15_23-11-07slewis1-1/+1
2012-05-15Added httpclient.launch launch configR-Release_HEAD-sdk_feature-73_2012-05-15_21-45-58slewis2-1/+592
2012-05-15Removed unnecessary properties from test launch configsslewis2-516/+516
2012-05-15Merge remote-tracking branch 'origin/master'slewis11-0/+7

Back to the top