12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
-
- BI and PM: JSM
-
- (c) Copyright IBM Corp. 2003, 2015
-
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--update build property with correct build no. value at build time-->
- <noticecast>
- <create version="1032" script="NC_CREATE_DB2.sql" build="build no."/>
- <drop version="1032" script="NC_DROP_DB2.sql" build="build no."/>
- <update version="1032" script="NC1032_UPDATE_DB2.sql" build="build no."/>
- <update version="1031" script="NC1031_UPDATE_DB2.sql" build="build no."/>
- <update version="1030" script="NC1030_UPDATE_DB2.sql" build="build no."/>
- <update version="906" script="NC906_UPDATE_DB2.sql" build="build no."/>
- <update version="905" script="NC905_UPDATE_DB2.sql" build="build no."/>
- <update version="904" script="NC904_UPDATE_DB2.sql" build="build no."/>
- <update version="902" script="NC902_UPDATE_DB2.sql" build="build no."/>
- <update version="901" script="NC901_UPDATE_DB2.sql" build="build no."/>
- <update version="837" script="NC837_UPDATE_DB2.sql" build="build no."/>
- <update version="839" script="NC839_UPDATE_DB2.sql" build="build no."/>
- <update version="836" script="NC836_UPDATE_DB2.sql" build="build no."/>
- <update version="835" script="NC835_UPDATE_DB2.sql" build="build no."/>
- <update version="834" script="NC834_UPDATE_DB2.sql" build="build no."/>
- <update version="833" script="NC833_UPDATE_DB2.sql" build="build no."/>
- <update version="832" script="NC832_UPDATE_DB2.sql" build="build no."/>
- <update version="831" script="NC831_UPDATE_DB2.sql" build="build no."/>
- </noticecast>
|