Working version of React integration to GWT
This commit is contained in:
12
GWTReactApp/.classpath
Normal file
12
GWTReactApp/.classpath
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" output="test-classes" path="test"/>
|
||||
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="lib" path="war/WEB-INF/lib/gwt-react-0.6.0.jar"/>
|
||||
<classpathentry kind="lib" path="war/WEB-INF/lib/gwt-servlet.jar"/>
|
||||
<classpathentry kind="lib" path="war/WEB-INF/lib/gwt-interop-utils-0.4.0.jar"/>
|
||||
<classpathentry kind="lib" path="war/WEB-INF/lib/gwt-redux-0.4.0.jar"/>
|
||||
<classpathentry kind="output" path="war/WEB-INF/classes"/>
|
||||
</classpath>
|
||||
Reference in New Issue
Block a user