Created
October 23, 2011 13:52
-
-
Save gkossakowski/1307380 to your computer and use it in GitHub Desktop.
Simple script to update all jars needed by scalagwt-sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SCALA=~/scalagwt/scalagwt-scala | |
GWT=~/scalagwt/scalagwt-gwt | |
SAMPLE=~/scalagwt/scalagwt-sample | |
SLIB=~/scalagwt/scalagwt-library | |
#compiler and library | |
cp $SCALA/build/pack/lib/scala-compiler.jar $SCALA/build/pack/lib/scala-library.jar $SAMPLE/lib/scala | |
#plugins | |
cp $SCALA/build/quick/misc/scala-devel/plugins/*.jar $SAMPLE/lib/scala | |
#gwt library | |
cp $SLIB/build/lib/*.jar $SAMPLE/lib/scala | |
cp $GWT/build/lib/gwt-user.jar $GWT/build/lib/gwt-dev.jar scalagwt-sample/lib/gwt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment