Skip to content

Commit

Permalink
jar_signature: make paths in plugin configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKettner committed Aug 25, 2014
1 parent 7d68313 commit 11ccbc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions agents/plugins/jar_signature
Expand Up @@ -32,6 +32,11 @@
JAVA_HOME=/home/oracle/bin/jdk_latest_version
JAR_PATH=/home/oracle/fmw/11gR2/as_1/forms/java/*.jar

# Let user override these defaults in a configuration file
if [ -e $MK_CONFDIR/jar_signature.cfg ] ; then
. $MK_CONFDIR/jar_signature.cfg
fi

PATH=$JAVA_HOME/bin:$PATH

echo "<<<jar_signature>>>"
Expand Down

0 comments on commit 11ccbc7

Please sign in to comment.