Skip to content

Commit d238cde

Browse files
authored
Revert "Merge pull request #256 from Achal1607/nb-23-upgrade" (#260)
Awaiting BA for NB-rc3. That will be merged via PR #259. This reverts commit a6ce838, reversing changes made to b124094. Signed-off-by: Siddharth Srinivasan <[email protected]>
1 parent 56cf2d8 commit d238cde

File tree

23 files changed

+3712
-2819
lines changed

23 files changed

+3712
-2819
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
repository: apache/netbeans
6464
path: netbeans
65-
ref: 23-rc2
65+
ref: 22
6666

6767
- name: Apply NetBeans patches
6868
run: ant apply-patches

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ git clone https://github.com/oracle/javavscode.git
3939
$ cd javavscode/
4040
$ git clone https://github.com/apache/netbeans.git
4141
$ cd netbeans/
42-
$ git checkout 23-rc2
42+
$ git checkout 22
4343
$ cd ..
4444
# the following target requires git executable to be on PATH:
4545
$ ant apply-patches

build.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,23 @@
3434
<loadresource property="patch-files">
3535
<string>
3636
patches/6330.diff
37-
patches/7491.diff
37+
patches/7001.diff
38+
patches/7271.diff
39+
patches/7353.diff
40+
patches/7368.diff
41+
patches/7370.diff
42+
patches/7382.diff
43+
patches/7390.diff
44+
patches/7491-preliminary.diff
45+
patches/7497.diff
46+
patches/7548_source-1.8.diff
47+
patches/7583_source-1.8.diff
3848
patches/7610.diff
49+
patches/7621.diff
3950
patches/7641.diff
4051
patches/7654.diff
41-
patches/7670.diff
4252
patches/7690.diff
4353
patches/7722.diff
44-
patches/7733.diff
4554
patches/mvn-sh.diff
4655
patches/generate-dependencies.diff
4756
patches/rename-debugger.diff

nbcode/branding/modules/org-netbeans-modules-java-testrunner.jar/org/netbeans/modules/java/testrunner/Bundle.properties

Lines changed: 0 additions & 21 deletions
This file was deleted.

nbcode/integration/src/org/netbeans/modules/nbcode/integration/layer.xml

Lines changed: 22 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
4+
Licensed to the Apache Software Foundation (ASF) under one
5+
or more contributor license agreements. See the NOTICE file
6+
distributed with this work for additional information
7+
regarding copyright ownership. The ASF licenses this file
8+
to you under the Apache License, Version 2.0 (the
9+
"License"); you may not use this file except in compliance
10+
with the License. You may obtain a copy of the License at
11+
12+
http://www.apache.org/licenses/LICENSE-2.0
13+
14+
Unless required by applicable law or agreed to in writing,
15+
software distributed under the License is distributed on an
16+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17+
KIND, either express or implied. See the License for the
18+
specific language governing permissions and limitations
19+
under the License.
20+
21+
-->
122
<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.2//EN" "http://www.netbeans.org/dtds/filesystem-1_2.dtd">
223
<filesystem>
324
<folder name="Preferences">
@@ -31,16 +52,12 @@
3152
<attr name="instanceCreate" methodvalue="org.netbeans.modules.java.lsp.server.explorer.NodeActionsProvider.forFile"/>
3253
<attr name="action:org.netbeans.modules.cloud.oracle.actions.DownloadWalletAction" stringvalue="Tools"/>
3354
<attr name="action:org.netbeans.modules.cloud.oracle.actions.AddADBAction" stringvalue="Tools"/>
34-
<attr name="action:org.netbeans.modules.cloud.oracle.actions.AddDbConnectionToVault" stringvalue="Tools"/>
3555
<attr name="action:org.netbeans.modules.cloud.oracle.actions.CreateAutonomousDBAction" stringvalue="Tools"/>
3656
<attr name="action:org.netbeans.modules.cloud.oracle.actions.OpenServiceConsoleAction" stringvalue="Tools"/>
3757
<attr name="action:org.netbeans.modules.cloud.oracle.actions.CloudRefresh" stringvalue="Tools"/>
3858
<attr name="action:org.netbeans.modules.cloud.oracle.actions.AddToProject" stringvalue="Tools"/>
3959
<attr name="action:org.netbeans.modules.cloud.oracle.actions.CreateBuildRun" stringvalue="Tools"/>
4060
<attr name="action:org.netbeans.modules.cloud.oracle.actions.AddRepository" stringvalue="Tools"/>
41-
<attr name="action:org.netbeans.modules.cloud.oracle.actions.AddSuggestedItemAction" stringvalue="Tools"/>
42-
<attr name="action:org.netbeans.modules.cloud.oracle.actions.RemoveFromProject" stringvalue="Tools"/>
43-
<attr name="action:org.netbeans.modules.cloud.oracle.actions.SetReferenceName" stringvalue="Tools"/>
4461
</file>
4562
</folder>
4663
<folder name="AutoupdateType">
@@ -58,9 +75,6 @@
5875
<folder name="foundProjects">
5976
<file name="project-cookies.contextValues" url="project-cookies.contextValues"/>
6077
</folder>
61-
<folder name="cloud.assets">
62-
<file name="cloud-cookies.contextValues" url="cloud-cookies.contextValues"/>
63-
</folder>
6478
</folder>
6579
<folder name="Debugger">
6680
<file name="org-netbeans-modules-debugger-jpda-ui-CurrentThreadAnnotationListener.instance_hidden"/>
@@ -109,29 +123,4 @@
109123
</folder>
110124
<folder name="Persistence_hidden"/>
111125
</folder>
112-
<folder name="Projects">
113-
<folder name="org-netbeans-modules-maven">
114-
<folder name="Lookup">
115-
<file name="maven-actions-override.instance">
116-
<attr name="position" intvalue="10000"/>
117-
<attr name="instanceOf" stringvalue="org.netbeans.spi.project.LookupProvider"/>
118-
<attr name="instanceCreate" methodvalue="org.netbeans.api.maven.MavenActions.forProjectLayer"/>
119-
<attr name="resource" stringvalue="nbres:/org/netbeans/modules/nbcode/integration/maven-actions-override.xml"/>
120-
</file>
121-
</folder>
122-
</folder>
123-
</folder>
124-
<folder name="Editors">
125-
<file name="org-netbeans-modules-editor-hints-lsp-HintsDiagnosticsProvider.instance">
126-
<!--org.netbeans.modules.editor.hints.lsp.HintsDiagnosticsProvider-->
127-
<attr name="instanceOf" stringvalue="org.netbeans.spi.lsp.ErrorProvider"/>
128-
</file>
129-
<folder name="text">
130-
<folder name="x-java">
131-
<file name="org-netbeans-modules-java-hints-infrastructure-JavaErrorProvider.instance">
132-
<attr name="instanceOf" stringvalue="org.netbeans.spi.lsp.ErrorProvider"/>
133-
</file>
134-
</folder>
135-
</folder>
136-
</folder>
137-
</filesystem>
126+
</filesystem>

nbcode/integration/src/org/netbeans/modules/nbcode/integration/maven-actions-override.xml

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)