Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

Commit

Permalink
[RELEASE] Remove qualifier from manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Iuvshyn committed Jan 18, 2019
1 parent 4c2773f commit ca8a158
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: jdt.ls extension API
Bundle-SymbolicName: jdt.ls.extension.api
Bundle-Version: 0.0.3.qualifier
Bundle-Version: 0.0.3
Export-Package: org.eclipse.che.jdt.ls.extension.api,
org.eclipse.che.jdt.ls.extension.api.dto
Import-Package: org.eclipse.lsp4j,
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: jdt.ls.extension Core Extension
Bundle-SymbolicName: jdt.ls.extension.core;singleton:=true
Bundle-Version: 0.0.3.qualifier
Bundle-Version: 0.0.3
Bundle-Activator: org.eclipse.che.jdt.ls.extension.core.internal.ExtensionActivator
Import-Package: com.google.common.base;version="15.0.0",
com.google.common.reflect;version="15.0.0",
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: jdt.ls.extension Test Fragment
Bundle-SymbolicName: jdt.ls.extension.test;singleton:=true
Bundle-Version: 0.0.3.qualifier
Bundle-Version: 0.0.3
Fragment-Host: jdt.ls.extension.core;bundle-version="0.0.1"
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down

0 comments on commit ca8a158

Please sign in to comment.