root/trunk/earthplayer/web/.classpath

Revision 20, 2.4 kB (checked in by silver, 9 months ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3        <classpathentry kind="src" path="main/src/java"/>
4        <classpathentry kind="src" path="test/java"/>
5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6        <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/>
7        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/mysql.jar"/>
8        <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.hibernate.MYECLIPSE_HIBERNATE3_2_EM"/>
9        <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.hibernate.MYECLIPSE_HIBERNATE3_2_CORE"/>
10        <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING20_CORE"/>
11        <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING20_DAO"/>
12        <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING20_AOP"/>
13        <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING20_J2EE"/>
14        <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING20_TESTING"/>
15        <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING20_WEB"/>
16        <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING20_SUPPORT"/>
17        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/backport-util-concurrent.jar"/>
18        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/cfgatewayadapter.jar"/>
19        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/commons-codec-1.3.jar"/>
20        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/commons-httpclient-3.0.1.jar"/>
21        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/commons-logging.jar"/>
22        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/concurrent.jar"/>
23        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/flex-messaging-common.jar"/>
24        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/flex-messaging-core.jar"/>
25        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/flex-messaging-opt.jar"/>
26        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/flex-messaging-proxy.jar"/>
27        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/flex-messaging-remoting.jar"/>
28        <classpathentry kind="lib" path="main/src/web/WEB-INF/lib/xalan.jar"/>
29        <classpathentry kind="output" path="main/src/web/WEB-INF/classes"/>
30</classpath>
Note: See TracBrowser for help on using the browser.