diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/package/eclipse-classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package/eclipse-classpath b/build/package/eclipse-classpath index 388d052c56..f8420353c8 100644 --- a/build/package/eclipse-classpath +++ b/build/package/eclipse-classpath @@ -2,7 +2,7 @@ <classpath> <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/vaadin-<version></version>.jar"/> + <classpathentry kind="lib" path="WebContent/WEB-INF/lib/vaadin-@version@.jar"/> <classpathentry kind="lib" path="gwt/gwt-user.jar" /> <classpathentry kind="lib" path="gwt/gwt-servlet.jar" /> <classpathentry kind="lib" path="WebContent/demo/lib/gwt-maps/gwt-maps.jar" /> |