Browse Source

Merge "Use consistent feature and category names"

stable-4.6
Matthias Sohn 8 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
051d92e202
  1. 5
      org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.properties
  2. 4
      org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.properties
  3. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.source.feature/feature.properties
  4. 4
      org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml

5
org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.properties

@ -9,14 +9,13 @@
# #
############################################################################### ###############################################################################
featureName=JUnit test support for Java implementation of Git featureName=Java implementation of Git - JUnit test support
providerName=Eclipse JGit providerName=Eclipse JGit
updateSiteName=Eclipse JGit Update Site updateSiteName=Eclipse JGit Update Site
# description property - text of the "Feature Description" # description property - text of the "Feature Description"
description=\ description=JUnit test support for JGit
JUnit test support for JGit.\n
################ end of description property ################################## ################ end of description property ##################################
# "copyright" property - text of the "Feature Update Copyright" # "copyright" property - text of the "Feature Update Copyright"

4
org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.properties

@ -8,14 +8,14 @@
# #
############################################################################### ###############################################################################
featureName=Command Line Interface for Java implementation of Git featureName=Java implementation of Git - Command Line Interface
providerName=Eclipse JGit providerName=Eclipse JGit
updateSiteName=Eclipse JGit Update Site updateSiteName=Eclipse JGit Update Site
# description property - text of the "Feature Description" # description property - text of the "Feature Description"
description=\ description=\
Command line interface for a pure Java implementation of the Git version control system.\n Command line interface for a pure Java implementation of the Git version control system
################ end of description property ################################## ################ end of description property ##################################
# "copyright" property - text of the "Feature Update Copyright" # "copyright" property - text of the "Feature Update Copyright"

2
org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.source.feature/feature.properties

@ -8,7 +8,7 @@
# #
############################################################################### ###############################################################################
featureName=Command Line Interface for Java implementation of Git - Source Code featureName=Java implementation of Git - Command Line Interface - Source Code
providerName=Eclipse JGit providerName=Eclipse JGit
updateSiteName=Eclipse JGit Update Site updateSiteName=Eclipse JGit Update Site

4
org.eclipse.jgit.packaging/org.eclipse.jgit.repository/category.xml

@ -24,9 +24,9 @@
<feature url="features/org.eclipse.jgit.lfs_0.0.0.qualifier.jar" id="org.eclipse.jgit.lfs" version="0.0.0"> <feature url="features/org.eclipse.jgit.lfs_0.0.0.qualifier.jar" id="org.eclipse.jgit.lfs" version="0.0.0">
<category name="JGit"/> <category name="JGit"/>
</feature> </feature>
<category-def name="JGit" label="JGit"> <category-def name="JGit" label="Java implementation of Git">
<description> <description>
JGit Java implementation of Git
</description> </description>
</category-def> </category-def>
</site> </site>

Loading…
Cancel
Save