Fixed invalid version placeholder in Eclipse .classpath of the installation package.

svn changeset:10133/svn branch:6.2
This commit is contained in:
Marko Grönroos 2009-12-02 15:10:23 +00:00
parent 18feee13c3
commit e85cd4a5e7

View File

@ -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" />