[SAGA-RG] saga-ogf SVN commit 1360: /trunk/documents/saga-binding-java/implementation/VU/

ceriel at cs.vu.nl ceriel at cs.vu.nl
Thu Sep 13 11:17:51 EDT 2012


User: svn_ceriel
Date: 2012/09/13 10:17 AM

Modified:
 /trunk/documents/saga-binding-java/implementation/VU/
  build.xml

Log:
 Prevent ant warning

File Changes:

Directory: /trunk/documents/saga-binding-java/implementation/VU/
================================================================

File [modified]: build.xml
Delta lines: +3 -0
===================================================================
--- trunk/documents/saga-binding-java/implementation/VU/build.xml	2012-09-13 11:56:56 UTC (rev 1359)
+++ trunk/documents/saga-binding-java/implementation/VU/build.xml	2012-09-13 15:17:40 UTC (rev 1360)
@@ -16,6 +16,9 @@
     <property name="sources-filename" value="saga-api${version}" />
     <property name="prefix" value="build/prefix" />
 
+    <!-- Prevent warning from newer ants -->
+    <property name="build.sysclasspath" value="ignore"/>
+
     <target name="init" depends="clean">
 	<!-- Create the time stamp -->
 	<tstamp />



More information about the saga-rg mailing list