build-samples.sh 666 B

1234567891011121314151617
  1. #!/bin/sh
  2. #
  3. # Licensed Materials - Property of IBM
  4. #
  5. # IBM Cognos Products: CAMAAA
  6. #
  7. # (C) Copyright IBM Corp. 2005, 2012
  8. #
  9. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  10. # IBM Corp.
  11. #
  12. # Copyright © 2008 Cognos ULC, an IBM Company. All Rights Reserved.
  13. # Cognos and the Cognos logo are trademarks of Cognos ULC (formerly Cognos Incorporated).
  14. #
  15. # Build the Authentication Provider samples.
  16. #
  17. for d in JDBCSample MultiTenancyTenantProviderSample MultiTenancyBoundingSetProviderSample TrustedSignonSample TrustedSignonMappingSample TrustedSignonReplaceSample;do cd $d;./build.sh;cd ..; done