diff options
author | Marko Grönroos <magi@iki.fi> | 2009-12-02 15:10:23 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2009-12-02 15:10:23 +0000 |
commit | e85cd4a5e7058b5090c71d13cc0edc2e10ec8a28 (patch) | |
tree | ca418fcaf54c96cbb0702634199d2f08dc52ce24 /build | |
parent | 18feee13c3ddaeee8e05ed7971de591bc4eadd14 (diff) | |
download | vaadin-framework-e85cd4a5e7058b5090c71d13cc0edc2e10ec8a28.tar.gz vaadin-framework-e85cd4a5e7058b5090c71d13cc0edc2e10ec8a28.zip |
Fixed invalid version placeholder in Eclipse .classpath of the installation package.
svn changeset:10133/svn branch:6.2
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" /> |