diff options
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath index 70997e763b..ae0241e601 100644 --- a/.classpath +++ b/.classpath @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="server/tests/src"/> + <classpathentry kind="src" path="server/src/test/java"/> <classpathentry kind="src" path="client/tests/src"/> <classpathentry kind="src" path="shared/src/test/java"/> <classpathentry kind="src" path="client/src"/> - <classpathentry kind="src" path="server/src"/> + <classpathentry kind="src" path="server/src/main/java"/> <classpathentry kind="src" path="client-compiler/src"/> <classpathentry kind="src" path="client-compiler/tests/src"/> <classpathentry kind="src" path="uitest/src"/> |