Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Publisher Refactorings - Infrastructure

Before starting to work on the actual publisher refactorings (cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=331974 ), we need to do the following infrastructure-related changes in the incubator branch:

- Add the content of org.eclipse.pde.build/templates/ from the main branch tag "publishing_incubator". It seems that the folder is missing because it is listed in the corresponding .cvsignore.
- Disable the $Header$ and $Revision$ tokens in org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/Version.java. Since CVS replaces them on commit, they make it harder for us to maintain our internal Git mirror of the CVS repository. It seems that Version.java is only file containing these tokens, so this should be easy to undo before merging the branch back into HEAD.
- Merge the changes from HEAD into the incubator branch. Nothing has happened in the incubator branch, so this should be trivial.

Any remarks/concerns?

Regards
Tobias


Back to the top