Skip to content

Commit

Permalink
Moving the RegisterLSPServices annotation to api.lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Oct 2, 2024
1 parent adfc6b3 commit 353c877
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions ide/api.lsp/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
</test-dependencies>
<public-packages>
<package>org.netbeans.api.lsp</package>
<package>org.netbeans.api.lsp.bridge</package>
<package>org.netbeans.spi.lsp</package>
</public-packages>
</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.netbeans.modules.lsp.client.bridge.api;
package org.netbeans.api.lsp.bridge;

import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
* under the License.
*/

package org.netbeans.modules.lsp.client.bridge;
package org.netbeans.modules.lsp.bridge;

import java.util.HashSet;
import java.util.Set;
import javax.annotation.processing.Processor;
import javax.annotation.processing.RoundEnvironment;
import javax.lang.model.element.Element;
import javax.lang.model.element.TypeElement;
import org.netbeans.modules.lsp.client.bridge.api.RegisterLSPServices;
import org.netbeans.api.lsp.bridge.RegisterLSPServices;
import org.openide.filesystems.annotations.LayerBuilder;
import org.openide.filesystems.annotations.LayerBuilder.File;
import org.openide.filesystems.annotations.LayerGeneratingProcessor;
Expand Down
1 change: 0 additions & 1 deletion ide/lsp.client/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@
</test-type>
</test-dependencies>
<public-packages>
<package>org.netbeans.modules.lsp.client.bridge.api</package>
<package>org.netbeans.modules.lsp.client.spi</package>
</public-packages>
<class-path-extension>
Expand Down

0 comments on commit 353c877

Please sign in to comment.