hapi-fhir/hapi-fhir-validation-resour.../.classpath

34 lines
1.3 KiB
Plaintext
Raw Normal View History

2016-02-28 13:34:57 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2016-05-07 14:24:33 -04:00
<classpathentry kind="src" output="target/classes" path="src/main/java">
2016-02-28 13:34:57 -05:00
<attributes>
2016-05-07 14:24:33 -04:00
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
2016-02-28 13:34:57 -05:00
</attributes>
</classpathentry>
2016-05-07 14:24:33 -04:00
<classpathentry kind="src" output="target/classes" path="src/main/resources">
<attributes>
<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>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<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>
<classpathentry kind="output" path="target/classes"/>
2016-02-28 13:34:57 -05:00
</classpath>