Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-06-13Fix version.sh to correctly modify dependenciesMatthias Sohn1-0/+16
The script missed to update the egit and jgit feature dependencies in o.e.e.mylyn.ui.test/pom.xml when setting a new snapshot version. Change-Id: I8fd22f51d7e7ab162891cabe448495f1aa46da2c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2012-05-11Update tycho version to 0.14.1Matthias Sohn1-1/+1
Tycho 0.14.1 enforces that artifactId and feature/bundle SymbolicName must match, hence follow recommended migration practice and change groupId of feature projects in order not to change the feature names as this would require a feature migration. Also migrate the p2 repository build from the deprecated packaging type eclipse-update-site to packaging type eclipse-repository. The explicit reference to the egit p2 repository to define the runtime platform for the egit ui tests isn't necessary any longer. JGit-Dependency: I99fc6c2bbb20efbd6514bdd9940f3535707c21bc Change-Id: I5fdbace1075e465b001cc9c5d449f56fb3bb2a21 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-12-12Fix version.shMatthias Sohn1-1/+1
Change-Id: I3ff6f77507b1dd51a6eca690a509d41168154596 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-12-10Fix version.shMatthias Sohn1-6/+21
Change-Id: Ie3ef9a73154a5c11e3924201841b4dd52fa9956b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-02-11Fix version.shMatthias Sohn1-1/+38
Also change sorting in org.eclipse.egit.ui.test/pom.xml to ease finding versions to be changed by version.sh. Change-Id: Ic7518ab2eb65d43c3bdba8f957e82e6700beb95f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2010-06-16tools/version.sh: Use backup files on Win32Matthias Sohn1-5/+6
Copied from corresponding change in jgit repository. Windows doesn't permit us to edit a file in-place with Perl. So create backup files when we perform the edit, and remove them when we are done. This is a tad slower on POSIX systems, but is much more portable. Change-Id: Ib267092d47b115972139c8ae367acee572d62ccf Also-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2010-03-19tools/version.sh: Update OSGi manifest filesShawn O. Pearce1-0/+150
Change-Id: I11df35d84f6b95c6035406c35e3b4e44dfe821e8 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>

    Back to the top