From aeb28b1f3e8763c006dd26e690fbcad0920bc1a4 Mon Sep 17 00:00:00 2001 From: Tomasz Zarna Date: Tue, 17 Jul 2012 00:37:03 +0200 Subject: [PATCH] Fix "description" in o.e.jgit.source.feature/feature.properties Currently, update manager displays the comment message (starting with "###...") which should not be part of the description. Change-Id: I1c748cd5987b30f25aca3ca8eb593448bcf128ae Signed-off-by: Matthias Sohn --- .../org.eclipse.jgit.source.feature/feature.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/feature.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/feature.properties index 314b839aa..8617d405d 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/feature.properties +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2010 IBM Corporation and others. +# Copyright (c) 2000, 2010, 2012 IBM Corporation and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 @@ -16,7 +16,7 @@ updateSiteName=Eclipse JGit Update Site # description property - text of the "Feature Description" description=\ Do not install in your IDE: this feature is meant to provision Target Platforms.\n\ -Source code for the support for PDE's JUnit runner for a Target Platform\n\ +Source code for the support for PDE's JUnit runner for a Target Platform\n ################ end of description property ################################## # "copyright" property - text of the "Feature Update Copyright"