Browse Source

Remove incubation marker

Change-Id: I6018ce0cd3b7c8137e137848fe1f04551b257538
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-1.0
Matthias Sohn 14 years ago
parent
commit
f5f1536f3f
  1. 2
      org.eclipse.jgit.ant.test/plugin.properties
  2. 2
      org.eclipse.jgit.ant/plugin.properties
  3. 2
      org.eclipse.jgit.console/plugin.properties
  4. 2
      org.eclipse.jgit.generated.storage.dht.proto/plugin.properties
  5. 2
      org.eclipse.jgit.http.server/plugin.properties
  6. 2
      org.eclipse.jgit.http.test/plugin.properties
  7. 2
      org.eclipse.jgit.iplog/plugin.properties
  8. 2
      org.eclipse.jgit.junit.http/plugin.properties
  9. 2
      org.eclipse.jgit.junit/plugin.properties
  10. 4
      org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties
  11. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml
  12. 4
      org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.properties
  13. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml
  14. 4
      org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/feature.properties
  15. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml
  16. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
  17. 10
      org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml
  18. 2
      org.eclipse.jgit.packaging/pom.xml
  19. 2
      org.eclipse.jgit.pgm/plugin.properties
  20. 2
      org.eclipse.jgit.storage.dht.test/plugin.properties
  21. 2
      org.eclipse.jgit.storage.dht/plugin.properties
  22. 2
      org.eclipse.jgit.test/plugin.properties
  23. 2
      org.eclipse.jgit.ui/plugin.properties
  24. 2
      org.eclipse.jgit/plugin.properties

2
org.eclipse.jgit.ant.test/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit Ant Tasks Tests (Incubation) plugin_name=JGit Ant Tasks Tests
provider_name=Eclipse JGit provider_name=Eclipse JGit

2
org.eclipse.jgit.ant/plugin.properties

@ -1,3 +1,3 @@
#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

2
org.eclipse.jgit.console/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit Console User Interface (Incubation) plugin_name=JGit Console User Interface
provider_name=Eclipse.org provider_name=Eclipse.org

2
org.eclipse.jgit.generated.storage.dht.proto/plugin.properties

@ -1,2 +1,2 @@
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

2
org.eclipse.jgit.http.server/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit HTTP Server (Incubation) plugin_name=JGit HTTP Server
provider_name=Eclipse.org provider_name=Eclipse.org

2
org.eclipse.jgit.http.test/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit HTTP Tests (Incubation) plugin_name=JGit HTTP Tests
provider_name=Eclipse.org provider_name=Eclipse.org

2
org.eclipse.jgit.iplog/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit IP Log Generator (Incubation) plugin_name=JGit IP Log Generator
provider_name=Eclipse.org provider_name=Eclipse.org

2
org.eclipse.jgit.junit.http/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit JUnit Http Utility Classes (Incubation) plugin_name=JGit JUnit Http Utility Classes
provider_name=Eclipse.org provider_name=Eclipse.org

2
org.eclipse.jgit.junit/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit JUnit Utility Classes (Incubation) plugin_name=JGit JUnit Utility Classes
provider_name=Eclipse.org provider_name=Eclipse.org

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

@ -8,10 +8,10 @@
# #
############################################################################### ###############################################################################
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=\

2
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml

@ -56,7 +56,7 @@
<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>

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

@ -9,10 +9,10 @@
# #
############################################################################### ###############################################################################
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=\

2
org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml

@ -56,7 +56,7 @@
<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>

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

@ -8,10 +8,10 @@
# #
############################################################################### ###############################################################################
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=\

2
org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml

@ -56,6 +56,6 @@
<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>

2
org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml

@ -56,7 +56,7 @@
<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>

10
org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml

@ -4,17 +4,17 @@
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>

2
org.eclipse.jgit.packaging/pom.xml

@ -56,7 +56,7 @@
<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>

2
org.eclipse.jgit.pgm/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit Command Line Interface (Incubation) plugin_name=JGit Command Line Interface
provider_name=Eclipse.org provider_name=Eclipse.org

2
org.eclipse.jgit.storage.dht.test/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit DHT Storage Tests (Incubation) plugin_name=JGit DHT Storage Tests
provider_name=Eclipse.org provider_name=Eclipse.org

2
org.eclipse.jgit.storage.dht/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit DHT Storage (Incubation) plugin_name=JGit DHT Storage
provider_name=Eclipse.org provider_name=Eclipse.org

2
org.eclipse.jgit.test/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit Core Tests (Incubation) plugin_name=JGit Core Tests
provider_name=Eclipse.org provider_name=Eclipse.org

2
org.eclipse.jgit.ui/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit AWT User Interface (Incubation) plugin_name=JGit AWT User Interface
provider_name=Eclipse.org provider_name=Eclipse.org

2
org.eclipse.jgit/plugin.properties

@ -1,2 +1,2 @@
plugin_name=JGit Core (Incubation) plugin_name=JGit Core
provider_name=Eclipse JGit provider_name=Eclipse JGit

Loading…
Cancel
Save