diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-06-13 09:44:54 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-06-13 09:45:33 +0300 |
commit | 33f21bb8cf5cd543636d9d1873994d53d7e42f82 (patch) | |
tree | 40c48c662c33cb5cf7b5eb769d74d303a08f5c28 | |
parent | 766b9604ad4e1db21cdead5a48727b8a817b1e2d (diff) | |
download | vaadin-framework-33f21bb8cf5cd543636d9d1873994d53d7e42f82.tar.gz vaadin-framework-33f21bb8cf5cd543636d9d1873994d53d7e42f82.zip |
Use more exact paths for ivysettings.xml and build.properties (#13616)
Defining the paths to be relative to the workspace is needed for
compatibility with older versions of IvyDE / Eclipse. All other
dependencies are already defined in this way, it's only this new gwt
dependency that isn't consistent with the others.
Change-Id: Iad976566fc7927745fe5534951be1f476c810ff5
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 04de7dd4fc..ccbd35cffb 100644 --- a/.classpath +++ b/.classpath @@ -23,6 +23,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=ivysettings.xml&loadSettingsOnDemand=false&ivyUserDir=&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 kind="output" path="build/classes"/> </classpath> |