123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="UTF-8"?>
- <classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER"/>
- <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.hibernate.MYECLIPSE_HIBERNATE3_CORE"/>
- <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING12_CORE"/>
- <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING12_AOP"/>
- <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING12_DAO"/>
- <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING12_WEB"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/antlr.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-beanutils.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-digester.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-logging.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-validator.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jakarta-oro.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jcommon-1.0.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jfreechart-1.0.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jstl.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/msbase.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mssqlserver.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/msutil.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/standard.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts.jar"/>
- <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
- </classpath>
|