Skip to content

Commit

Permalink
Merge branch 'hqapi-2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Morgan committed Feb 18, 2010
2 parents e00a908 + 5966c0a commit e67c058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -51,6 +51,8 @@ Changes in HQApi 3.0

Changes in HQApi 2.4

*) [HHQ-3740] Allow hqapi.sh to be executed from a symlinked directory.

*) Add support for --platform argument to command line group syncing.
Like resource list, one of --prototype or --platform is required.

Expand Down
2 changes: 1 addition & 1 deletion bin/hqapi.sh
Expand Up @@ -3,6 +3,6 @@
cd `dirname $0`/..
RUNDIR=`pwd`

CLASSPATH=$CLASSPATH$(find $RUNDIR -name "*.jar" -exec printf :{} ';')
CLASSPATH=$CLASSPATH$(find -L $RUNDIR -name "*.jar" -exec printf :{} ';')

java -cp $CLASSPATH org.hyperic.hq.hqapi1.tools.Shell "$@"

0 comments on commit e67c058

Please sign in to comment.