diff options
author | Artur Signell <artur@vaadin.com> | 2014-08-27 11:26:35 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-08-27 11:26:35 +0300 |
commit | 1ea2583bdf20b5d8d0f6e8a6615c2b5b879689ab (patch) | |
tree | 45fc8add5128d5ee3120d39d0cbac885362df7eb /.classpath | |
parent | 87aef16b7ec4dd4459bdbdf4bfd75a803d2fff64 (diff) | |
download | vaadin-framework-1ea2583bdf20b5d8d0f6e8a6615c2b5b879689ab.tar.gz vaadin-framework-1ea2583bdf20b5d8d0f6e8a6615c2b5b879689ab.zip |
Fix super dev mode launch (#14443)
Change-Id: Iea23811d55ec2e3079bc6e764127ffe6d8cfc494
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 62c06df6c8..847fe8f769 100644 --- a/.classpath +++ b/.classpath @@ -24,6 +24,6 @@ <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=vaadin&ivyXmlPath=buildhelpers%2Fivy.xml&confs=ide&ivySettingsPath=%24%7Bworkspace_loc%3Avaadin%2Fivysettings.xml%7D&loadSettingsOnDemand=false&propertyFiles=build.properties"/> - <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=vaadin&ivyXmlPath=gwt%2Fivy.xml&confs=ide&ivySettingsPath=%24%7Bworkspace_loc%3Avaadin%2Fivysettings.xml%7D&loadSettingsOnDemand=false&propertyFiles=%24%7Bworkspace_loc%3Avaadin%2Fbuild.properties%7D"/> + <classpathentry exported="true" kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=vaadin&ivyXmlPath=gwt%2Fivy.xml&confs=ide&ivySettingsPath=%24%7Bworkspace_loc%3Avaadin%2Fivysettings.xml%7D&loadSettingsOnDemand=false&propertyFiles=%24%7Bworkspace_loc%3Avaadin%2Fbuild.properties%7D"/> <classpathentry kind="output" path="build/classes"/> </classpath> |