RSUpgrade.sh 739 B

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