diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2014-05-06 14:28:29 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-06-13 04:44:07 +0000 |
commit | 524273e50d426ffedd674102befdaf1b063d6bf5 (patch) | |
tree | 4d542a46b23c69f4afe4106c49b6b4b5c3ae07c6 /.classpath | |
parent | 0c00164f368b4a09f766518f7d16618cb5ee25ab (diff) | |
download | vaadin-framework-524273e50d426ffedd674102befdaf1b063d6bf5.tar.gz vaadin-framework-524273e50d426ffedd674102befdaf1b063d6bf5.zip |
Use GWT as maven dependency (#13616)
Change-Id: I283820c7dcca7ecd341949bb15275406fe378902
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.classpath b/.classpath index a6e494c5c3..04de7dd4fc 100644 --- a/.classpath +++ b/.classpath @@ -22,8 +22,7 @@ <classpathentry exported="true" kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=vaadin&ivyXmlPath=push%2Fivy.xml&confs=ide&ivySettingsPath=%24%7Bworkspace_loc%3Avaadin%2Fivysettings.xml%7D&loadSettingsOnDemand=false&propertyFiles="/> <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> - <classpathentry combineaccessrules="false" kind="src" path="/gwt-dev"/> - <classpathentry combineaccessrules="false" kind="src" path="/gwt-user"/> <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=ivysettings.xml&loadSettingsOnDemand=false&ivyUserDir=&propertyFiles=build.properties"/> <classpathentry kind="output" path="build/classes"/> </classpath> |