Skip to content
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
176 changes: 0 additions & 176 deletions ide/libs.tomlj/nbproject/org-netbeans-libs-tomlj.sig

This file was deleted.

2 changes: 1 addition & 1 deletion nbbuild/cluster.properties
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ nb.cluster.ide=\
libs.snakeyaml_engine,\
libs.svnClientAdapter,\
libs.svnClientAdapter.javahl,\
libs.tomlj,\
libs.tomljava,\
libs.truffleapi,\
libs.xerces,\
Expand Down Expand Up @@ -1070,6 +1069,7 @@ nb.cluster.rust.depends=\
nb.cluster.platform,\
nb.cluster.ide
nb.cluster.rust=\
libs.tomlj,\
rust.cargo,\
rust.grammar,\
rust.kit,\
Expand Down
2 changes: 1 addition & 1 deletion ide/libs.tomlj/build.xml → rust/libs.tomlj/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
under the License.

-->
<project name="ide/libs.tomlj" default="build" basedir=".">
<project name="rust/libs.tomlj" default="build" basedir=".">
<import file="../../nbbuild/templates/projectized.xml"/>
</project>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@
release.external/tomlj-1.1.0.jar=modules/ext/tomlj.jar
is.autoload=true

# Restrict Sigcheck to the org.toml package. The internal package contains the
# ANTLRv4 Lexer/parser which are required to be public by the langiages.toml
# module, but otherwise it's discouraged to be used.
sigtest.public.packages=org.tomlj
# jakarta.tck:sigtest-maven-plugin:2.7 failure
sigtest.skip.gen=true
Loading