diff options
-rw-r--r-- | build/VERSION.properties | 2 | ||||
-rw-r--r-- | build/package/eclipse-classpath | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/build/VERSION.properties b/build/VERSION.properties index aa319166c0..82d1a20505 100644 --- a/build/VERSION.properties +++ b/build/VERSION.properties @@ -1 +1 @@ -version=5.3.0-rc10 +version=5.3.0-rc11 diff --git a/build/package/eclipse-classpath b/build/package/eclipse-classpath index d5a181374d..9cd2ee212b 100644 --- a/build/package/eclipse-classpath +++ b/build/package/eclipse-classpath @@ -3,6 +3,7 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="src" path="WebContent/WEB-INF/src"/> <classpathentry kind="lib" path="WebContent/WEB-INF/lib/itmill-toolkit-<version></version>.jar"/> + <classpathentry kind="lib" path="WebContent/WEB-INF/lib/beanitemcontainer-20090216.jar"/> <classpathentry kind="lib" path="gwt/gwt-user.jar" /> <classpathentry kind="lib" path="gwt/gwt-servlet.jar" /> <classpathentry kind="lib" path="WebContent/demo/lib/reservr/gwt-maps.jar" /> |