This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-dotnet.git


The following commit(s) were added to refs/heads/master by this push:
     new ac58037  disable doclint for old project
ac58037 is described below

commit ac580376a6c319cfd9d2fe494779b2c4a90060de
Author: Stefan Bodewig <stefan.bode...@innoq.com>
AuthorDate: Mon Jun 9 22:48:38 2025 +0200

    disable doclint for old project
---
 build.properties | 15 +++++++++++++++
 common           |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/build.properties b/build.properties
new file mode 100644
index 0000000..f52d8e5
--- /dev/null
+++ b/build.properties
@@ -0,0 +1,15 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#      https://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+javadoc.additionalparam=-Xdoclint:none
diff --git a/common b/common
index a715465..0f14cb4 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit a715465514e3aaa5e6e06a91345c0292c3642539
+Subproject commit 0f14cb45e67e7a6480ba012c41ecd9c740fef972

Reply via email to