Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-11-21Bug 390385 - Stop the use of jsr14v20121121-194827Pascal Rapicault (Ericsson)1-2/+0
2012-11-14Updated manifest for bundles that use Java 5 class library methodsv20121114-150134John Arthorne1-3/+1
2012-10-11356561 Revert default of composite loading back to non-atomicv20121011-091400I20121030-0800I20121029-2000I20121029-0800I20121028-2000I20121024-1200I20121024-1130I20121023-0800I20121016-2240I20121016-0800Tobias Oberlies1-2/+1
- There has been a suggestion of how to fix non-atomic loading (i.e. implement it in a way that network problems are not silently ignored), so we may keep non-atomic loading as the default. Bug: 356561 Composite repositories ignores errors when loading children (errors are treated like missing children)
2012-09-28356561 Require that all children of a composite repository can be loadedv20120928-180332Tobias Oberlies1-1/+3
- Loading a composite repository now fails if any of its children cannot be loaded. So in case of transient network problems, a p2 operation now fails fast, instead of generating obscure (and possibly severe, yet unnoticed) follow-up problems. - p2 repository providers who rely on the old, lenient behaviour may re-enable it by adding the property 'p2.atomic.composite.loading' with value 'false' in their compositeContent.xml/ compositeArtifact.xml. - p2 clients who need to communicate with broken composite repositories which are out of maintenance can revert to the old behaviour by setting the system property eclipse.p2.atomic.composite.loading.default=false. Bug: 356561 Composite Repositories have non-deterministic content by default
2012-08-29Bug 381673: Fixes a few compile warningsv20120829-182520Ian Bull2-6/+4
This fixes 2 types of compile warnings. 1. Stream not closed warnings. 2. Unused object warnings
2012-05-24Updated a few bundles due to changes in the pom.xml.v20120524-1717Ian Bull2-2/+2
The bundles that changed are: o.e.e.p2.discovery.compatibility o.e.e.p2.discovery o.e.e.p2.metadata.repository o.e.e.p2.tests.ui
2012-05-24Add poms for Tycho buildv20120524-0542Igor Fedorenko1-1/+11
2011-08-01304594 Make publisher bundles buildable with TychoTobias Oberlies1-2/+2
- Migrate to the current Tycho release 0.12.0. - Configure compiler source/target levels in parent POM to work around Tycho bug 353505. This should be okay as first approximation to the PDE build, which currently configures the source/target levels per project through the build.properties. In case a project doesn't build with this default, the setting could be overridden in the project's POM. - Prevent that Maven/Tycho build results are committed to the repository.
2011-08-01304594 Fix obvious POM configuration issuesTobias Oberlies1-2/+2
- Correct relativePath to parent POM. - Use recommended version format in POMs: A version with automatically replaced qualifier maps to a SNAPSHOT version in the POMs.
2011-08-01Removed redundant .gitignore filesTobias Oberlies1-1/+0
The "lib"/"ant_tasks" folders are already ignored completely through a .gitignore file in the parent directory.
2011-07-20Added .gitignore filesJohn Arthorne1-0/+1
2011-07-20Changed .cvsignore to .gitignore filesJohn Arthorne2-4/+3
2011-07-20Added .gitignore to ignore generated JAR files for Ant tasks.dj1-0/+1
2011-05-11Bug 345475 - Java 1.5 methods used in 1.4.2 bundlesv20110511-1359Pascal Rapicault1-1/+1
2011-05-06Enable automatic build of ant taskv20110505Pascal Rapicault2-0/+22
2011-05-06Bug 344851 - [repository] Composite repo "create" ant tasks should have the ↵Pascal Rapicault1-1/+12
ability to set atomic flag
2011-05-02copyright updateIan Bull11-11/+11
2011-04-21Bug 312984 - [repository] Composite repo should have the ability to be ↵v20110421Pascal Rapicault1-12/+51
marked in error if a child repo is bad
2011-03-10Remove extraneous reference to ecf.v20110315-0150Pascal Rapicault1-3/+1
2011-03-07NEW - bug 339106: recursive error produces too many files openv20110307-1255Ian Bull1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=339106
2011-03-05NEW - bug 301903: Consider a file level lock during batch executionv20110305-0130Ian Bull1-12/+17
https://bugs.eclipse.org/bugs/show_bug.cgi?id=301903
2011-03-02Bug 338599 - [perf] Serialization optimizations for LocalMetadataRepositoryDJ Houghton1-2/+3
2011-02-28Bug 336246 - Remove the metadata generatorPascal Rapicault1-10/+0
2011-02-28Bug 336246 - Remove the metadata generatorPascal Rapicault1-1/+0
2011-02-17Update version numbers in poms.Pascal Rapicault1-1/+1
2011-02-04Bug 316916 - [repository] loading children of a composite repo is not ↵DJ Houghton3-15/+20
covered by progress monitors
2011-02-02Fix invalid API usage.Pascal Rapicault1-2/+2
2011-02-01Bug 335865 - [metadata] Provide serialization APIPascal Rapicault1-0/+1
2011-02-01Remove unnecessary call to getParserPascal Rapicault1-1/+0
2011-02-01Bug 335865 - [metadata] Provide serialization APIPascal Rapicault4-6/+189
2011-01-27Bug 335414 - Site parsing errors should mention the URL of the site being ↵DJ Houghton1-6/+4
parsed and erroneous bit of XML for easier debuggery
2011-01-19Bug 324873 - [repository] Share IUs for Composite RepositoriesDJ Houghton2-6/+12
2010-10-07Bug 327236 - please retag the following p2 bundles for the next 3.7 I-buildv20101011-2110DJ Houghton1-1/+1
2010-08-17*** empty log message ***Pascal Rapicault1-0/+1
2010-05-12Bug 274272 - [repository] Cache artifact repository indexPascal Rapicault1-3/+0
2010-05-12Bug 274272 - [repository] Cache artifact repository indexPascal Rapicault5-373/+9
2010-05-12*** empty log message ***Pascal Rapicault1-0/+1
2010-05-12Bug 303805 - [transport] Download is performed in the cache directoryPascal Rapicault1-100/+30
2010-05-11Bug 312199 - [metadata] Match expression of update descriptor not persisted ↵Pascal Rapicault2-30/+71
as such
2010-05-11Bug 222157 - [planner] Projector should get fragments dependenciesPascal Rapicault1-3/+9
2010-05-10Backout of 222157Pascal Rapicault1-9/+3
2010-05-09Bug 222157 - [planner] Projector should get fragments dependenciesPascal Rapicault1-3/+9
2010-05-08*** empty log message ***Pascal Rapicault1-1/+7
2010-05-07Bug 311995 - [metadata] Negation not persisted properlyPascal Rapicault1-1/+1
2010-04-23bug 305235: Disable save during execute batch on simple metadata reposIan Bull1-3/+37
https://bugs.eclipse.org/bugs/show_bug.cgi?id=305235
2010-04-16bug 307935: Performance problems when in memory composite repos are slicedIan Bull1-1/+40
https://bugs.eclipse.org/bugs/show_bug.cgi?id=307935
2010-04-14Bug 306439 - Verify that all metadata fields are properly persistedDJ Houghton3-31/+40
2010-04-06Bug 305334 - MetadataFactory.InstallableUnitDescription - method name ↵Pascal Rapicault1-2/+2
refactoring
2010-03-30Cleanup manifestPascal Rapicault1-3/+1
2010-03-26bug 272061 - context repositories for exportAndrew Niefer1-1/+2

Back to the top