source: other-projects/FileTransfer-WebSocketPair/GWTTomcatSocketServer/.classpath@ 31449

Last change on this file since 31449 was 31449, checked in by davidb, 7 years ago

Adding three project folders for Nathan Kelly's 2016/2017 summer project, experimenting with Websockets for File Transfer with GWT and Sencha GXT

File size: 903 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-8-oracle">
5 <attributes>
6 <attribute name="owner.project.facets" value="java"/>
7 </attributes>
8 </classpathentry>
9 <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0">
10 <attributes>
11 <attribute name="owner.project.facets" value="jst.web"/>
12 </attributes>
13 </classpathentry>
14 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
15 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
16 <classpathentry kind="lib" path="WebContent/WEB-INF/lib/ActionObject.jar"/>
17 <classpathentry kind="output" path="build/classes"/>
18</classpath>
Note: See TracBrowser for help on using the repository browser.