comparison build.xml @ 952:203c4cc8d94d

Remove all references to JDBC_VER_SUFFIX
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Thu, 16 Jan 2025 12:50:19 +0100 (2 months ago)
parents 52508322a849
children
comparison
equal deleted inserted replaced
951:1c4a12a89282 952:203c4cc8d94d
235 </tstamp> 235 </tstamp>
236 236
237 <!-- Some defaults --> 237 <!-- Some defaults -->
238 <filter token="JDBC_MAJOR" value="${JDBC_MAJOR}" /> 238 <filter token="JDBC_MAJOR" value="${JDBC_MAJOR}" />
239 <filter token="JDBC_MINOR" value="${JDBC_MINOR}" /> 239 <filter token="JDBC_MINOR" value="${JDBC_MINOR}" />
240 <filter token="JDBC_VER_SUFFIX" value="${JDBC_VER_SUFFIX} ${TODAY}" />
241 240
242 <fail unless="JDBC_MAJOR" message="'JDBC_MAJOR' undefined. Please follow the directions in build.properties."/> 241 <fail unless="JDBC_MAJOR" message="'JDBC_MAJOR' undefined. Please follow the directions in build.properties."/>
243 <fail unless="JDBC_MINOR" message="'JDBC_MINOR' undefined. Please follow the directions in build.properties."/> 242 <fail unless="JDBC_MINOR" message="'JDBC_MINOR' undefined. Please follow the directions in build.properties."/>
244 <fail unless="JDBC_VER_SUFFIX" message="'JDBC_VER_SUFFIX' undefined. Please follow the directions in build.properties."/>
245 243
246 <!-- now copy and filter the file --> 244 <!-- now copy and filter the file -->
247 <copy file="${srcdir}/${jdbc-package}/MonetVersion.java.in" 245 <copy file="${srcdir}/${jdbc-package}/MonetVersion.java.in"
248 overwrite="true" 246 overwrite="true"
249 tofile="${srcdir}/${jdbc-package}/MonetVersion.java" 247 tofile="${srcdir}/${jdbc-package}/MonetVersion.java"
250 filtering="yes" /> 248 filtering="yes" />
251 249
252 <echo message="Configured build for the ${JDBC_MAJOR}.${JDBC_MINOR} (${JDBC_VER_SUFFIX}) edition driver" /> 250 <echo message="Configured build for the ${JDBC_MAJOR}.${JDBC_MINOR} edition driver" />
253 </target> 251 </target>
254 252
255 <!-- Prepares the build directory and sets some variables --> 253 <!-- Prepares the build directory and sets some variables -->
256 <!-- checks whether regeneration of files is necessary --> 254 <!-- checks whether regeneration of files is necessary -->
257 <target name="prepare"> 255 <target name="prepare">