summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2014-06-13 09:44:54 +0300
committerLeif Åstrand <leif@vaadin.com>2014-06-13 09:45:33 +0300
commit33f21bb8cf5cd543636d9d1873994d53d7e42f82 (patch)
tree40c48c662c33cb5cf7b5eb769d74d303a08f5c28
parent766b9604ad4e1db21cdead5a48727b8a817b1e2d (diff)
downloadvaadin-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--.classpath2
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&amp;ivyXmlPath=buildhelpers%2Fivy.xml&amp;confs=ide&amp;ivySettingsPath=%24%7Bworkspace_loc%3Avaadin%2Fivysettings.xml%7D&amp;loadSettingsOnDemand=false&amp;propertyFiles=build.properties"/>
- <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=vaadin&amp;ivyXmlPath=gwt%2Fivy.xml&amp;confs=ide&amp;ivySettingsPath=ivysettings.xml&amp;loadSettingsOnDemand=false&amp;ivyUserDir=&amp;propertyFiles=build.properties"/>
+ <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=vaadin&amp;ivyXmlPath=gwt%2Fivy.xml&amp;confs=ide&amp;ivySettingsPath=%24%7Bworkspace_loc%3Avaadin%2Fivysettings.xml%7D&amp;loadSettingsOnDemand=false&amp;propertyFiles=%24%7Bworkspace_loc%3Avaadin%2Fbuild.properties%7D"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>