Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-27Bug 535802 - EPL-2.0 for plug-ins in equinox.bundlesI20180828-0800I20180827-2000Lars Vogel1-3/+6
Script used for this update: git checkout master git reset --hard origin/master git pull find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I4a3195578bdf2d2c8ae86224e6156efcf096362f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-08-03Bug 520519 - Added OSGI-INF/ to bin.includesI20170807-2000I20170806-2000I20170805-1500I20170804-2000Karsten Thoms1-1/+2
Increment bundle micro version Change-Id: I28c84616d09e404de255bb85daaab5b3d75b0e40 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2012-09-25Bug 369145 - Stop the use of jsr14v20120925-191900Thomas Watson1-5/+0
2011-05-02update copyrightsv20110502-1540v20110502Thomas Watson1-0/+10
2010-10-05bug 326732: Releasing patch from John W Ross to update source to target ↵BJ Hargrave1-0/+5
jsr14 using generics. Thanks John!
2009-10-21 Bug 289489 - How to optionally use DS to register compendium servicesThomas Watson1-12/+3
2005-12-15initial checkin for OSGi MetaType Servicejfogell1-0/+17

    Back to the top