diff options
author | Tomasz Zarna <Tomasz.Zarna@pl.ibm.com> | 2012-07-17 00:37:03 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-07-17 00:37:03 +0200 |
commit | aeb28b1f3e8763c006dd26e690fbcad0920bc1a4 (patch) | |
tree | 98d8c77094ba012226e9f079fe4a50e011db1012 | |
parent | 3c09e980cb7c60615d7fa89a257596ba5e949a5e (diff) | |
download | jgit-aeb28b1f3e8763c006dd26e690fbcad0920bc1a4.tar.gz jgit-aeb28b1f3e8763c006dd26e690fbcad0920bc1a4.zip |
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>
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/feature.properties | 4 |
1 files 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 314b839aa4..8617d405d3 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" |