Browse Source

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 <matthias.sohn@sap.com>
tags/v2.1.0.201209190230-r
Tomasz Zarna 12 years ago
parent
commit
aeb28b1f3e

+ 2
- 2
org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/feature.properties View File

@@ -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"

Loading…
Cancel
Save