Browse Source

Remove incubation marker

Change-Id: I6018ce0cd3b7c8137e137848fe1f04551b257538
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v1.0.0.201106011211-rc3
Matthias Sohn 13 years ago
parent
commit
f5f1536f3f

+ 1
- 1
org.eclipse.jgit.ant.test/plugin.properties View File

plugin_name=JGit Ant Tasks Tests (Incubation)
plugin_name=JGit Ant Tasks Tests
provider_name=Eclipse JGit provider_name=Eclipse JGit

+ 1
- 1
org.eclipse.jgit.ant/plugin.properties View File

#Properties file for org.eclipse.jgit.ant #Properties file for org.eclipse.jgit.ant
Bundle-Name = JGit Ant Tasks (Incubation)
Bundle-Name = JGit Ant Tasks
Provider-Name = Eclipse JGit Provider-Name = Eclipse JGit

+ 1
- 1
org.eclipse.jgit.console/plugin.properties View File

plugin_name=JGit Console User Interface (Incubation)
plugin_name=JGit Console User Interface
provider_name=Eclipse.org provider_name=Eclipse.org

+ 1
- 1
org.eclipse.jgit.generated.storage.dht.proto/plugin.properties View File

plugin_name=JGit DHT Storage Protocol Buffer Messages (Incubation)
plugin_name=JGit DHT Storage Protocol Buffer Messages
provider_name=Eclipse.org provider_name=Eclipse.org

+ 1
- 1
org.eclipse.jgit.http.server/plugin.properties View File

plugin_name=JGit HTTP Server (Incubation)
plugin_name=JGit HTTP Server
provider_name=Eclipse.org provider_name=Eclipse.org

+ 1
- 1
org.eclipse.jgit.http.test/plugin.properties View File

plugin_name=JGit HTTP Tests (Incubation)
plugin_name=JGit HTTP Tests
provider_name=Eclipse.org provider_name=Eclipse.org

+ 1
- 1
org.eclipse.jgit.iplog/plugin.properties View File

plugin_name=JGit IP Log Generator (Incubation)
plugin_name=JGit IP Log Generator
provider_name=Eclipse.org provider_name=Eclipse.org

+ 1
- 1
org.eclipse.jgit.junit.http/plugin.properties View File

plugin_name=JGit JUnit Http Utility Classes (Incubation)
plugin_name=JGit JUnit Http Utility Classes
provider_name=Eclipse.org provider_name=Eclipse.org

+ 1
- 1
org.eclipse.jgit.junit/plugin.properties View File

plugin_name=JGit JUnit Utility Classes (Incubation)
plugin_name=JGit JUnit Utility Classes
provider_name=Eclipse.org provider_name=Eclipse.org

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

# #
############################################################################### ###############################################################################


featureName=Eclipse JGit (Incubation)
featureName=Eclipse JGit
providerName=Eclipse JGit providerName=Eclipse JGit


updateSiteName=Eclipse JGit Update Site (Incubation)
updateSiteName=Eclipse JGit Update Site


# description property - text of the "Feature Description" # description property - text of the "Feature Description"
description=\ description=\

+ 1
- 1
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml View File

<artifactId>org.eclipse.jgit.feature</artifactId> <artifactId>org.eclipse.jgit.feature</artifactId>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>


<name>JGit Feature (Incubation)</name>
<name>JGit Feature</name>


<dependencies> <dependencies>
<dependency> <dependency>

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

# #
############################################################################### ###############################################################################


featureName=Eclipse JGit JUnit Test Support (Incubation)
featureName=Eclipse JGit JUnit Test Support
providerName=Eclipse JGit providerName=Eclipse JGit


updateSiteName=Eclipse JGit Update Site (Incubation)
updateSiteName=Eclipse JGit Update Site


# description property - text of the "Feature Description" # description property - text of the "Feature Description"
description=\ description=\

+ 1
- 1
org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml View File

<artifactId>org.eclipse.jgit.junit.feature</artifactId> <artifactId>org.eclipse.jgit.junit.feature</artifactId>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>


<name>JGit JUnit Feature (Incubation)</name>
<name>JGit JUnit Feature</name>


<dependencies> <dependencies>
<dependency> <dependency>

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

# #
############################################################################### ###############################################################################


featureName=Eclipse JGit - Source (Incubation)
featureName=Eclipse JGit - Source
providerName=Eclipse JGit providerName=Eclipse JGit


updateSiteName=Eclipse JGit Update Site (Incubation)
updateSiteName=Eclipse JGit Update Site


# description property - text of the "Feature Description" # description property - text of the "Feature Description"
description=\ description=\

+ 1
- 1
org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml View File

<artifactId>org.eclipse.jgit.source.feature</artifactId> <artifactId>org.eclipse.jgit.source.feature</artifactId>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>


<name>JGit Source Feature (Incubation)</name>
<name>JGit Source Feature</name>


</project> </project>

+ 1
- 1
org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml View File

<artifactId>org.eclipse.jgit.updatesite</artifactId> <artifactId>org.eclipse.jgit.updatesite</artifactId>
<packaging>eclipse-update-site</packaging> <packaging>eclipse-update-site</packaging>


<name>Eclipse JGit Plugin Update Site (Incubation)</name>
<name>Eclipse JGit Plugin Update Site</name>
<!-- see http://issues.sonatype.org/browse/TYCHO-313 --> <!-- see http://issues.sonatype.org/browse/TYCHO-313 -->
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>



+ 5
- 5
org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml View File

This is a pure Java implementation of the Git version control system. The native Git version is also required in this version. This is a pure Java implementation of the Git version control system. The native Git version is also required in this version.
</description> </description>
<feature url="features/org.eclipse.jgit_0.0.0.qualifier.jar" id="org.eclipse.jgit" version="0.0.0" patch="true"> <feature url="features/org.eclipse.jgit_0.0.0.qualifier.jar" id="org.eclipse.jgit" version="0.0.0" patch="true">
<category name="JGit (Incubation)"/>
<category name="JGit"/>
</feature> </feature>
<feature url="features/org.eclipse.jgit.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.source" version="0.0.0" patch="true"> <feature url="features/org.eclipse.jgit.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.source" version="0.0.0" patch="true">
<category name="JGit (Incubation)"/>
<category name="JGit"/>
</feature> </feature>
<feature url="features/org.eclipse.jgit.junit_0.0.0.qualifier.jar" id="org.eclipse.jgit.junit" version="0.0.0" patch="true"> <feature url="features/org.eclipse.jgit.junit_0.0.0.qualifier.jar" id="org.eclipse.jgit.junit" version="0.0.0" patch="true">
<category name="JGit (Incubation)"/>
<category name="JGit"/>
</feature> </feature>
<category-def name="JGit (Incubation)" label="JGit (Incubation)">
<category-def name="JGit" label="JGit">
<description> <description>
JGit (Incubation)
JGit
</description> </description>
</category-def> </category-def>
</site> </site>

+ 1
- 1
org.eclipse.jgit.packaging/pom.xml View File

<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>


<name>JGit Tycho Parent (Incubation)</name>
<name>JGit Tycho Parent</name>


<properties> <properties>
<tycho-version>0.12.0</tycho-version> <tycho-version>0.12.0</tycho-version>

+ 1
- 1
org.eclipse.jgit.pgm/plugin.properties View File

plugin_name=JGit Command Line Interface (Incubation)
plugin_name=JGit Command Line Interface
provider_name=Eclipse.org provider_name=Eclipse.org

+ 1
- 1
org.eclipse.jgit.storage.dht.test/plugin.properties View File

plugin_name=JGit DHT Storage Tests (Incubation)
plugin_name=JGit DHT Storage Tests
provider_name=Eclipse.org provider_name=Eclipse.org

+ 1
- 1
org.eclipse.jgit.storage.dht/plugin.properties View File

plugin_name=JGit DHT Storage (Incubation)
plugin_name=JGit DHT Storage
provider_name=Eclipse.org provider_name=Eclipse.org

+ 1
- 1
org.eclipse.jgit.test/plugin.properties View File

plugin_name=JGit Core Tests (Incubation)
plugin_name=JGit Core Tests
provider_name=Eclipse.org provider_name=Eclipse.org

+ 1
- 1
org.eclipse.jgit.ui/plugin.properties View File

plugin_name=JGit AWT User Interface (Incubation)
plugin_name=JGit AWT User Interface
provider_name=Eclipse.org provider_name=Eclipse.org

+ 1
- 1
org.eclipse.jgit/plugin.properties View File

plugin_name=JGit Core (Incubation)
plugin_name=JGit Core
provider_name=Eclipse JGit provider_name=Eclipse JGit

Loading…
Cancel
Save