Skip to content

Commit bde9157

Browse files
committed
Remove inclusion of 3rd party plugins.
1 parent 72eaa08 commit bde9157

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

java/java.lsp.server/build.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<configureproxy connectto="https://netbeans.osuosl.org/binaries/" hostProperty="proxyHost" portProperty="proxyPort"/>
3232
<setproxy proxyhost="${proxyHost}" proxyPort="${proxyPort}"/>
3333
</target>
34-
<target name="build-lsp-server" depends="-set-use-jdk-javac,build,test-init,proxy-setup" description="Prepares NetBeans bits for vscode extensions">
34+
<target name="build-lsp-server" depends="-set-use-jdk-javac,build,test-init,proxy-setup" description="Prepares NetBeans bits for VS Code extension">
3535
<ant dir="nbcode" target="build-zip" inheritall="false" inheritrefs="false" />
3636
<unzip src="nbcode/dist/nbcode.zip" dest="${lsp.build.dir}/../">
3737
<globmapper from="nbcode/nb/*" to="nbcode/nbcode/*"/>
@@ -45,10 +45,12 @@
4545
<chmod file="${lsp.build.dir}/platform/lib/nbexec" perm="u+x"/>
4646
<chmod file="${lsp.build.dir}/java/maven/bin/mvn" perm="u+x" />
4747

48-
<property name="3rdparty.modules" value=""/>
48+
<!-- Code which adds 3rd party modules into VSNetBeans. Not needed any more, was just prolonging a build. Keeping here if needed in the future. -->
49+
50+
<!-- <property name="3rdparty.modules" value=""/>
4951
<autoupdate todir="${lsp.build.dir}/extra" updatecenter="https://netbeans.apache.org/nb/plugins/17/catalog.xml.gz">
5052
<modules includes="${3rdparty.modules}"/>
51-
</autoupdate>
53+
</autoupdate> -->
5254
</target>
5355
<target name="add-extra-modules" depends="build-lsp-server" if="extra.modules">
5456
<ant dir="../../nbbuild" target="build-nbms" inheritall="false" inheritrefs="false">

0 commit comments

Comments
 (0)