unoinfo.sh (fce70c9b) | unoinfo.sh (a96a8d21) |
---|---|
1#!/bin/sh 2#************************************************************** 3# 4# Licensed to the Apache Software Foundation (ASF) under one 5# or more contributor license agreements. See the NOTICE file 6# distributed with this work for additional information 7# regarding copyright ownership. The ASF licenses this file 8# to you under the Apache License, Version 2.0 (the --- 20 unchanged lines hidden (view full) --- 29 sd_basename=`basename "$sd_res"` 30 sd_res=`ls -l "$sd_basename" | sed "s/.*$sd_basename -> //g"` 31done 32cd "`dirname "$sd_res"`" 33sd_prog=`pwd` 34 35case $1 in 36c++) | 1#!/bin/sh 2#************************************************************** 3# 4# Licensed to the Apache Software Foundation (ASF) under one 5# or more contributor license agreements. See the NOTICE file 6# distributed with this work for additional information 7# regarding copyright ownership. The ASF licenses this file 8# to you under the Apache License, Version 2.0 (the --- 20 unchanged lines hidden (view full) --- 29 sd_basename=`basename "$sd_res"` 30 sd_res=`ls -l "$sd_basename" | sed "s/.*$sd_basename -> //g"` 31done 32cd "`dirname "$sd_res"`" 33sd_prog=`pwd` 34 35case $1 in 36c++) |
37 printf '%s' "$sd_prog/../basis-link/ure-link/lib" | 37 printf '%s' "$sd_prog" |
38 ;; 39java) 40 printf '0%s\0%s\0%s\0%s\0%s' \ | 38 ;; 39java) 40 printf '0%s\0%s\0%s\0%s\0%s' \ |
41 "$sd_prog/../basis-link/ure-link/share/java/ridl.jar" \ 42 "$sd_prog/../basis-link/ure-link/share/java/jurt.jar" \ 43 "$sd_prog/../basis-link/ure-link/share/java/juh.jar" \ 44 "$sd_prog/../basis-link/program/classes/unoil.jar" "$sd_prog" | 41 "$sd_prog/classes/ridl.jar" \ 42 "$sd_prog/classes/jurt.jar" \ 43 "$sd_prog/classes/java/juh.jar" \ 44 "$sd_prog/classes/unoil.jar" "$sd_prog" |
45 ;; 46*) 47 exit 1 48 ;; 49esac | 45 ;; 46*) 47 exit 1 48 ;; 49esac |