浏览代码

fop script again. Forgot to remove debugging information.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@463579 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_93
Simon Pepping 17 年前
父节点
当前提交
1171644b9e
共有 1 个文件被更改,包括 0 次插入11 次删除
  1. 0
    11
      fop

+ 0
- 11
fop 查看文件

JAVA_HOME=`cygpath --unix "$JAVA_HOME"` JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
fi fi



########################
# Experimental code
########################

if [ "$OS" = "Windows_NT" ] ; then if [ "$OS" = "Windows_NT" ] ; then
pathSepChar=";" pathSepChar=";"
else else
pathSepChar=":" pathSepChar=":"
fi fi
echo Path Sep Char set to ${pathSepChar}

########################
########################



if [ -z "$JAVACMD" ] ; then if [ -z "$JAVACMD" ] ; then
if [ -n "$JAVA_HOME" ] ; then if [ -n "$JAVA_HOME" ] ; then
fi fi
CYGHOME=`cygpath --$format "$HOME"` CYGHOME=`cygpath --$format "$HOME"`
fi fi
echo local class path: $LOCALCLASSPATH


# Show script help if requested # Show script help if requested
if $show_help ; then if $show_help ; then

正在加载...
取消
保存