diff options
author | Artur Signell <artur@vaadin.com> | 2015-01-11 16:43:29 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2015-01-11 15:56:21 +0000 |
commit | b499c36b663ab259701ebdc4abd3b799955f223a (patch) | |
tree | 9e4d77ba916e044751681a318f53569c357088ef /.classpath | |
parent | 4e732adf67c607834172f6bd028a90dab7a2f97f (diff) | |
download | vaadin-framework-b499c36b663ab259701ebdc4abd3b799955f223a.tar.gz vaadin-framework-b499c36b663ab259701ebdc4abd3b799955f223a.zip |
Add widgets-module to Eclipse (#15544)
Change-Id: Ida08d51d26c97a8c1e92fc6cd49c8885e91cd052
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.classpath b/.classpath index 847fe8f769..517b236661 100644 --- a/.classpath +++ b/.classpath @@ -10,6 +10,7 @@ <classpathentry kind="src" path="uitest/src"/> <classpathentry kind="src" path="buildhelpers/src"/> <classpathentry kind="src" path="shared/src"/> + <classpathentry kind="src" path="widgets/src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> <attributes> <attribute name="owner.project.facets" value="java"/> @@ -25,5 +26,6 @@ <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 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="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=vaadin&ivyXmlPath=widgets%2Fivy.xml&confs=ide&ivySettingsPath=%24%7Bworkspace_loc%3Avaadin%2Fivysettings.xml%7D&loadSettingsOnDemand=false&propertyFiles=build.properties"/> <classpathentry kind="output" path="build/classes"/> </classpath> |