123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="UTF-8"?>
- <classpath>
- <classpathentry including="**/*.java" kind="src" output="build/classes" path="src/main/java">
- <attributes>
- <attribute name="optional" value="true"/>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry excluding="**" kind="src" output="build/classes" path="src/main/resources">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="src" output="build/test-classes" path="src/test/java">
- <attributes>
- <attribute name="optional" value="true"/>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry excluding="**" kind="src" output="build/test-classes" path="src/test/resources">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/filterbuilder.jar"/>
- <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/htmllexer.jar"/>
- <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/htmlparser.jar"/>
- <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/httpclient-4.3.jar"/>
- <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/NauticalService.jar"/>
- <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/ojdbc6.jar"/>
- <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/sax2.jar"/>
- <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/thumbelina.jar"/>
- <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/x-tools-hscbdt-1.0-SNAPSHOT.jar"/>
- <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/x-tools-io-1.0-SNAPSHOT.jar"/>
- <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/x-tools-utils-1.0-SNAPSHOT.jar"/>
- <classpathentry kind="output" path="build/classes"/>
- </classpath>
|