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

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git

commit 27912b136820ff3d510f2ddbf569630e6b06ed31
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Tue Jul 11 11:21:13 2023 +0200

    Update NetBeans project configuration for compatibility with recent changes.
    Note that we may delete this configuration in favor of pure Maven or Gradle
    project in the future, so the NetBeans project files may be temporary.
---
 ide-project/NetBeans/build.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/ide-project/NetBeans/build.xml b/ide-project/NetBeans/build.xml
index 3043b3128c..836c0bd449 100644
--- a/ide-project/NetBeans/build.xml
+++ b/ide-project/NetBeans/build.xml
@@ -229,6 +229,20 @@
       </fileset>
     </concat>
 
+    <!-- Cross-module services. -->
+    <concat 
destfile="${build.classes.dir}/META-INF/services/org.apache.sis.internal.util.MetadataServices"
 encoding="UTF-8" fixlastline="yes">
+      <fileset dir="${project.root}">
+        <include 
name="*/*/src/main/resources/META-INF/services/org.apache.sis.internal.util.MetadataServices"/>
+      </fileset>
+    </concat>
+
+    <!-- Cross-module services. -->
+    <concat 
destfile="${build.classes.dir}/META-INF/services/org.apache.sis.internal.metadata.ReferencingServices"
 encoding="UTF-8" fixlastline="yes">
+      <fileset dir="${project.root}">
+        <include 
name="*/*/src/main/resources/META-INF/services/org.apache.sis.internal.metadata.ReferencingServices"/>
+      </fileset>
+    </concat>
+
     <!-- TypeRegistration implementations to be loaded by ServiceLoader. -->
     <concat 
destfile="${build.classes.dir}/META-INF/services/org.apache.sis.internal.jaxb.TypeRegistration"
 encoding="UTF-8" fixlastline="yes">
       <fileset dir="${project.root}">

Reply via email to