2014-12-04 11:21:08 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2015-10-25 12:18:21 -04:00
|
|
|
<classpathentry kind="src" path="src/main/resources"/>
|
2015-02-18 17:00:47 -05:00
|
|
|
<classpathentry including="**/*.java" kind="src" path="src/test/resources"/>
|
2014-12-04 11:21:08 -05:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2015-04-13 08:32:49 -04:00
|
|
|
<classpathentry combineaccessrules="false" kind="src" path="/hapi-fhir-base"/>
|
2014-12-04 11:21:08 -05:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2015-07-18 16:31:32 -04:00
|
|
|
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
2014-12-04 11:21:08 -05:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
|
|
</classpath>
|