Remove temporary workaround for too long file names (#19469)

This commit is contained in:
mziolekda 2024-06-27 21:39:22 +02:00 committed by GitHub
parent 915ff48559
commit c8bcbe705d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,10 +240,6 @@ genrule(
# Remove JAR metadata
rm -r $$DIR/html/app-dev/bindings-java/javadocs/META-INF
# Temp remove the htmls related to command inspection service until the nesting is fixed
rm -r $$DIR/html/app-dev/bindings-java/javadocs/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.*
rm -r $$DIR/html/app-dev/bindings-java/javadocs/com/daml/ledger/api/v2/admin/class-use/CommandInspectionServiceOuterClass.*
# Copy generated documentation for typescript libraries
mkdir -p $$DIR/html/app-dev/bindings-ts/daml-react
mkdir -p $$DIR/html/app-dev/bindings-ts/daml-ledger