summaryrefslogtreecommitdiffstats
path: root/make/scripts/deploy-jars-webstarttest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/deploy-jars-webstarttest.sh')
-rwxr-xr-xmake/scripts/deploy-jars-webstarttest.sh12
1 files changed, 1 insertions, 11 deletions
diff --git a/make/scripts/deploy-jars-webstarttest.sh b/make/scripts/deploy-jars-webstarttest.sh
index 60a59b2a4..8a98f5d3f 100755
--- a/make/scripts/deploy-jars-webstarttest.sh
+++ b/make/scripts/deploy-jars-webstarttest.sh
@@ -45,16 +45,6 @@ if [ ! -e $jnlpdir_demos ] ; then
exit 1
fi
-cp -v $gluegenroot/$builddirbase/*.jar $wsdir
-#cp -v $gluegenroot/$builddirbase/obj/lib*.so $wsdir
-
-cp -v $joglbuilddir/nativewindow/*.jar $wsdir
-cp -v $joglbuilddir/jogl/*.jar $wsdir
-cp -v $joglbuilddir/newt/*.jar $wsdir
-
-#cp -v $joglbuilddir/nativewindow/obj/lib*.so $wsdir
-#cp -v $joglbuilddir/jogl/obj/lib*.so $wsdir
-#cp -v $joglbuilddir/newt/obj/lib*.so $wsdir
-
+cp -v $joglbuilddir/jar/*.jar $wsdir
cp -v $demosroot/$builddirbase/*.jar $wsdir