diff --git a/ide/dlight.nativeexecution/apichanges.xml b/ide/dlight.nativeexecution/apichanges.xml new file mode 100644 index 000000000000..375a06c4b97f --- /dev/null +++ b/ide/dlight.nativeexecution/apichanges.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + Netbeans Modules APISupport SPI + + + + + + + + + Integration with LSP and adjustments for native execution redirection + + + + + + Add cnd.lsp module to the friends list of the nativeexecution module + + + + + + + + + + + Change History for the Database Explorer API + + + +Overview + +Introduction + +This document lists changes made to the APISupport SPI. + + + + + + @FOOTER@ + + + + + diff --git a/ide/dlight.nativeexecution/nbproject/project.properties b/ide/dlight.nativeexecution/nbproject/project.properties index 905c06fe5e43..f47f8653f327 100644 --- a/ide/dlight.nativeexecution/nbproject/project.properties +++ b/ide/dlight.nativeexecution/nbproject/project.properties @@ -18,6 +18,7 @@ is.autoload=true javac.release=11 javac.compilerargs=-Xlint -Xlint:-serial javadoc.arch=${basedir}/arch.xml +javadoc.apichanges=${basedir}/apichanges.xml project.license=apache20-asf nbm.executable.files=bin/nativeexecution/** jnlp.indirect.files=bin/nativeexecution/** diff --git a/ide/dlight.nativeexecution/nbproject/project.xml b/ide/dlight.nativeexecution/nbproject/project.xml index db4cb912f50f..885590ae80ef 100644 --- a/ide/dlight.nativeexecution/nbproject/project.xml +++ b/ide/dlight.nativeexecution/nbproject/project.xml @@ -259,6 +259,7 @@ org.netbeans.modules.cnd.dwarfdiscovery org.netbeans.modules.cnd.gizmo org.netbeans.modules.cnd.highlight + org.netbeans.modules.cnd.lsp org.netbeans.modules.cnd.makeproject org.netbeans.modules.cnd.makeproject.ui org.netbeans.modules.cnd.mixeddev
+ Add cnd.lsp module to the friends list of the nativeexecution module +
Overview
This document lists changes made to the APISupport SPI.
@FOOTER@