From 31587f24ff495bec22d70bd0308d5e721dc80bd2 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 11 Sep 2011 06:12:37 +0200 Subject: Promote jogl.test.jar to build/jar --- etc/profile.jogl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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) -- cgit v1.2.3