-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
19 lines (19 loc) · 1.2 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="web/webroot/WEB-INF/lib/displaytag-1.2.jar"/>
<classpathentry kind="lib" path="web/webroot/WEB-INF/lib/jstl-impl-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="resources"/>
<classpathentry kind="lib" path="lib/jedis-2.9.0.jar"/>
<classpathentry kind="lib" path="lib/spring-data-commons-1.13.11.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-data-keyvalue-1.2.11.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-data-redis-1.8.11.RELEASE.jar"/>
<classpathentry kind="src" output="eclipsebin/classes" path="src"/>
<classpathentry kind="src" output="eclipsebin/web/classes" path="web/src"/>
<classpathentry kind="src" output="eclipsebin/classes" path="testsrc"/>
<classpathentry kind="src" output="eclipsebin/classes" path="gensrc"/>
<classpathentry kind="src" path="/platform"/>
<classpathentry combineaccessrules="false" kind="src" path="/commerceservices"/>
<classpathentry combineaccessrules="false" kind="src" path="/promotionengineservices"/>
<classpathentry kind="output" path="eclipsebin/notused"/>
</classpath>