Added Eclipse project stuff for the GWT library. Some refactoring of the GWT code.

This commit is contained in:
bjorn
2008-10-23 11:51:52 +00:00
parent 807a314063
commit c02d577cde
13 changed files with 358 additions and 308 deletions

View File

@@ -10,7 +10,10 @@ gwt:
gwt/Translate-compile
gf-gwt.jar:
mkdir -p gwt/bin/se/chalmers/cs/gf/gwt/client
javac -classpath $(GWT_CLASSPATH) -sourcepath gwt/src -d gwt/bin gwt/src/se/chalmers/cs/gf/gwt/client/*.java
jar -cf $@ -C gwt/src se
jar -uf $@ -C gwt/bin se
cp $@ ../../lib/java
food.pgf: