Community
Participate
Working Groups
Build Identifier: I20110310-1119 There should be a way for the end user to set the "atomic" flag of the repositories (both artifact and metadata) when they are created. Reproducible: Always
Created attachment 194839 [details] Ant tasks modified to be atomic aware; test cases added This bug is related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=312984 Ant tasks modified to set the atomic flag of newly created repository if passed "atomic" attribute to the ant task is set to "true" CreateCompositeArtifactRepositoryTask corresponding to "p2.composite.artifact.repository.create" CreateCompositeMetadataRepositoryTask corresponding to "p2.composite.metadata.repository.create" If there are other ant tasks which need to be atomic aware please let me know and I'll modify them accordingly.
I reviewed and released the patch. Thx for doing this work.