Author: desruisseaux
Date: Sun Dec 28 05:21:45 2014
New Revision: 1648148

URL: http://svn.apache.org/r1648148
Log:
Comment-out (for now) the copy of 'sis-shapefile' resources in NetBeans project 
configuration.

Modified:
    sis/branches/JDK8/ide-project/NetBeans/build.xml

Modified: sis/branches/JDK8/ide-project/NetBeans/build.xml
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/ide-project/NetBeans/build.xml?rev=1648148&r1=1648147&r2=1648148&view=diff
==============================================================================
--- sis/branches/JDK8/ide-project/NetBeans/build.xml (original)
+++ sis/branches/JDK8/ide-project/NetBeans/build.xml Sun Dec 28 05:21:45 2014
@@ -37,11 +37,13 @@
         <include name="*.utf"/>
       </fileset>
     </copy>
+    <!-- Pending discussion about how to handle resources in the Shapefile 
module.
     <copy todir="${build.classes.dir}/org/apache/sis/internal/shapefile/jdbc">
       <fileset 
dir="${project.root}/storage/sis-shapefile/target/generated-resources/org/apache/sis/internal/shapefile/jdbc">
         <include name="*.utf"/>
       </fileset>
     </copy>
+    -->
 
     <!-- Following are classical properties resources files. -->
     <copy todir="${build.classes.dir}">


Reply via email to