12345678910111213141516171819202122 |
- #!/bin/sh
- ###Licensed Materials - Property of IBM
- ###
- ###IBM Cognos Products: rspecupgrade
- ###
- ###(C) Copyright IBM Corp. 2005, 2010
- ###
- ###US Government Users Restricted Rights - Use, duplication or disclosure
- ###restricted by GSA ADP Schedule Contract with IBM Corp.
- ### COPYRIGHT_DATA { 'YEAR':[2005, 2009], 'RELEASE':['colorado_wave1'], 'VISIBLE':'YES', 'COMPONENT':'rspecupgrade' }
- ###All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated.
- # Purpose
- # This script file upgrades a v4 report specification to v5
- #
- ###################################################################
- ./RSUpgradeJava.sh com.cognos.rspecupgrade.rsupgrade.internal.engine.UpgradeReportSpecification $*
- exit $?
|