diff options
| author | bjorn <bjorn@bringert.net> | 2008-10-23 11:51:52 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-10-23 11:51:52 +0000 |
| commit | edaf2063832c1ef4be256054e43580b50f7d4328 (patch) | |
| tree | 4286b2d508e1de9c6133d0b5b0ccc41c8114cf40 /src/server/gwt/.classpath | |
| parent | 8872b0b0102bef4e2980d56dbf634bc181718ffa (diff) | |
Added Eclipse project stuff for the GWT library. Some refactoring of the GWT code.
Diffstat (limited to 'src/server/gwt/.classpath')
| -rw-r--r-- | src/server/gwt/.classpath | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/server/gwt/.classpath b/src/server/gwt/.classpath new file mode 100644 index 000000000..9885b1f85 --- /dev/null +++ b/src/server/gwt/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="test"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="/Users/bringert/src/gwt-mac-1.5.3/gwt-user.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> |
