diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-05-30 01:14:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-05-30 01:14:14 +0200 |
commit | f2e0ace1e0e99182ae99670d3e820debdeb2128b (patch) | |
tree | 91816350cbbfb1d18d86015d811e9f95c48dd90d /org.eclipse.jgit.packaging | |
parent | eecf06ca42eb7ac6a687f3b2126db078bb862e53 (diff) | |
download | jgit-f2e0ace1e0e99182ae99670d3e820debdeb2128b.tar.gz jgit-f2e0ace1e0e99182ae99670d3e820debdeb2128b.zip |
Fix description property in feature.properties of pgm source feature
Change-Id: I29c7bf1dc6aaf71542e2529883d44dcd995e17f7
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.source.feature/feature.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.source.feature/feature.properties b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.source.feature/feature.properties index 8de7a1ad80..73701b291a 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.source.feature/feature.properties +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.source.feature/feature.properties @@ -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" |