diff options
author | Sven Gothel <[email protected]> | 2011-09-11 06:12:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-11 06:12:37 +0200 |
commit | 31587f24ff495bec22d70bd0308d5e721dc80bd2 (patch) | |
tree | 68ce566f45abbb5892b2390d48131f197ffa91d9 /etc | |
parent | fa9bbe89d3a6f52f23c567dd3c6fc617273ba7b7 (diff) |
Promote jogl.test.jar to build/jar
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/profile.jogl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile.jogl b/etc/profile.jogl index 14c0f7065..2902bccb2 100755 --- a/etc/profile.jogl +++ b/etc/profile.jogl @@ -82,7 +82,7 @@ export JOGL_LIB_DIR if [ ! -z "$JOGL_PROFILE" ] ; then case "$JOGL_PROFILE" in JOGL_ALL) - JOGL_CLASSPATH=$(concat_jogl_list $JOGL_BUILD_DIR $JOGL_JAR_ALL test/build/$JOGL_TEST) + JOGL_CLASSPATH=$(concat_jogl_list $JOGL_BUILD_DIR $JOGL_JAR_ALL $JOGL_TEST) ;; JOGL_ALL_NOAWT) JOGL_CLASSPATH=$(concat_jogl_list $JOGL_BUILD_DIR $JOGL_JAR_ALL_NOAWT) |