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.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/make/scripts/deploy-jars-webstarttest.sh b/make/scripts/deploy-jars-webstarttest.sh
index 9f38c8e28..60a59b2a4 100755
--- a/make/scripts/deploy-jars-webstarttest.sh
+++ b/make/scripts/deploy-jars-webstarttest.sh
@@ -46,15 +46,15 @@ if [ ! -e $jnlpdir_demos ] ; then
fi
cp -v $gluegenroot/$builddirbase/*.jar $wsdir
-cp -v $gluegenroot/$builddirbase/obj/lib*.so $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/nativewindow/obj/lib*.so $wsdir
+#cp -v $joglbuilddir/jogl/obj/lib*.so $wsdir
+#cp -v $joglbuilddir/newt/obj/lib*.so $wsdir
cp -v $demosroot/$builddirbase/*.jar $wsdir