diff options
author | Sven Gothel <[email protected]> | 2009-11-10 03:26:01 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-11-10 03:26:01 +0100 |
commit | 87eb12f5846ccef587c5945ced99b778bcd67ba6 (patch) | |
tree | 5eb7483b966f2493a281e0adffa0576ce909e593 /make/scripts | |
parent | d940028e6ead91da8ad516fdaf3a4671fd179cf8 (diff) |
javadoc fixAwayFromSun
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/deploy-jars-webstarttest.sh | 8 |
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 |