This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 5c3780d9 Try to fix build failure by adding the missing
package-info.java
5c3780d9 is described below
commit 5c3780d9231936e268554465879a1aba5fb58c16
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri Nov 8 23:05:31 2024 +0100
Try to fix build failure by adding the missing package-info.java
---
.../java/org/apache/rat/anttasks/package-info.java | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git
a/apache-rat-tasks/src/main/java/org/apache/rat/anttasks/package-info.java
b/apache-rat-tasks/src/main/java/org/apache/rat/anttasks/package-info.java
new file mode 100644
index 00000000..23f7a765
--- /dev/null
+++ b/apache-rat-tasks/src/main/java/org/apache/rat/anttasks/package-info.java
@@ -0,0 +1,24 @@
+/*
+ * 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 *
+ * *
+ * http://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. *
+ */
+
+/**
+ * The base package for the RAT Apache Ant Task Library.
+ */
+package org.apache.rat.anttasks;
+