浏览代码

Remove incubation marker

Change-Id: I6018ce0cd3b7c8137e137848fe1f04551b257538
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v1.0.0.201106011211-rc3
Matthias Sohn 13 年前
父节点
当前提交
f5f1536f3f
共有 24 个文件被更改,包括 31 次插入31 次删除
  1. 1
    1
      org.eclipse.jgit.ant.test/plugin.properties
  2. 1
    1
      org.eclipse.jgit.ant/plugin.properties
  3. 1
    1
      org.eclipse.jgit.console/plugin.properties
  4. 1
    1
      org.eclipse.jgit.generated.storage.dht.proto/plugin.properties
  5. 1
    1
      org.eclipse.jgit.http.server/plugin.properties
  6. 1
    1
      org.eclipse.jgit.http.test/plugin.properties
  7. 1
    1
      org.eclipse.jgit.iplog/plugin.properties
  8. 1
    1
      org.eclipse.jgit.junit.http/plugin.properties
  9. 1
    1
      org.eclipse.jgit.junit/plugin.properties
  10. 2
    2
      org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties
  11. 1
    1
      org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml
  12. 2
    2
      org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.properties
  13. 1
    1
      org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml
  14. 2
    2
      org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/feature.properties
  15. 1
    1
      org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml
  16. 1
    1
      org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
  17. 5
    5
      org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml
  18. 1
    1
      org.eclipse.jgit.packaging/pom.xml
  19. 1
    1
      org.eclipse.jgit.pgm/plugin.properties
  20. 1
    1
      org.eclipse.jgit.storage.dht.test/plugin.properties
  21. 1
    1
      org.eclipse.jgit.storage.dht/plugin.properties
  22. 1
    1
      org.eclipse.jgit.test/plugin.properties
  23. 1
    1
      org.eclipse.jgit.ui/plugin.properties
  24. 1
    1
      org.eclipse.jgit/plugin.properties

+ 1
- 1
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

+ 1
- 1
org.eclipse.jgit.ant/plugin.properties 查看文件

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

+ 1
- 1
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

+ 1
- 1
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

+ 1
- 1
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

+ 1
- 1
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

+ 1
- 1
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

+ 1
- 1
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

+ 1
- 1
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

+ 2
- 2
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.properties 查看文件

@@ -8,10 +8,10 @@
#
###############################################################################

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

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

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

+ 1
- 1
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml 查看文件

@@ -56,7 +56,7 @@
<artifactId>org.eclipse.jgit.feature</artifactId>
<packaging>eclipse-feature</packaging>

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

<dependencies>
<dependency>

+ 2
- 2
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

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

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

+ 1
- 1
org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml 查看文件

@@ -56,7 +56,7 @@
<artifactId>org.eclipse.jgit.junit.feature</artifactId>
<packaging>eclipse-feature</packaging>

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

<dependencies>
<dependency>

+ 2
- 2
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

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

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

+ 1
- 1
org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml 查看文件

@@ -56,6 +56,6 @@
<artifactId>org.eclipse.jgit.source.feature</artifactId>
<packaging>eclipse-feature</packaging>

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

</project>

+ 1
- 1
org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml 查看文件

@@ -56,7 +56,7 @@
<artifactId>org.eclipse.jgit.updatesite</artifactId>
<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 -->
<version>1.0.0-SNAPSHOT</version>


+ 5
- 5
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.
</description>
<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 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 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>
<category-def name="JGit (Incubation)" label="JGit (Incubation)">
<category-def name="JGit" label="JGit">
<description>
JGit (Incubation)
JGit
</description>
</category-def>
</site>

+ 1
- 1
org.eclipse.jgit.packaging/pom.xml 查看文件

@@ -56,7 +56,7 @@
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

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

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

+ 1
- 1
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

+ 1
- 1
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

+ 1
- 1
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

+ 1
- 1
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

+ 1
- 1
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

+ 1
- 1
org.eclipse.jgit/plugin.properties 查看文件

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

正在加载...
取消
保存