example10.sh   example10.sh 
#!/bin/sh #!/bin/sh
# Change this to your JDK installation root # Change this to your JDK installation root
# #
#JAVA_HOME=/usr/java/j2sdk1.4.0_01 #JAVA_HOME=/usr/java/jdk1.6.0_18
JRE=$JAVA_HOME/jre JRE=$JAVA_HOME/jre
JAVA=$JRE/bin/java JAVA=$JRE/bin/java
workdir=`dirname $0` workdir=`dirname $0`
workdir=`cd ${workdir} && pwd` workdir=`cd ${workdir} && pwd`
QUARTZ=${workdir}/../.. QUARTZ=${workdir}/../..
. ${QUARTZ}/examples/bin/buildcp.sh . ${QUARTZ}/examples/bin/buildcp.sh
LOGGING_PROPS="-Dlog4j.configuration=file:${workdir}/log4j.xml" LOGGING_PROPS="-Dlog4j.configuration=file:${workdir}/log4j.xml"
# Set the name and location of the quartz.properties file # Set the name and location of the quartz.properties file
QUARTZ_PROPS="-Dorg.quartz.properties=${workdir}/${workdir}/quartz.properti es" QUARTZ_PROPS="-Dorg.quartz.properties=${workdir}/quartz.properties"
$JAVA -classpath $QUARTZ_CP $QUARTZ_PROPS $LOGGING_PROPS org.quartz.example s.example10.PlugInExample $JAVA -classpath $QUARTZ_CP $QUARTZ_PROPS $LOGGING_PROPS org.quartz.example s.example10.PlugInExample
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/