Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New development version 0.2.2-SNAPSHOT #519

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse LSP4Jakarta Plugin (Incubation)
Bundle-Vendor: Eclipse LSP4Jakarta
Bundle-SymbolicName: org.eclipse.lsp4jakarta.lsp4e.core;singleton:=true
Bundle-Version: 0.2.1.qualifier
Bundle-Version: 0.2.2.qualifier
Bundle-Activator: org.eclipse.lsp4jakarta.lsp4e.Activator
Require-Bundle:
com.google.gson,
Expand Down
4 changes: 2 additions & 2 deletions jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>org.eclipse.lsp4jakarta.lsp4e</artifactId>
<groupId>org.eclipse.lsp4jakarta</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4jakarta.lsp4e.core</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down Expand Up @@ -42,7 +42,7 @@
<artifactItem>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>org.eclipse.lsp4jakarta.ls</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
<classifier>jar-with-dependencies</classifier>
</artifactItem>
</artifactItems>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.lsp4jakarta.lsp4e.feature"
label="org.eclipse.lsp4jakarta.lsp4e Feature"
version="0.2.1.qualifier">
version="0.2.2.qualifier">

<description url="http://www.example.com/description">
[Enter Feature Description here.]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>org.eclipse.lsp4jakarta.lsp4e</artifactId>
<groupId>org.eclipse.lsp4jakarta</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4jakarta.lsp4e.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>org.eclipse.lsp4jakarta.lsp4e</artifactId>
<groupId>org.eclipse.lsp4jakarta</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4jakarta.lsp4e.site</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse LSP4Jakarta Plugin Test Fragment (Incubation)
Bundle-Vendor: Eclipse LSP4Jakarta
Bundle-SymbolicName: org.eclipse.lsp4jakarta.lsp4e.test
Bundle-Version: 0.2.1.qualifier
Bundle-Version: 0.2.2.qualifier
Fragment-Host: org.eclipse.lsp4jakarta.lsp4e.core;bundle-version="0.2.0"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.jdt.junit4.runtime;bundle-version="1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>org.eclipse.lsp4jakarta.lsp4e</artifactId>
<groupId>org.eclipse.lsp4jakarta</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.lsp4jakarta.lsp4e.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta.eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>org.eclipse.lsp4jakarta.lsp4e</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse LSP4Jakarta LSP4E Parent</name>
<description>Eclipse LSP4Jakarta LSP4E Parent</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: Eclipse LSP4Jakarta JDT Extension (Incubation)
Bundle-Vendor: Eclipse LSP4Jakarta
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.lsp4jakarta.jdt.core;singleton:=true
Bundle-Version: 0.2.1.qualifier
Bundle-Version: 0.2.2.qualifier
Bundle-Activator: org.eclipse.lsp4jakarta.jdt.core.JakartaCorePlugin
Require-Bundle:
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion jakarta.jdt/org.eclipse.lsp4jakarta.jdt.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>jdt-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4jakarta.jdt.core</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ public static boolean isMatchedJavaElement(IType type, String javaElementName, S
* otherwise.
*/
public static boolean isImportedJavaElement(ICompilationUnit unit, String javaElementFQName) throws JavaModelException {
if (!unit.isOpen()) {
unit.open(null);
}

if (!unit.isOpen()) {
unit.open(null);
}

IImportContainer container = unit.getImportContainer();
if (container == null) {
return false;
Expand Down Expand Up @@ -147,10 +147,10 @@ public static boolean isImportedJavaElement(ICompilationUnit unit, String javaEl
* false otherwise.
*/
protected static boolean isImportedJavaElement(ICompilationUnit unit, String[] javaElementFQNames) throws JavaModelException {
if (!unit.isOpen()) {
unit.open(null);
}
if (!unit.isOpen()) {
unit.open(null);
}

IImportContainer container = unit.getImportContainer();
if (container == null) {
return false;
Expand Down
2 changes: 1 addition & 1 deletion jakarta.jdt/org.eclipse.lsp4jakarta.jdt.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>jdt-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4jakarta.jdt.site</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse LSP4Jakarta JDT Test Plugin (Incubation)
Bundle-Vendor: Eclipse LSP4Jakarta
Bundle-SymbolicName: org.eclipse.lsp4jakarta.jdt.test
Bundle-Version: 0.2.1.qualifier
Bundle-Version: 0.2.2.qualifier
Automatic-Module-Name: org.eclipse.lsp4jakarta.jdt.test
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle:
Expand Down
2 changes: 1 addition & 1 deletion jakarta.jdt/org.eclipse.lsp4jakarta.jdt.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>jdt-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4jakarta.jdt.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
4 changes: 2 additions & 2 deletions jakarta.jdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>jdt-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse LSP4Jakarta JDT Plugin Parent</name>
<description>Eclipse LSP4Jakarta JDT Plugin Parent</description>
Expand All @@ -18,7 +18,7 @@
<connection>scm:git:git@github.com:eclipse/lsp4jakarta.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/lsp4jakarta.git</developerConnection>
<url>git@github.com:eclipse/lsp4jakarta.git</url>
<tag>HEAD</tag>
<tag>0.2.2-SNAPSHOT</tag>
</scm>
<licenses>
<license>
Expand Down
6 changes: 3 additions & 3 deletions jakarta.ls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>org.eclipse.lsp4jakarta.ls</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
<name>Eclipse LSP4Jakarta Language Server</name>
<description>Eclipse LSP4Jakarta Language Server</description>
<organization>
Expand All @@ -17,7 +17,7 @@
<connection>scm:git:git@github.com:eclipse/lsp4jakarta.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/lsp4jakarta.git</developerConnection>
<url>git@github.com:eclipse/lsp4jakarta.git</url>
<tag>HEAD</tag>
<tag>0.2.2-SNAPSHOT</tag>
</scm>
<licenses>
<license>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.eclipse.lsp4jakarta</groupId>
<artifactId>org.eclipse.lsp4jakarta.jdt.core</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2-SNAPSHOT</version>
</dependency>
</dependencies>
<pluginRepositories>
Expand Down
Loading