forked from alkacon/opencms-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
14 lines (14 loc) · 796 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-components"/>
<classpathentry excluding="org/opencms/gwt/client/super_src/" kind="src" path="src-gwt"/>
<classpathentry kind="src" path="src-modules"/>
<classpathentry kind="src" path="src-setup"/>
<classpathentry excluding="META-INF/|data/|ehcache.xml" kind="src" path="test"/>
<classpathentry kind="src" path="test-gwt"/>
<classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>