aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-11-10 03:26:01 +0100
committerSven Gothel <[email protected]>2009-11-10 03:26:01 +0100
commit87eb12f5846ccef587c5945ced99b778bcd67ba6 (patch)
tree5eb7483b966f2493a281e0adffa0576ce909e593 /make/scripts
parentd940028e6ead91da8ad516fdaf3a4671fd179cf8 (diff)
javadoc fixAwayFromSun
Diffstat (limited to 'make/scripts')
-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